Interface WritableListIndexSelectionExt<T>
- All Superinterfaces:
GetValueModel<T>, Iterable<T>, ObservableList<T>, ObservableListIndexSelection<T>, ObservableListIndexSelectionExt<T>, ObservableListSelection<T>, ObservableValue<T>, Property, SetValueModel<T>, WritableList<T>, WritableListIndexSelection<T>, WritableListSelection<T>, WritableProperty, WritableValue<T>, WritableValueModel<T>
- All Known Implementing Classes:
WritableListIndexSelectionImpl
public interface WritableListIndexSelectionExt<T>
extends WritableListIndexSelection<T>, ObservableListIndexSelectionExt<T>, WritableListSelection<T>
-
Method Summary
Modifier and TypeMethodDescriptionMethods 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 ObservableListIndexSelectionExt
effectiveDisablePredicate, readOnlyMethods inherited from interface ObservableListSelection
readOnlyMethods 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, withMethods inherited from interface WritableList
add, add, addAll, addCollection, clear, isEmpty, remove, removeAll, removeAll, removeAt, removeCollection, removeFirst, removeLast, set, set, setAll, setCollection, vetosMethods inherited from interface WritableListIndexSelection
indicesMethods inherited from interface WritableProperty
adjustersMethods inherited from interface WritableValue
bind, bind, bind, bind, bindSource, bindTo, getOrCompute, setAndBind, setAndBindConvert, setUsing, setUsingNonNull
-
Method Details
-
multipleSelection
WritableBoolean multipleSelection()- Specified by:
multipleSelectionin interfaceObservableListIndexSelectionExt<T>- Specified by:
multipleSelectionin interfaceObservableListSelection<T>- Specified by:
multipleSelectionin interfaceWritableListSelection<T>
-
noSelection
WritableBoolean noSelection()- Specified by:
noSelectionin interfaceObservableListIndexSelectionExt<T>- Specified by:
noSelectionin interfaceObservableListSelection<T>- Specified by:
noSelectionin interfaceWritableListSelection<T>
-
disablePredicate
WritableValue<Predicate<T>> disablePredicate()- Specified by:
disablePredicatein interfaceObservableListIndexSelectionExt<T>
-
disabledValues
WritableList<T> disabledValues()- Specified by:
disabledValuesin interfaceObservableListIndexSelectionExt<T>
-
disableSelectionStrategy
WritableValue<DisabledSelectionStrategy> disableSelectionStrategy()- Specified by:
disableSelectionStrategyin interfaceObservableListIndexSelectionExt<T>
-