|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.HtmlNativeComponent.ExtraCtrl
protected class HtmlNativeComponent.ExtraCtrl
| Constructor Summary | |
|---|---|
protected |
HtmlNativeComponent.ExtraCtrl()
|
| Method Summary | |
|---|---|
Component |
mergeChildren()
Merges the children into one component, if possible. |
Component |
mergeNextSibling()
Merges the next sibling into one component, if possible. |
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 HtmlNativeComponent.ExtraCtrl()
| Method Detail |
|---|
public void setPrologContent(java.lang.String prolog)
PrologAllowedDefault: none.
Note: the prolog is one-shot only. Once the component is generated, the prolog is gone.
setPrologContent in interface PrologAllowedpublic Component mergeNextSibling()
Merger
mergeNextSibling in interface Mergerpublic Component mergeChildren()
MergerNotice that Merger.mergeNextSibling() is called first to merge
all adjancent siblings if possible, and then Merger.mergeChildren()
is called to merge parent and children.
mergeChildren in interface Merger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||