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