|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
protected class HtmlBasedComponent.ExtraCtrl
A utility class to implement HtmlBasedComponent.getExtraCtrl()
.
It is used only by component developers.
If a component requires more client controls, it is suggested to
override HtmlBasedComponent.getExtraCtrl()
to return an instance that extends from
this class.
Constructor Summary | |
---|---|
protected |
HtmlBasedComponent.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 |
---|
protected HtmlBasedComponent.ExtraCtrl()
Method Detail |
---|
public void setPrologContent(java.lang.String prolog)
PrologAllowed
Default: none.
Note: the prolog is one-shot only. Once the component is generated, the prolog is gone.
setPrologContent
in interface PrologAllowed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |