GWT 2.7.0

Uses of Interface
com.google.web.bindery.autobean.shared.AutoBeanVisitor.CollectionPropertyContext

Packages that use AutoBeanVisitor.CollectionPropertyContext
com.google.web.bindery.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.CollectionPropertyContext in com.google.web.bindery.autobean.shared
 

Methods in com.google.web.bindery.autobean.shared with parameters of type AutoBeanVisitor.CollectionPropertyContext
 void AutoBeanVisitor.endVisitCollectionProperty(java.lang.String propertyName, AutoBean<java.util.Collection<?>> value, AutoBeanVisitor.CollectionPropertyContext ctx)
          Called after visiting a reference property.
 boolean AutoBeanVisitor.visitCollectionProperty(java.lang.String propertyName, AutoBean<java.util.Collection<?>> value, AutoBeanVisitor.CollectionPropertyContext ctx)
          Called every time, but AutoBeanVisitor.visit(AutoBean, Context) will be called for the value only the first time it is encountered.
 


GWT 2.7.0