Class BooleanProperty


public final class BooleanProperty extends PrimitiveProperty<Boolean>
An ObjectProperty whose T type is Boolean.
  • Constructor Details

    • BooleanProperty

      public BooleanProperty()
    • BooleanProperty

      public BooleanProperty(Boolean value)
  • Method Details

    • getZ

      public final boolean getZ()
      Same as NotNullProperty.get(), but returns a boolean instead of a Boolean.
    • toggle

      public final boolean toggle()
      Inverts the value of this BooleanProperty.
      Returns:
      The new (now inverted) value.