|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AutoBeanVisitor.PropertyContext
Allows properties to be reset.
Method Summary | |
---|---|
void |
accept(AutoBeanVisitor.ParameterizationVisitor visitor)
Allows deeper inspection of the declared parameterization of the property. |
boolean |
canSet()
Indicates if the set(java.lang.Object) method will succeed. |
java.lang.Class<?> |
getType()
Returns the expected type of the property. |
void |
set(java.lang.Object value)
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.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |