Module com.gluonhq.cloudlink.client
Class GluonObservableRemoteFunctionObjectImpl<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.function.GluonObservableRemoteFunctionObjectImpl<T>
-
- All Implemented Interfaces:
GluonObservable,GluonObservableImpl<T>,Observable,Property<T>,ReadOnlyProperty<T>,ObservableObjectValue<T>,ObservableValue<T>,WritableObjectValue<T>,WritableValue<T>,EventTarget
public class GluonObservableRemoteFunctionObjectImpl<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 GluonObservableRemoteFunctionObjectImpl(RemoteFunction function, InputStreamInputConverter<T> converter)GluonObservableRemoteFunctionObjectImpl(RemoteFunction function, Class<T> targetClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamInputConverter<T>getConverter()RemoteFunctiongetFunction()StringgetIdentifier()Class<T>getTargetClass()-
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, set, 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, set
-
Methods inherited from interface javafx.beans.value.WritableValue
getValue, setValue
-
-
-
-
Constructor Detail
-
GluonObservableRemoteFunctionObjectImpl
public GluonObservableRemoteFunctionObjectImpl(RemoteFunction function, Class<T> targetClass)
-
GluonObservableRemoteFunctionObjectImpl
public GluonObservableRemoteFunctionObjectImpl(RemoteFunction function, InputStreamInputConverter<T> converter)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin interfaceGluonObservableImpl<T>
-
getFunction
public RemoteFunction getFunction()
-
getConverter
public InputStreamInputConverter<T> getConverter()
-
-