|
||||||||||
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 org.zkoss.zul.Listitem.ExtraCtrl
protected class Listitem.ExtraCtrl
A utility class to implement HtmlBasedComponent.getExtraCtrl()
.
It is used only by component developers.
Constructor Summary | |
---|---|
protected |
Listitem.ExtraCtrl()
|
Method Summary | |
---|---|
boolean |
isLoaded()
Returns whether the on-demand-loading item is loaded. |
void |
setIndex(int index)
Sets the index of the loaded item (so client known row's index). |
void |
setLoaded(boolean loaded)
Sets whether the on-demand-loading item is loaded. |
Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl |
---|
setPrologContent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Listitem.ExtraCtrl()
Method Detail |
---|
public boolean isLoaded()
LoadStatus
isLoaded
in interface LoadStatus
public void setLoaded(boolean loaded)
LoadStatus
setLoaded
in interface LoadStatus
loaded
- true to set the item as loaded.public void setIndex(int index)
LoadStatus
setIndex
in interface LoadStatus
index
- the loaded item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |