aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VTabsheetPanel.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-217/+0
| | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files.
* Ensure the widget in the selected tab is always visible after a server visitArtur Signell2012-03-211-1/+4
|
* #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-271-214/+214
| | | | svn changeset:22797/svn branch:6.7
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* some work towards touch UI supportMatti Tahvonen2011-02-281-0/+31
| | | | svn changeset:17508/svn branch:6.6
* #2904 Renamed CSS prefix "i-" to "v-"Henri Sara2009-05-121-1/+1
| | | | svn changeset:7752/svn branch:6.0
* #2904 Change client side class name prefixes I -> V (class names only, not ↵Henri Sara2009-05-111-0/+183
yet CSS prefixes) svn changeset:7742/svn branch:6.0