protected class Listitem.ExtraCtrl extends Object implements LoadStatus
HtmlBasedComponent.getExtraCtrl().
It is used only by component developers.| Modifier | Constructor and Description |
|---|---|
protected |
Listitem.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.
|
public boolean isLoaded()
LoadStatusisLoaded in interface LoadStatuspublic void setLoaded(boolean loaded)
LoadStatussetLoaded in interface LoadStatusloaded - true to set the item as loaded.public void setIndex(int index)
LoadStatussetIndex in interface LoadStatusindex - the loaded itemCopyright © 2015. All rights reserved.