Hello,
I want to edit multiple properties of my object in a second class (it is
messy otherwise).
I saw the following in the documentation:
class HasBagOfStateEditor implements Editor<HasBagOfState> {
@Editor.Path("state")
BagOfStateBiographicalEditor bio;
@Editor.Path("state")
BagOfStateUserPreferencesEditor prefs;
}
But it looks like it is editing multiple properties of a the sub element
"state" of the object, not on multiple properties of the object itself.
How can I edit multiple properties of the top object being edited ?
That would be something like that:
@Editor.Path("this")
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.