public class ItemListProperty<E> extends javafx.beans.property.ListPropertyBase<E> implements ZoeFXProperty<javafx.collections.ObservableList<E>>
| Constructor and Description |
|---|
ItemListProperty(BeanAccess beanAccess) |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList |
get() |
java.lang.Object |
getBean() |
java.lang.String |
getName() |
void |
refresh() |
void |
set(javafx.collections.ObservableList observableList) |
addListener, addListener, addListener, bind, emptyProperty, fireValueChangedEvent, fireValueChangedEvent, invalidated, isBound, removeListener, removeListener, removeListener, 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, waitbind, bindBidirectional, isBound, unbind, unbindBidirectionaladdListener, getValue, removeListeneraddAll, 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, toArraypublic java.lang.Object getBean()
getBean in interface javafx.beans.property.ReadOnlyProperty<javafx.collections.ObservableList<E>>public java.lang.String getName()
getName in interface javafx.beans.property.ReadOnlyProperty<javafx.collections.ObservableList<E>>public javafx.collections.ObservableList get()
public void set(javafx.collections.ObservableList observableList)
public void refresh()
refresh in interface ZoeFXProperty<javafx.collections.ObservableList<E>>