Module com.gluonhq.cloudlink.client
Class GluonObservableRemoteFunctionListImpl<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- javafx.collections.ObservableListBase<E>
-
- javafx.collections.ModifiableObservableListBase<E>
-
- com.gluonhq.connect.GluonObservableList<E>
-
- com.gluonhq.impl.cloudlink.client.data.function.GluonObservableRemoteFunctionListImpl<E>
-
- All Implemented Interfaces:
GluonObservable
,GluonObservableImpl<E>
,Iterable<E>
,Collection<E>
,List<E>
,Observable
,ObservableList<E>
,EventTarget
public class GluonObservableRemoteFunctionListImpl<E> extends GluonObservableList<E> implements GluonObservableImpl<E>
-
-
Property Summary
-
Properties inherited from class com.gluonhq.connect.GluonObservableList
exception, initialized, state
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description GluonObservableRemoteFunctionListImpl(RemoteFunctionList function, InputStreamIterableInputConverter<E> converter)
GluonObservableRemoteFunctionListImpl(RemoteFunctionList function, Class<E> targetClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamIterableInputConverter<E>
getConverter()
String
getIdentifier()
Class<E>
getTargetClass()
-
Methods inherited from class com.gluonhq.connect.GluonObservableList
buildEventDispatchChain, doAdd, doRemove, doSet, exceptionProperty, get, getException, getState, initializedProperty, isInitialized, setException, setOnCancelled, setOnFailed, setOnReady, setOnRemoved, setOnRunning, setOnSucceeded, setState, size, stateProperty
-
Methods inherited from class javafx.collections.ModifiableObservableListBase
add, addAll, addAll, remove, remove, removeAll, removeRange, retainAll, set, setAll, subList
-
Methods inherited from class javafx.collections.ObservableListBase
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll
-
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator
-
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
-
Methods inherited from interface javafx.beans.Observable
addListener, removeListener
-
Methods inherited from interface javafx.collections.ObservableList
addAll, addListener, filtered, remove, removeAll, removeListener, retainAll, setAll, setAll, sorted, sorted
-
-
-
-
Constructor Detail
-
GluonObservableRemoteFunctionListImpl
public GluonObservableRemoteFunctionListImpl(RemoteFunctionList function, Class<E> targetClass)
-
GluonObservableRemoteFunctionListImpl
public GluonObservableRemoteFunctionListImpl(RemoteFunctionList function, InputStreamIterableInputConverter<E> converter)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier
in interfaceGluonObservableImpl<E>
-
getConverter
public InputStreamIterableInputConverter<E> getConverter()
-
-