Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx
Interface ToggleButtonUtil.ToggleWrapper
- Enclosing class:
ToggleButtonUtil
public static interface ToggleButtonUtil.ToggleWrapper
Toggle wrapper.
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Gets the value of theselected
property.javafx.beans.property.BooleanProperty
void
setDisable
(boolean pDisable)
-
Property Details
-
selected
javafx.beans.property.BooleanProperty selectedProperty- See Also:
-
-
Method Details
-
setDisable
void setDisable(boolean pDisable) -
selectedProperty
javafx.beans.property.BooleanProperty selectedProperty()- Returns:
- the
selected
property - See Also:
-
isSelected
default boolean isSelected()Gets the value of theselected
property.- Property description:
- Returns:
- the value of the
selected
property - See Also:
-