Interface SelectionToggleable
-
- All Known Implementing Classes:
WCheckBox
,WCheckBoxSelect
,WDataTable
,WMultiSelect
,WMultiSelectPair
,WToggleButton
public interface SelectionToggleable
Components that have a selection which can be toggled byWSelectToggle
must implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
toggleSelection(boolean selected)
Sets the selections for this component.
-