org.zkoss.zk.ui
Class HtmlNativeComponent.ExtraCtrl

java.lang.Object
  extended by org.zkoss.zk.ui.HtmlNativeComponent.ExtraCtrl
All Implemented Interfaces:
DirectContent, PrologAllowed
Enclosing class:
HtmlNativeComponent

protected class HtmlNativeComponent.ExtraCtrl
extends java.lang.Object
implements DirectContent, PrologAllowed


Constructor Summary
protected HtmlNativeComponent.ExtraCtrl()
           
 
Method Summary
 void setPrologContent(java.lang.String prolog)
          Sets the prolog content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlNativeComponent.ExtraCtrl

protected HtmlNativeComponent.ExtraCtrl()
Method Detail

setPrologContent

public void setPrologContent(java.lang.String prolog)
Description copied from interface: PrologAllowed
Sets the prolog content. It is the content generated before the child components, if any.

Default: none.

Note: the prolog is one-shot only. Once the component is generated, the prolog is gone.

Specified by:
setPrologContent in interface PrologAllowed


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo