aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/ITabsheetBase.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-144/+0
* Test cases and fix for #2425/#2289 - Removing a Tab from TabSheet or Accordio...Artur Signell2009-01-111-4/+14
* Extended test case and fix for #2289 - Client does not remove removed tabs fr...Artur Signell2008-12-081-0/+16
* Fix for #2259 - Do not update cached TabSheetArtur Signell2008-12-021-1/+3
* Fixed replaceChildComponent for TabSheet and Accordion (#2204)Artur Signell2008-11-131-2/+3
* Changed the way relative component sizes are handled. Relative sizes are now ...Artur Signell2008-10-011-1/+1
* caption and icon setters to Paintable interface, major tabsheet refactoring, ...Matti Tahvonen2008-08-111-76/+34
* fixing major issues in client side tabsheets (Widget structure, Paintable unr...Matti Tahvonen2008-05-141-5/+36
* fixes #1618Matti Tahvonen2008-05-071-0/+10
* fixes #831Matti Tahvonen2008-05-061-3/+14
* fixes multiple issues with tabsheet, accordion, table etcMatti Tahvonen2008-03-131-3/+3
* fixes #1185 enabled captions and other component generals for tabsheetMatti Tahvonen2008-03-111-3/+2
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-281-12/+0
* Corrected empty tab caption from "&nbsp" to ""Marc Englund2008-01-021-1/+1
* Proper implementation of alignments in IOrderedLayout + small fixes to css-fi...Jouni Koivuviita2007-12-181-3/+3
* New component: Accordion. Doesn't support sizing properly yet (only width).Jouni Koivuviita2007-12-141-0/+118