Search code examples
gwtuibinder

GWT Expand/Collapse boxes?


Im looking to create something like the image( https://www.dropbox.com/s/i2h1813c13v12y0/samp.jpg ) using GWT-UiBinder method. I cannot use a tree becoz i need the collapsed view to have - Title, a single field value , icons that that are like status symbols. The expanded view than contains the Title and icon like the collapsed but the value + additional values are displayed in detail.

please let me know your ideas! Examples would be great!! Thanks


Solution

  • Are you looking for the DisclosurePanel? (with a custom header widget)