GWT 2.1.0

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

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

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

Methods in com.google.gwt.editor.client with parameters of type AutoBeanVisitor.Context
 void AutoBeanVisitor.endVisit(AutoBean<?> bean, AutoBeanVisitor.Context ctx)
          Called after visiting an AutoBean.
 boolean AutoBeanVisitor.visit(AutoBean<?> bean, AutoBeanVisitor.Context ctx)
          Called when visiting an AutoBean.
 


GWT 2.1.0