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