|
GWT 2.1.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 | |
|---|---|
boolean |
canSet()
Indicates if the set(java.lang.Object) method will succeed. |
java.lang.Class<?> |
getElementType()
If the reference property is a collection, returns the collection's element type. |
java.lang.Class<?> |
getType()
Returns the expected type of the property. |
void |
set(java.lang.Object value)
Sets a property value. |
| Method Detail |
|---|
boolean canSet()
set(java.lang.Object) method will succeed.
true if the property can be setjava.lang.Class<?> getElementType()
null if
the property is not a collection typejava.lang.Class<?> getType()
void set(java.lang.Object value)
value - the new value
|
GWT 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||