|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public static interface AutoBeanVisitor.PropertyContext
Allows properties to be reset.
AutoBeans has moved to
com.google.web.bindery.autobeans
. This package will be
removed in a future version of GWT.
Method Summary | |
---|---|
void |
accept(AutoBeanVisitor.ParameterizationVisitor visitor)
Deprecated. Allows deeper inspection of the declared parameterization of the property. |
boolean |
canSet()
Deprecated. Indicates if the set(java.lang.Object) method will succeed. |
java.lang.Class<?> |
getType()
Deprecated. Returns the expected type of the property. |
void |
set(java.lang.Object value)
Deprecated. Sets a property value. |
Method Detail |
---|
void accept(AutoBeanVisitor.ParameterizationVisitor visitor)
boolean canSet()
set(java.lang.Object)
method will succeed.
true
if the property can be setjava.lang.Class<?> getType()
void set(java.lang.Object value)
value
- the new value
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |