aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/OptionGroup.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-203/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+4
|
* Moved each component to its own package on client sideArtur Signell2012-04-121-1/+1
| | | | | | 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.
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
|
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
|
* Convert some literal strings of UIDL attributes to use constants.Henri Sara2012-02-211-1/+1
|
* Splitted VOptionGroupBase, VOptionGroup, VNativeSelect, VListSelect and ↵Jens Jansson2012-01-311-1/+2
| | | | VTwinColSelect into Widget and Paintable.
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* #5402 Removed java 1.6 annotations and added javadocs for html support in ↵Leif Åstrand2011-08-091-0/+17
| | | | | | OptionGroup items svn changeset:20224/svn branch:6.7
* #5402 Simplified attribute passing for html-mode in OptionGroupLeif Åstrand2011-08-091-2/+3
| | | | svn changeset:20220/svn branch:6.7
* #5402 Support html in OptionGroup itemsLeif Åstrand2011-08-091-0/+12
| | | | svn changeset:20217/svn branch:6.7
* #5692 Generics: AbstractField, ComboBox, ListSelect, NativeSelect, ↵Henri Sara2010-10-041-3/+3
| | | | | | OptionGroup and TwinColSelect (classes and collections of unknown type) svn changeset:15346/svn branch:6.5
* Eclipse code cleanupArtur Signell2010-08-301-0/+1
| | | | svn changeset:14660/svn branch:6.4
* Merged fix, sample and tests for "#3720 - Disable Items for OptionGroup" ↵Artur Signell2010-06-151-0/+88
| | | | | | from /branches/6.4-minor-features svn changeset:13659/svn branch:6.4
* fixes #3913Matti Tahvonen2010-03-241-1/+39
| | | | svn changeset:12055/svn branch:6.3
* steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-0/+2
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+41
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0