Module com.gluonhq.cloudlink.client
Class GluonObservableObjectImpl<T>
- java.lang.Object
-
- javafx.beans.binding.ObjectExpression<T>
-
- javafx.beans.property.ReadOnlyObjectProperty<T>
-
- javafx.beans.property.ObjectProperty<T>
-
- javafx.beans.property.ObjectPropertyBase<T>
-
- javafx.beans.property.SimpleObjectProperty<T>
-
- com.gluonhq.connect.GluonObservableObject<T>
-
- com.gluonhq.impl.cloudlink.client.data.GluonObservableObjectImpl<T>
-
- All Implemented Interfaces:
GluonObservable
,GluonObservableImpl<T>
,Observable
,Property<T>
,ReadOnlyProperty<T>
,ObservableObjectValue<T>
,ObservableValue<T>
,WritableObjectValue<T>
,WritableValue<T>
,EventTarget
public class GluonObservableObjectImpl<T> extends GluonObservableObject<T> implements GluonObservableImpl<T>
-
-
Property Summary
-
Properties inherited from class com.gluonhq.connect.GluonObservableObject
exception, initialized, state
-
-
Constructor Summary
Constructors Constructor Description GluonObservableObjectImpl(DataClient dataClient, String identifier, ConnectMetadata<T> metadata, SyncFlag... syncFlags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier()
ObjectDataSkel<T>
getLocalDataSkel()
ConnectMetadata<T>
getMetadata()
boolean
isReadThrough()
boolean
isWriteThrough()
void
set(T newValue)
-
Methods inherited from class com.gluonhq.connect.GluonObservableObject
buildEventDispatchChain, exceptionProperty, getException, getState, initializedProperty, isInitialized, setException, setOnCancelled, setOnFailed, setOnReady, setOnRemoved, setOnRunning, setOnSucceeded, setState, stateProperty
-
Methods inherited from class javafx.beans.property.SimpleObjectProperty
getBean, getName
-
Methods inherited from class javafx.beans.property.ObjectPropertyBase
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbind
-
Methods inherited from class javafx.beans.property.ObjectProperty
bindBidirectional, setValue, unbindBidirectional
-
Methods inherited from class javafx.beans.binding.ObjectExpression
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javafx.beans.value.ObservableValue
getValue
-
Methods inherited from interface javafx.beans.value.WritableObjectValue
get
-
Methods inherited from interface javafx.beans.value.WritableValue
getValue, setValue
-
-
-
-
Constructor Detail
-
GluonObservableObjectImpl
public GluonObservableObjectImpl(DataClient dataClient, String identifier, ConnectMetadata<T> metadata, SyncFlag... syncFlags)
-
-
Method Detail
-
isReadThrough
public boolean isReadThrough()
-
isWriteThrough
public boolean isWriteThrough()
-
set
public void set(T newValue)
- Specified by:
set
in interfaceWritableObjectValue<T>
- Overrides:
set
in classObjectPropertyBase<T>
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier
in interfaceGluonObservableImpl<T>
-
getMetadata
public ConnectMetadata<T> getMetadata()
-
getLocalDataSkel
public ObjectDataSkel<T> getLocalDataSkel()
-
-