summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/TabSheet.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-1686/+0
* Fix replacing of currently selected Tab (#14252)Dmitrij Abolichin2015-10-201-0/+6
* Replaced incorrect setter/getter with prope ones and fixed declarative (#17982)Artur Signell2015-06-021-2/+28
* Allow TabSheet and Accordion tab captions to contain HTML (#14609)Artur Signell2014-12-181-0/+30
* Merge remote-tracking branch 'origin/declarative'Artur Signell2014-12-181-0/+175
|\
| * API refactoring (#7749)declarativeArtur Signell2014-12-171-1/+1
| * Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-171-6/+5
| |\
| * | Do not write child components in sub templates (#7749)Matti Hosio2014-12-161-0/+3
| * | Do not remove children in read to ensure @DesignRoot reading worksArtur Signell2014-12-161-2/+0
| * | Handle tab indexes in a generic way (#7749)Artur Signell2014-12-151-15/+1
| * | createNode -> createElementArtur Signell2014-12-151-1/+1
| * | Fix writing issues (#7749)Artur Signell2014-12-151-1/+1
| * | Do not create default instances while reading designs (#7749)Artur Signell2014-12-151-27/+52
| * | SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-10/+7
| * | Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-121-3/+2
| * | Declarative support for TabSheet and Accordion (#7749)Matti Hosio2014-12-121-0/+167
* | | Empty since tags -> 7.4Artur Signell2014-12-171-1/+1
| |/ |/|
* | Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-091-6/+5
|/
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-121-1/+1
* Improve the selection tab algorithm after removing the selected tabBogdan Udrescu2014-08-251-0/+55
* Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-311-5/+4
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Update some APIs based on the 7.2 API review commentsJonatan Kronqvist2014-04-141-69/+16
* | Update Accordion and TabSheet to use Vaadin 7 style. (#13402).Felype Santiago Ferreira2014-04-081-212/+173
* | Tabsheet should not immediately select a tab when changing tab usingmichaelvogt2013-07-121-0/+33
* | Tabsheet tabs should support alternate text (#11824)michaelvogt2013-07-081-4/+104
* | Add support for setId to TabSheet.Tab (#12064)tapio2013-06-241-2/+37
|/
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
* Always mark child hierarchy dirty when switching tabs (#10404)Artur Signell2012-11-281-9/+2
* Added Component constructors (#10246)Artur Signell2012-11-221-1/+13
* Unified deprecation messagesArtur Signell2012-11-221-6/+6
* Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-201-2/+2
* AbstractComponentContainer should implement getComponentIterator and not iter...Artur Signell2012-11-061-1/+1
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
* Reformat projectLeif Åstrand2012-09-051-0/+4
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-2/+2
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-6/+59
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-2/+2
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-7/+7
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-17/+17
* Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-221-78/+3
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Removed more @version included in some files but not in all (#9299)Artur Signell2012-08-161-4/+0
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-8/+8
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+1328