public class ItemObjectProperty<P> extends javafx.beans.property.ObjectPropertyBase implements ZoeFXProperty
| Constructor and Description |
|---|
ItemObjectProperty(BeanAccess beanAccess) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get() |
java.lang.Object |
getBean() |
java.lang.String |
getName() |
java.util.List<P> |
getSuperset(<any> parentManager) |
void |
refresh() |
void |
set(java.lang.Object e) |
addListener, addListener, bind, fireValueChangedEvent, invalidated, isBound, removeListener, removeListener, toString, unbindbindBidirectional, setValue, unbindBidirectionalasString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbind, bindBidirectional, isBound, unbind, unbindBidirectionalpublic java.lang.Object getBean()
getBean in interface javafx.beans.property.ReadOnlyPropertypublic java.lang.String getName()
getName in interface javafx.beans.property.ReadOnlyPropertypublic java.lang.Object get()
get in interface javafx.beans.value.ObservableObjectValueget in interface javafx.beans.value.WritableObjectValueget in class javafx.beans.property.ObjectPropertyBasepublic void set(java.lang.Object e)
set in interface javafx.beans.value.WritableObjectValueset in class javafx.beans.property.ObjectPropertyBasepublic java.util.List<P> getSuperset(<any> parentManager)
public void refresh()
refresh in interface ZoeFXProperty