Search code examples
htmlgwtuibinder

GWT: How to group related fields in a UIBinder form?


What is the approach to group related fields in a large UIBinder form in GWT? The field group has a title and should allow optional selection of the entire group to appear/disappear or be enabled/disabled.

UPDATE: DisclosurePanel looks fine but does not mix well with custom CSS layouts and I do not want to use other widgetsets.


Solution

  • Is DisclosurePanel what you're looking for?