Package org.zkoss.zul
Class Listitem.ExtraCtrl
- java.lang.Object
-
- org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
-
- org.zkoss.zul.Listitem.ExtraCtrl
-
- All Implemented Interfaces:
PrologAllowed
,LoadStatus
- Enclosing class:
- Listitem
protected class Listitem.ExtraCtrl extends HtmlBasedComponent.ExtraCtrl implements LoadStatus
A utility class to implementHtmlBasedComponent.getExtraCtrl()
. It is used only by component developers.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExtraCtrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
isLoaded
public boolean isLoaded()
Description copied from interface:LoadStatus
Returns whether the on-demand-loading item is loaded.- Specified by:
isLoaded
in interfaceLoadStatus
- Returns:
- loaded true to set the item as loaded.
-
setLoaded
public void setLoaded(boolean loaded)
Description copied from interface:LoadStatus
Sets whether the on-demand-loading item is loaded.- Specified by:
setLoaded
in interfaceLoadStatus
- Parameters:
loaded
- true to set the item as loaded.
-
setIndex
public void setIndex(int index)
Description copied from interface:LoadStatus
Sets the index of the loaded item (so client known row's index).- Specified by:
setIndex
in interfaceLoadStatus
- Parameters:
index
- the loaded item
-
-