com.vaadin.server.widgetsetutils.metadata
Class FieldProperty
java.lang.Object
com.vaadin.server.widgetsetutils.metadata.Property
com.vaadin.server.widgetsetutils.metadata.FieldProperty
public class FieldProperty
- extends Property
|
Method Summary |
static java.util.Collection<FieldProperty> |
findProperties(JClassType type)
|
<T extends java.lang.annotation.Annotation>
T |
|
getAnnotation(java.lang.Class<T> annotationClass)
|
boolean |
hasAccessorMethods()
|
void |
writeGetterBody(TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter w,
java.lang.String beanVariable)
|
void |
writeSetterBody(TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter w,
java.lang.String beanVariable,
java.lang.String valueVariable)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
hasAccessorMethods
public boolean hasAccessorMethods()
- Specified by:
hasAccessorMethods in class Property
writeSetterBody
public void writeSetterBody(TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter w,
java.lang.String beanVariable,
java.lang.String valueVariable)
- Specified by:
writeSetterBody in class Property
writeGetterBody
public void writeGetterBody(TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter w,
java.lang.String beanVariable)
- Specified by:
writeGetterBody in class Property
findProperties
public static java.util.Collection<FieldProperty> findProperties(JClassType type)
getAnnotation
public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationClass)
- Specified by:
getAnnotation in class Property
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.