David Durham
unread,Nov 20, 2009, 5:54:51 PM11/20/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gxtf...@googlegroups.com
I added index form panels to trunk. How it works:
new GXTFormBuilder(true).buildFormPanel(myFormConfig)
will return an instance of IndexedFormPanel.
IndexedFormPanel has 2 methods, getField(string) and
getFieldSet(String), though I have not yet added field sets to the
annotations. The basic idea is that for one off customization of
forms, it's pretty easy to autocreate the form panel, then go in and
access a particular field or fieldset for changes particular to a
form. Coming up with annotations for every customization scenario
doesn't make sense, and this approach is pragmatic.
I also added a demostration of this to the demo app, though this is
not deployed to appengine yet.
Please let me know if you find this feature useful. Also, please let
me know if you're actually using this library.
Thanks,
-Dave