Interface ToggleButtonUtil.ToggleWrapper

Enclosing class:
ToggleButtonUtil

public static interface ToggleButtonUtil.ToggleWrapper
Toggle wrapper.
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.BooleanProperty
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Gets the value of the selected property.
    javafx.beans.property.BooleanProperty
     
    void
    setDisable(boolean pDisable)
     
  • Property Details

  • 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 the selected property.
      Property description:
      Returns:
      the value of the selected property
      See Also: