aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/ITabsheetBase.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-144/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Test cases and fix for #2425/#2289 - Removing a Tab from TabSheet or ↵Artur Signell2009-01-111-4/+14
| | | | | | Accordion should now work properly and onAttach is not called before child is attached. svn changeset:6496/svn branch:trunk
* Extended test case and fix for #2289 - Client does not remove removed tabs ↵Artur Signell2008-12-081-0/+16
| | | | | | from TabSheet/Accordion svn changeset:6117/svn branch:trunk
* Fix for #2259 - Do not update cached TabSheetArtur Signell2008-12-021-1/+3
| | | | svn changeset:6064/svn branch:trunk
* Fixed replaceChildComponent for TabSheet and Accordion (#2204)Artur Signell2008-11-131-2/+3
| | | | | | Fixed showing/hiding of tabs in TabSheet and Accordion svn changeset:5887/svn branch:trunk
* Changed the way relative component sizes are handled. Relative sizes are now ↵Artur Signell2008-10-011-1/+1
| | | | | | | | | | | converted into pixel sizes in ApplictionConnection. All containers MUST now implement Container which includes the getAllocatedSpace() method used by the relative size calculator. This also fixes OrderedLayout bugs #2021, #2034, #2030, #2102 Also fixes #2127 svn changeset:5570/svn branch:trunk
* caption and icon setters to Paintable interface, major tabsheet refactoring, ↵Matti Tahvonen2008-08-111-76/+34
| | | | | | client side caption handling for layouts svn changeset:5161/svn branch:trunk
* fixing major issues in client side tabsheets (Widget structure, Paintable ↵Matti Tahvonen2008-05-141-5/+36
| | | | | | unregistering) svn changeset:4476/svn branch:trunk
* fixes #1618Matti Tahvonen2008-05-071-0/+10
| | | | svn changeset:4359/svn branch:trunk
* fixes #831Matti Tahvonen2008-05-061-3/+14
| | | | svn changeset:4338/svn branch:trunk
* fixes multiple issues with tabsheet, accordion, table etcMatti Tahvonen2008-03-131-3/+3
| | | | svn changeset:4033/svn branch:trunk
* fixes #1185 enabled captions and other component generals for tabsheetMatti Tahvonen2008-03-111-3/+2
| | | | svn changeset:4022/svn branch:trunk
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-281-12/+0
| | | | svn changeset:3662/svn branch:trunk
* Corrected empty tab caption from "&nbsp" to ""Marc Englund2008-01-021-1/+1
| | | | svn changeset:3346/svn branch:trunk
* Proper implementation of alignments in IOrderedLayout + small fixes to ↵Jouni Koivuviita2007-12-181-3/+3
| | | | | | css-files and some typos corrected svn changeset:3251/svn branch:trunk
* New component: Accordion. Doesn't support sizing properly yet (only width).Jouni Koivuviita2007-12-141-0/+118
-ITabsheet refactored: new superclass for different kinds of tabs, ITabsheetBase. Use this when you want to create some sort of tabbable component. svn changeset:3242/svn branch:trunk