public class WritableListIndexSelectionImpl<T> extends WritableListAdapter<T> implements WritableListIndexSelectionExt<T>
| Constructor and Description |
|---|
WritableListIndexSelectionImpl(String name,
PropertyType elementType,
ObservableList<T> possibleValues) |
| Modifier and Type | Method and Description |
|---|---|
WritableList<T> |
disabledValues() |
WritableValue<Predicate<T>> |
disablePredicate() |
WritableValue<DisabledSelectionStrategy> |
disableSelectionStrategy() |
ObservableValue<Predicate<T>> |
effectiveDisablePredicate() |
protected WritableList<T> |
getAdaptee() |
WritableList<Integer> |
indices() |
WritableBoolean |
multipleSelection() |
WritableBoolean |
noSelection() |
String |
propertyName() |
ObservableListIndexSelectionExt<T> |
readOnly() |
String |
toString() |
add, add, addAll, addCollection, adjusters, clear, contains, events, findAll, findAllIndexes, findFirst, findFirst, findFirst, findFirstIndex, findFirstIndex, findFirstIndex, get, get, isEmpty, isWritable, iterator, propertyType, remove, removeAll, removeAll, removeAt, removeCollection, set, set, setAll, setCollection, size, toList, userObjects, vetosclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, addAll, addCollection, clear, isEmpty, remove, removeAll, removeAll, removeAt, removeCollection, removeFirst, removeLast, set, set, setAll, setCollection, vetosbind, bind, bind, bind, bindSource, bindTo, getOrCompute, setAndBind, setAndBindConvert, setUsing, setUsingNonNulladjusterscontains, findAll, findAllIndexes, findFirst, findFirst, findFirst, findFirstIndex, findFirstIndex, findFirstIndex, findFirstIndexOf, first, get, get, last, size, stream, toListbindConvert, bindTarget, doNonNull, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, propertyClass, unbind, withValueevents, getChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyType, userObjects, with, withforEach, iterator, spliteratorpublic WritableListIndexSelectionImpl(String name, PropertyType elementType, ObservableList<T> possibleValues)
public WritableList<Integer> indices()
indices in interface ObservableListIndexSelection<T>indices in interface WritableListIndexSelection<T>protected WritableList<T> getAdaptee()
getAdaptee in class WritableListAdapter<T>public WritableValue<Predicate<T>> disablePredicate()
disablePredicate in interface ObservableListIndexSelectionExt<T>disablePredicate in interface WritableListIndexSelectionExt<T>public WritableList<T> disabledValues()
disabledValues in interface ObservableListIndexSelectionExt<T>disabledValues in interface WritableListIndexSelectionExt<T>public ObservableListIndexSelectionExt<T> readOnly()
readOnly in interface ObservableList<T>readOnly in interface ObservableListIndexSelection<T>readOnly in interface ObservableListIndexSelectionExt<T>readOnly in interface ObservableListSelection<T>readOnly in interface ObservableValue<T>readOnly in interface PropertyreadOnly in class WritableListAdapter<T>public String toString()
toString in class WritableListAdapter<T>public WritableBoolean multipleSelection()
multipleSelection in interface ObservableListIndexSelectionExt<T>multipleSelection in interface ObservableListSelection<T>multipleSelection in interface WritableListIndexSelectionExt<T>multipleSelection in interface WritableListSelection<T>public WritableBoolean noSelection()
noSelection in interface ObservableListIndexSelectionExt<T>noSelection in interface ObservableListSelection<T>noSelection in interface WritableListIndexSelectionExt<T>noSelection in interface WritableListSelection<T>public String propertyName()
propertyName in interface PropertypropertyName in class WritableListAdapter<T>public ObservableValue<Predicate<T>> effectiveDisablePredicate()
effectiveDisablePredicate in interface ObservableListIndexSelectionExt<T>public WritableValue<DisabledSelectionStrategy> disableSelectionStrategy()
disableSelectionStrategy in interface ObservableListIndexSelectionExt<T>disableSelectionStrategy in interface WritableListIndexSelectionExt<T>Copyright © 2022 vpc open source initiative. All rights reserved.