|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyMetadata | |
|---|---|
| com.vaadin.addon.jpacontainer.metadata | |
| Uses of PropertyMetadata in com.vaadin.addon.jpacontainer.metadata |
|---|
| Subclasses of PropertyMetadata in com.vaadin.addon.jpacontainer.metadata | |
|---|---|
class |
PersistentPropertyMetadata
An extended version of PropertyMetadata that provides additional
information about persistent properties. |
| Methods in com.vaadin.addon.jpacontainer.metadata that return PropertyMetadata | |
|---|---|
PropertyMetadata |
ClassMetadata.getProperty(String propertyName)
Gets the metadata of the named property. |
| Methods in com.vaadin.addon.jpacontainer.metadata that return types with arguments of type PropertyMetadata | |
|---|---|
Collection<PropertyMetadata> |
ClassMetadata.getProperties()
Gets all the properties of the class. |
| Methods in com.vaadin.addon.jpacontainer.metadata with parameters of type PropertyMetadata | |
|---|---|
protected Object |
ClassMetadata.getPropertyValue(T object,
PropertyMetadata property)
Gets the value of property from object. |
protected void |
ClassMetadata.setPropertyValue(T object,
PropertyMetadata property,
Object value)
Sets the value of property to value on
object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||