summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/TabSheet.java
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/6.8'Leif Åstrand2012-04-181-12/+16
|\
| * #8203 Improved javadoc, added null checkJohannes Dahlström2012-04-121-7/+10
| * Fixed #8653: addTab(index) should not throw if index is out of boundsJohannes Dahlström2012-04-121-5/+6
* | Moved each component to its own package on client sideArtur Signell2012-04-121-2/+2
* | Component no longer implements PaintableArtur Signell2012-04-121-7/+6
* | Ensure table rows are sent when a Table tab is re-selected (#8642)Leif Åstrand2012-04-111-0/+4
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-101-1/+22
|\|
| * #8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet...Johannes Dahlström2012-04-051-1/+22
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
* | #8437 Error indicators in tabs work againArtur Signell2012-03-221-1/+6
* | Refactor error messages not to use UIDL (#8437).Henri Sara2012-03-211-9/+3
* | Added generics to KeyMapper and made it based on HashMap instead ofArtur Signell2012-03-211-5/+4
* | Made TabSheet work again and removed TabSheet tab caching for nowArtur Signell2012-03-141-15/+27
* | Made TabSheet work again and removed TabSheet tab caching for nowArtur Signell2012-03-141-36/+9
* | #8500 Allow component containers to hide their children even thoughArtur Signell2012-03-141-0/+5
* | #8510 Support using Resources through URLReference/ResourceReference inArtur Signell2012-03-131-2/+1
* | Merge remote-tracking branch 'origin/6.8'Johannes Dahlström2012-03-021-1/+53
|\|
| * #5100 Support for server-side focus/blur listeners; handle disabled tabs corr...Johannes Dahlström2012-02-271-10/+27
| * Patch for #5100 - TabSheet keyboard navigationJohannes Dahlström2012-02-161-1/+36
| * Reverted bad commit [23048]Johannes Dahlström2012-02-161-36/+1
| * #5100 test caseJohannes Dahlström2012-02-161-1/+36
* | Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-6/+6
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-2/+2
* | Communicate caption of components in shared state (#8304).Henri Sara2012-02-231-1/+2
* | Communicate disabled flag in shared state (#8304).Henri Sara2012-02-231-1/+3
* | Use constants for some more UIDL attribute names.Henri Sara2012-02-221-0/+2
* | Convert some literal strings of UIDL attributes to use constants.Henri Sara2012-02-211-2/+6
* | Split Accordion and TabSheet into widget + paintableArtur Signell2012-01-311-2/+2
|/
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-5/+5
* #2669 Tabsheet failes to render cached tabLeif Åstrand2011-09-131-1/+6
* #5880 Removed some more Java 1.6 api that somehow slipped alongLeif Åstrand2011-08-161-1/+1
* #5880 Add style name support for Tabsheet's Tab interfaceLeif Åstrand2011-08-161-0/+56
* #7128 Add TabSheet.addTab(Component,String)Artur Signell2011-07-181-0/+20
* JavaDoc fix.John Alhroos2010-12-221-9/+4
* - Changed get/setTabIndex to get/setTabPosition since tabIndex might be assoc...John Alhroos2010-12-221-19/+18
* Revised for #6188John Alhroos2010-12-211-9/+4
* Fix for #6188 + Testbench testsJohn Alhroos2010-12-211-2/+107
* Organized importsArtur Signell2010-11-161-2/+0
* #4611 add getComponentCount() method for ComponentContainer implementationsHenri Sara2010-10-261-0/+10
* #5692 Generics: server-side changes for changeVariables() and some component ...Henri Sara2010-10-041-1/+1
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-0/+2
* Added removeTab(Tab) to TabSheet, fixes #5179Marc Englund2010-06-151-0/+26
* TabSheet: break out of loop earlier when suitable selected component foundHenri Sara2010-05-261-0/+1
* #4641 Adding the same component multiple times to a TabSheet caused NPEHenri Sara2010-05-261-7/+21
* #4981 and #4935 TabSheet and Accordion javadoc and one import, no functional ...Henri Sara2010-05-251-64/+158
* #3698 and #4505 fire tab change event when current tab gets disabled/hidden/r...Henri Sara2010-05-251-25/+54
* fixes #3829, #3967Matti Tahvonen2010-05-051-17/+22
* Added javadoc comment that Accordion does not support closing tabs.Artur Signell2009-12-171-1/+6
* Fix for #3740 - Tabsheet no longer fully serializable, doesn't work in GAEArtur Signell2009-11-231-1/+1
* Fixes #1595: Close button on TabSheet controlJouni Koivuviita2009-11-121-10/+98