Class WritableListSelectionImpl<T>
java.lang.Object
net.thevpc.common.props.impl.PropertyBase
net.thevpc.common.props.impl.ObservableValueBase<T>
net.thevpc.common.props.impl.WritableValueBase<T>
net.thevpc.common.props.impl.WritableListBase<T>
net.thevpc.common.props.impl.WritableSetImpl<T>
net.thevpc.common.props.impl.WritableListSelectionImpl<T>
- All Implemented Interfaces:
Iterable<T>, GetValueModel<T>, ObservableList<T>, ObservableListSelection<T>, ObservableValue<T>, Property, SetValueModel<T>, WritableList<T>, WritableListSelection<T>, WritableProperty, WritableValue<T>, WritableValueModel<T>
public class WritableListSelectionImpl<T>
extends WritableSetImpl<T>
implements WritableListSelection<T>
-
Field Summary
Fields inherited from class WritableListBase
roFields inherited from class WritableValueBase
adjusters, vetosFields inherited from class ObservableValueBase
modelFields inherited from class PropertyBase
listeners, parentProperty -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WritableSetImpl
addImpl, canAddImpl, contains, getImpl, indexOfImpl, removeAtImpl, set, setImpl, sizeImplMethods inherited from class WritableListBase
add, add, addCollection, canRemoveImpl, canSetImpl, clear, findAll, findAllIndexes, findFirst, findFirst, findFirst, findFirstIndex, findFirstIndex, findFirstIndex, firePropertyUpdated, get, get0, isEmpty, isWritable, iterator, remove, removeAll, removeAt, removeCollection, set, set0, setCollection, size, toListMethods inherited from class WritableValueBase
adjusters, createReadOnly, currentPath, get, model, vetosMethods inherited from class ObservableValueBase
equals, hashCodeMethods inherited from class PropertyBase
createListeners, events, fullPropertyName, parentProperty, propagateEvents, propertyName, propertyType, userObjectsMethods 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 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 WritableProperty
adjustersMethods inherited from interface WritableValue
bind, bind, bind, bind, bindSource, bindTo, getOrCompute, setAndBind, setAndBindConvert, setUsing, setUsingNonNull
-
Constructor Details
-
WritableListSelectionImpl
-
-
Method Details
-
readOnly
- Specified by:
readOnlyin interfaceObservableList<T>- Specified by:
readOnlyin interfaceObservableListSelection<T>- Specified by:
readOnlyin interfaceObservableValue<T>- Specified by:
readOnlyin interfaceProperty- Overrides:
readOnlyin classWritableListBase<T>
-
multipleSelection
- Specified by:
multipleSelectionin interfaceObservableListSelection<T>- Specified by:
multipleSelectionin interfaceWritableListSelection<T>
-
noSelection
- Specified by:
noSelectionin interfaceObservableListSelection<T>- Specified by:
noSelectionin interfaceWritableListSelection<T>
-
toString
- Overrides:
toStringin classWritableSetImpl<T>
-