Package org.dellroad.stuff.vaadin7
Interface BackedProperty<T,V>
-
- Type Parameters:
T- the type of the underlying Java objectV- the type of the property
- All Superinterfaces:
Property<V>,Serializable
- All Known Implementing Classes:
SimpleItem.Property,SimpleProperty
public interface BackedProperty<T,V> extends Property<V>
Extension of thePropertyinterface for implementations that are backed by an underlying Java object.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.vaadin.data.Property
Property.Editor, Property.ReadOnlyException, Property.ReadOnlyStatusChangeEvent, Property.ReadOnlyStatusChangeListener, Property.ReadOnlyStatusChangeNotifier, Property.Transactional<T extends Object>, Property.ValueChangeEvent, Property.ValueChangeListener, Property.ValueChangeNotifier, Property.Viewer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetObject()Retrieve the underlying Java object.-
Methods inherited from interface com.vaadin.data.Property
getType, getValue, isReadOnly, setReadOnly, setValue
-
-
-
-
Method Detail
-
getObject
T getObject()
Retrieve the underlying Java object.- Returns:
- underlying Java object, never null
-
-