E - the type of the List elementspublic class SimpleListProperty<E> extends ListPropertyBase<E>
Property wrapping an
ObservableList.ListPropertyBaseempty, size| Constructor and Description |
|---|
SimpleListProperty()
The constructor of
SimpleListProperty |
SimpleListProperty(Object bean,
String name)
The constructor of
SimpleListProperty |
SimpleListProperty(Object bean,
String name,
ObservableList<E> initialValue)
The constructor of
SimpleListProperty |
SimpleListProperty(ObservableList<E> initialValue)
The constructor of
SimpleListProperty |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean()
Returns the
Object that contains this property. |
String |
getName()
Returns the name of this property.
|
addListener, addListener, addListener, bind, emptyProperty, fireValueChangedEvent, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, removeListener, set, sizeProperty, toString, unbindbindBidirectional, setValue, unbindBidirectionalbindContent, bindContentBidirectional, equals, hashCode, 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, waitgetValuegetValueaddAll, filtered, remove, removeAll, retainAll, setAll, setAll, sorted, sortedadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic SimpleListProperty()
SimpleListPropertypublic SimpleListProperty(ObservableList<E> initialValue)
SimpleListPropertyinitialValue - the initial value of the wrapped valuepublic SimpleListProperty(Object bean, String name)
SimpleListPropertybean - the bean of this SetPropertyname - the name of this SetPropertypublic SimpleListProperty(Object bean, String name, ObservableList<E> initialValue)
SimpleListPropertybean - the bean of this ListPropertyname - the name of this ListPropertyinitialValue - the initial value of the wrapped valuepublic Object getBean()
Object that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic String getName()
String.StringCopyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.