public class SimpleItem.Property<V> extends ReadOnlyProperty<V> implements BackedProperty<T,V>
SimpleItem.Property implementation used by SimpleItem.Property.Editor, Property.ReadOnlyException, Property.ReadOnlyStatusChangeEvent, Property.ReadOnlyStatusChangeListener, Property.ReadOnlyStatusChangeNotifier, Property.Transactional<T>, Property.ValueChangeEvent, Property.ValueChangeListener, Property.ValueChangeNotifier, Property.Viewer| Constructor and Description |
|---|
Property(PropertyDef<V> propertyDef) |
| Modifier and Type | Method and Description |
|---|---|
T |
getObject()
Retrieve the underlying Java object.
|
PropertyDef<V> |
getPropertyDef() |
Class<V> |
getType() |
V |
getValue() |
addListener, addListener, addReadOnlyStatusChangeListener, addValueChangeListener, fireValueChange, firstListenerAdded, isReadOnly, lastListenerRemoved, removeListener, removeListener, removeReadOnlyStatusChangeListener, removeValueChangeListener, setReadOnly, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisReadOnly, setReadOnly, setValuepublic Property(PropertyDef<V> propertyDef)
public PropertyDef<V> getPropertyDef()
public T getObject()
BackedPropertygetObject in interface BackedProperty<T,V>Copyright © 2017. All rights reserved.