|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
org.zkoss.zul.Row.ExtraCtrl
protected class Row.ExtraCtrl
A utility class to implement HtmlBasedComponent.getExtraCtrl().
It is used only by component developers.
| Constructor Summary | |
|---|---|
protected |
Row.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 Row.ExtraCtrl()
| Method Detail |
|---|
public boolean isLoaded()
LoadStatus
isLoaded in interface LoadStatuspublic void setLoaded(boolean loaded)
LoadStatus
setLoaded in interface LoadStatusloaded - true to set the item as loaded.public void setIndex(int index)
LoadStatus
setIndex in interface LoadStatusindex - the loaded item
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||