Package 

Class SerializableBooleanProperty

  • All Implemented Interfaces:
    java.io.Serializable , javafx.beans.Observable , javafx.beans.property.Property , javafx.beans.property.ReadOnlyProperty , javafx.beans.property.ReadOnlyProperty , javafx.beans.value.ObservableBooleanValue , javafx.beans.value.ObservableValue , javafx.beans.value.ObservableValue , javafx.beans.value.WritableBooleanValue , javafx.beans.value.WritableValue , javafx.beans.value.WritableValue

    
    public class SerializableBooleanProperty
    extends BooleanPropertyBase implements Serializable
                        

    javafx.beans.property.SimpleBooleanProperty that implements also Serializable.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String name
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getName() Getter method for the name of the property.
      void setName(String name) Setter method for the name of the property.
      Object getBean() Getter method for unused field bean.
      int hashCode()
      boolean equals(Object obj)
      static PropertyTypeAdapter<SerializableBooleanProperty> getTypeAdapter() Returns a com.google.gson.JsonSerializer and com.google.gson.JsonDeserializer combo class to be used as a TypeAdapter for this SerializableBooleanProperty.
      • Methods inherited from class javafx.beans.property.BooleanPropertyBase

        addListener, bind, get, isBound, removeListener, set, toString, unbind
      • Methods inherited from class javafx.beans.property.BooleanProperty

        asObject, bindBidirectional, booleanProperty, setValue, unbindBidirectional
      • Methods inherited from class javafx.beans.property.ReadOnlyBooleanProperty

        asObject, readOnlyBooleanProperty
      • Methods inherited from class javafx.beans.binding.BooleanExpression

        and, asObject, asString, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, or
      • Methods inherited from class javafx.beans.value.ObservableValue

        getValue
      • Methods inherited from class javafx.beans.property.ReadOnlyProperty

        getName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerializableBooleanProperty

        SerializableBooleanProperty()
        The constructor of SimpleBooleanProperty.
      • SerializableBooleanProperty

        SerializableBooleanProperty(boolean initialValue)
        The constructor of SimpleBooleanProperty.
        Parameters:
        initialValue - the initial value of the wrapped value
      • SerializableBooleanProperty

        SerializableBooleanProperty(String name)
        The constructor of SimpleBooleanProperty.
        Parameters:
        name - the name of this SimpleBooleanProperty
      • SerializableBooleanProperty

        SerializableBooleanProperty(String name, boolean initialValue)
        The constructor of SimpleBooleanProperty.
        Parameters:
        name - the name of this SimpleBooleanProperty
        initialValue - the initial value of the wrapped value