private class ReadOnlyListWrapper.ReadOnlyPropertyImpl extends ReadOnlyListPropertyBase<E>
| Modifier | Constructor and Description |
|---|---|
private |
ReadOnlyPropertyImpl() |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyBooleanProperty |
emptyProperty()
A boolean property that is
true, if the list is empty. |
ObservableList<E> |
get()
Returns the current value of this
ObservableObjectValue<T>. |
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
ReadOnlyIntegerProperty |
sizeProperty()
An integer property that represents the size of the list.
|
addListener, addListener, addListener, fireValueChangedEvent, fireValueChangedEvent, removeListener, removeListener, removeListenerbindContent, bindContentBidirectional, equals, hashCode, toString, unbindContent, unbindContentBidirectionaladd, add, addAll, addAll, addAll, asString, clear, contains, containsAll, get, getSize, getValue, indexOf, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, iterator, lastIndexOf, listExpression, listIterator, listIterator, remove, remove, remove, removeAll, removeAll, retainAll, retainAll, set, setAll, setAll, size, subList, toArray, toArray, valueAt, valueAtclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValuefiltered, sorted, sortedpublic ObservableList<E> get()
ObservableObjectValueObservableObjectValue<T>.public java.lang.Object getBean()
ReadOnlyPropertyObject that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic java.lang.String getName()
ReadOnlyPropertyString.Stringpublic ReadOnlyIntegerProperty sizeProperty()
ListExpressionsizeProperty in class ListExpression<E>public ReadOnlyBooleanProperty emptyProperty()
ListExpressiontrue, if the list is empty.emptyProperty in class ListExpression<E>