public interface SelectableListItem extends ListItem
Modifier and Type | Method and Description |
---|---|
void |
deselect()
Deselects this item.
|
boolean |
isSelected()
Finds out whether this item is selected.
|
void |
select()
Selects item without deselecting others.
|
void |
select(boolean deselectOthers)
Select item and deselect other items depending on @deselectOthers.
|
getRootElement, getText
boolean isSelected()
true
if this item is selected, false
otherwisevoid select()
void select(boolean deselectOthers)
deselectOthers
- if true
other items will be unselected.void deselect()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.