Interface ObservableListIndexSelectionExt<T>
- All Superinterfaces:
GetValueModel<T>, Iterable<T>, ObservableList<T>, ObservableListIndexSelection<T>, ObservableListSelection<T>, ObservableValue<T>, Property
- All Known Subinterfaces:
WritableListIndexSelectionExt<T>
- All Known Implementing Classes:
ReadOnlyListIndexSelectionExt, WritableListIndexSelectionImpl
public interface ObservableListIndexSelectionExt<T>
extends ObservableListIndexSelection<T>, ObservableListSelection<T>
-
Method Summary
Methods 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
-
Method Details
-
multipleSelection
ObservableBoolean multipleSelection()- Specified by:
multipleSelectionin interfaceObservableListSelection<T>
-
noSelection
ObservableBoolean noSelection()- Specified by:
noSelectionin interfaceObservableListSelection<T>
-
disablePredicate
ObservableValue<Predicate<T>> disablePredicate() -
disabledValues
ObservableList<T> disabledValues() -
effectiveDisablePredicate
ObservableValue<Predicate<T>> effectiveDisablePredicate() -
readOnly
ObservableListIndexSelectionExt<T> readOnly()- Specified by:
readOnlyin interfaceObservableList<T>- Specified by:
readOnlyin interfaceObservableListIndexSelection<T>- Specified by:
readOnlyin interfaceObservableListSelection<T>- Specified by:
readOnlyin interfaceObservableValue<T>- Specified by:
readOnlyin interfaceProperty
-
disableSelectionStrategy
ObservableValue<DisabledSelectionStrategy> disableSelectionStrategy()
-