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
NoDataException
public void setValue(Object bean, Object value) throws NoDataException
NoDataException
public String getDelegateToWidgetMethodName()
public Type getType() throws NoDataException
NoDataException
public 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 false
Copyright © 2019 Vaadin Ltd. All rights reserved.