public class Property extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Type |
getBeanType() |
String |
getDelegateToWidgetMethodName() |
String |
getDisplayName()
Gets the property name formatted for displaying in a user interface.
|
String |
getLookupKey()
Gets the string that is internally used when looking up generated support
code for this method.
|
String |
getName() |
String |
getSignature()
The unique signature used to identify this property.
|
Type |
getType() |
Object |
getValue(Object bean) |
int |
hashCode() |
boolean |
isNoLayout()
Checks whether this property is annotated with
NoLayout. |
void |
setValue(Object bean,
Object value) |
String |
toString() |
public Object getValue(Object bean) throws NoDataException
NoDataExceptionpublic void setValue(Object bean, Object value) throws NoDataException
NoDataExceptionpublic String getDelegateToWidgetMethodName()
public Type getType() throws NoDataException
NoDataExceptionpublic Type getBeanType()
public String getSignature()
public String getLookupKey()
getSignature(), but
without any type parameters.public String getName()
public String getDisplayName()
public boolean isNoLayout()
NoLayout.true if this property has a NoLayout annotation;
otherwise falseCopyright © 2016 Vaadin Ltd. All rights reserved.