Interface HasSelectedProperty
- All Known Implementing Classes:
CheckBox
public interface HasSelectedProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault Booleandefault voidsetSelected(Boolean selected) Sets the value of theselectedproperty.
-
Property Details
-
selected
- See Also:
-
-
Method Details
-
selectedProperty
- Returns:
- the
selectedproperty - See Also:
-
setSelected
Sets the value of theselectedproperty.- Property description:
- Parameters:
selected- the value for theselectedproperty- See Also:
-
isSelected
-