public interface SelectionBehavior
| Modifier and Type | Method and Description |
|---|---|
SelectionModel |
getPreferredSelectionModel() |
SelectionChange |
setAllSelected(SelectionTableBean<?> table,
boolean selected,
UIEventInfo event) |
SelectionChange |
setSelected(SelectionTableBean<?> table,
TableData data,
boolean selected,
UIEventInfo event) |
SelectionChange setAllSelected(SelectionTableBean<?> table, boolean selected, UIEventInfo event)
table - The table where the select all operation was invoked.selected - Whether all TableData should be selected or not.event - Event information from the user interface, if applicable.SelectionChange setSelected(SelectionTableBean<?> table, TableData data, boolean selected, UIEventInfo event)
table - The table where the select operation was invoked.data - The TableData whose selection state should change.selected - Whether the TableData should be selected or unselected.event - Event information from the user interface, if applicable.SelectionModel getPreferredSelectionModel()
Copyright ? Technia AB. All Rights Reserved.