Class ReadOnlyListIndexSelectionExt<T>
java.lang.Object
net.thevpc.common.props.ReadOnlyListIndexSelection<T>
net.thevpc.common.props.ReadOnlyListIndexSelectionExt<T>
- All Implemented Interfaces:
Iterable<T>, GetValueModel<T>, ObservableList<T>, ObservableListIndexSelection<T>, ObservableListIndexSelectionExt<T>, ObservableListSelection<T>, ObservableValue<T>, Property
public class ReadOnlyListIndexSelectionExt<T>
extends ReadOnlyListIndexSelection<T>
implements ObservableListIndexSelectionExt<T>
-
Field Summary
Fields inherited from class ReadOnlyListIndexSelection
base -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ReadOnlyListIndexSelection
contains, events, findAll, findAllIndexes, findFirst, findFirst, findFirst, findFirstIndex, findFirstIndex, findFirstIndex, get, get, indices, iterator, propertyName, propertyType, size, toList, userObjectsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface ObservableList
contains, findAll, findAllIndexes, findFirst, findFirst, findFirst, findFirstIndex, findFirstIndex, findFirstIndex, findFirstIndexOf, first, get, get, last, size, stream, toListMethods inherited from interface ObservableListIndexSelection
indicesMethods inherited from interface ObservableValue
bindConvert, bindTarget, doNonNull, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, propertyClass, unbind, withValueMethods inherited from interface Property
events, getChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, with
-
Constructor Details
-
ReadOnlyListIndexSelectionExt
-
-
Method Details
-
multipleSelection
- Specified by:
multipleSelectionin interfaceObservableListIndexSelectionExt<T>- Specified by:
multipleSelectionin interfaceObservableListSelection<T>
-
noSelection
- Specified by:
noSelectionin interfaceObservableListIndexSelectionExt<T>- Specified by:
noSelectionin interfaceObservableListSelection<T>
-
disablePredicate
- Specified by:
disablePredicatein interfaceObservableListIndexSelectionExt<T>
-
effectiveDisablePredicate
- Specified by:
effectiveDisablePredicatein interfaceObservableListIndexSelectionExt<T>
-
disableSelectionStrategy
- Specified by:
disableSelectionStrategyin interfaceObservableListIndexSelectionExt<T>
-
disabledValues
- Specified by:
disabledValuesin interfaceObservableListIndexSelectionExt<T>
-
readOnly
- Specified by:
readOnlyin interfaceObservableList<T>- Specified by:
readOnlyin interfaceObservableListIndexSelection<T>- Specified by:
readOnlyin interfaceObservableListIndexSelectionExt<T>- Specified by:
readOnlyin interfaceObservableListSelection<T>- Specified by:
readOnlyin interfaceObservableValue<T>- Specified by:
readOnlyin interfaceProperty- Overrides:
readOnlyin classReadOnlyListIndexSelection<T>
-