Package 

Class SerializableStringProperty

  • All Implemented Interfaces:
    java.io.Serializable , javafx.beans.Observable , javafx.beans.property.Property , javafx.beans.property.ReadOnlyProperty , javafx.beans.property.ReadOnlyProperty , javafx.beans.value.ObservableObjectValue , javafx.beans.value.ObservableStringValue , javafx.beans.value.ObservableValue , javafx.beans.value.WritableObjectValue , javafx.beans.value.WritableStringValue , javafx.beans.value.WritableValue

    
    public class SerializableStringProperty
    extends StringPropertyBase implements Serializable
                        

    javafx.beans.property.SimpleStringProperty 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.
      void setName(String name) Setter method for the name.
      static PropertyTypeAdapter<SerializableStringProperty> getTypeAdapter() Returns a com.google.gson.JsonSerializer and com.google.gson.JsonDeserializer combo class to be used as a TypeAdapter for this SerializableStringProperty.
      Object getBean() Getter method for unused field bean.
      int hashCode()
      boolean equals(Object obj)
      • Methods inherited from class javafx.beans.property.StringPropertyBase

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

        bindBidirectional, setValue, unbindBidirectional
      • Methods inherited from class javafx.beans.binding.StringExpression

        concat, getValue, getValueSafe, greaterThan, greaterThanOrEqualTo, isEmpty, isEqualTo, isEqualToIgnoreCase, isNotEmpty, isNotEqualTo, isNotEqualToIgnoreCase, isNotNull, isNull, length, lessThan, lessThanOrEqualTo, stringExpression
      • Methods inherited from class javafx.beans.value.ObservableObjectValue

        get
      • 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

      • SerializableStringProperty

        SerializableStringProperty()
        The constructor of SimpleStringProperty.
      • SerializableStringProperty

        SerializableStringProperty(String initialValue)
        The constructor of SimpleStringProperty.
        Parameters:
        initialValue - the initial value of the wrapped value
      • SerializableStringProperty

        SerializableStringProperty(String name, String initialValue)
        The constructor of SimpleStringProperty.
        Parameters:
        name - the name of this SimpleStringProperty
        initialValue - the initial value of the wrapped value