protected class Listitem.ExtraCtrl extends HtmlBasedComponent.ExtraCtrl implements LoadStatus
HtmlBasedComponent.getExtraCtrl()
.
It is used only by component developers.Modifier | Constructor and Description |
---|---|
protected |
ExtraCtrl() |
Modifier and Type | Method and 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.
|
setPrologContent
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 itemCopyright © 2005-2021 Potix Corporation. All Rights Reserved.