public interface IRowItem
ListController
Modifier and Type | Method and Description |
---|---|
long |
getId()
Gets the id of this row item.
|
boolean |
isSelected()
Checks if is this row item is selected.
|
void |
setSelected(boolean selected)
Sets selected state of this row item.
|
boolean isSelected()
void setSelected(boolean selected)
selected
- the new selected statelong getId()