T - the type of the underlying Java objectV - the type of the propertypublic interface BackedProperty<T,V> extends Property<V>
Property interface for implementations that are backed by an underlying Java object.Property.Editor, Property.ReadOnlyException, Property.ReadOnlyStatusChangeEvent, Property.ReadOnlyStatusChangeListener, Property.ReadOnlyStatusChangeNotifier, Property.Transactional<T>, Property.ValueChangeEvent, Property.ValueChangeListener, Property.ValueChangeNotifier, Property.Viewer| Modifier and Type | Method and Description |
|---|---|
T |
getObject()
Retrieve the underlying Java object.
|
getType, getValue, isReadOnly, setReadOnly, setValueT getObject()
Copyright © 2017. All rights reserved.