|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoBeanVisitor.MapPropertyContext | |
---|---|
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.MapPropertyContext in com.google.web.bindery.autobean.shared |
---|
Methods in com.google.web.bindery.autobean.shared with parameters of type AutoBeanVisitor.MapPropertyContext | |
---|---|
void |
AutoBeanVisitor.endVisitMapProperty(java.lang.String propertyName,
AutoBean<java.util.Map<?,?>> value,
AutoBeanVisitor.MapPropertyContext ctx)
Called after visiting a reference property. |
boolean |
AutoBeanVisitor.visitMapProperty(java.lang.String propertyName,
AutoBean<java.util.Map<?,?>> value,
AutoBeanVisitor.MapPropertyContext 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 | |||||||
PREV NEXT | FRAMES NO FRAMES |