| Methods in com.google.gwt.editor.client with parameters of type AutoBeanVisitor.PropertyContext |
void |
AutoBeanVisitor.endVisitReferenceProperty(java.lang.String propertyName,
AutoBean<?> value,
AutoBeanVisitor.PropertyContext ctx)
Called after visiting a reference property. |
void |
AutoBeanVisitor.endVisitValueProperty(java.lang.String propertyName,
java.lang.Object value,
AutoBeanVisitor.PropertyContext ctx)
Called after visiting a value property. |
boolean |
AutoBeanVisitor.visitReferenceProperty(java.lang.String propertyName,
AutoBean<?> value,
AutoBeanVisitor.PropertyContext ctx)
Called every time, but AutoBeanVisitor.visit(AutoBean, Context) will be called for
the value only the first time it is encountered. |
boolean |
AutoBeanVisitor.visitValueProperty(java.lang.String propertyName,
java.lang.Object value,
AutoBeanVisitor.PropertyContext ctx)
TODO: document. |