GWT 2.1.0

Uses of Interface
com.google.gwt.editor.client.AutoBeanVisitor.PropertyContext

Packages that use AutoBeanVisitor.PropertyContext
com.google.gwt.editor.client A framework for editing bean-like objects. 
 

Uses of AutoBeanVisitor.PropertyContext in com.google.gwt.editor.client
 

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.
 


GWT 2.1.0