GWT 2.3.0

Uses of Interface
com.google.gwt.autobean.shared.AutoBeanVisitor.PropertyContext

Packages that use AutoBeanVisitor.PropertyContext
com.google.gwt.autobean.shared The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces. 
 

Uses of AutoBeanVisitor.PropertyContext in com.google.gwt.autobean.shared
 

Subinterfaces of AutoBeanVisitor.PropertyContext in com.google.gwt.autobean.shared
static interface AutoBeanVisitor.CollectionPropertyContext
          Deprecated. 
static interface AutoBeanVisitor.MapPropertyContext
          Deprecated. 
 

Methods in com.google.gwt.autobean.shared with parameters of type AutoBeanVisitor.PropertyContext
 void AutoBeanVisitor.endVisitReferenceProperty(java.lang.String propertyName, AutoBean<?> value, AutoBeanVisitor.PropertyContext ctx)
          Deprecated. Called after visiting a reference property.
 void AutoBeanVisitor.endVisitValueProperty(java.lang.String propertyName, java.lang.Object value, AutoBeanVisitor.PropertyContext ctx)
          Deprecated. Called after visiting a value property.
 boolean AutoBeanVisitor.visitReferenceProperty(java.lang.String propertyName, AutoBean<?> value, AutoBeanVisitor.PropertyContext ctx)
          Deprecated. 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)
          Deprecated. TODO: document.
 


GWT 2.3.0