-
- 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.
-
-
Constructor Summary
Constructors Constructor Description SerializableStringProperty()The constructor of SimpleStringProperty.SerializableStringProperty(String initialValue)The constructor of SimpleStringProperty.SerializableStringProperty(String name, String initialValue)The constructor of SimpleStringProperty.
-
Method Summary
Modifier and Type Method Description StringgetName()Getter method for the name. voidsetName(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 TypeAdapterfor thisSerializableStringProperty.ObjectgetBean()Getter method for unused field bean. inthashCode()booleanequals(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 ofSimpleStringProperty.
-
SerializableStringProperty
SerializableStringProperty(String initialValue)
The constructor ofSimpleStringProperty.- Parameters:
initialValue- the initial value of the wrapped value
-
-
Method Detail
-
setName
void setName(String name)
Setter method for the name.
- Parameters:
name- the name to give to the property
-
getTypeAdapter
static PropertyTypeAdapter<SerializableStringProperty> getTypeAdapter()
Returns a com.google.gson.JsonSerializer and com.google.gson.JsonDeserializer combo class to be used as a
TypeAdapterfor thisSerializableStringProperty.
-
hashCode
int hashCode()
-
-
-
-