aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VTwinColSelect.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-597/+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 new layout if caption height changes (#8313)Leif Åstrand2012-03-151-1/+1
|
* Ensure the height of both captions are take into account (#8313)Leif Åstrand2012-03-131-6/+1
|
* Update TwinColSelect to update its sizes when needed (#8313)Leif Åstrand2012-03-081-46/+30
|
* Removed unnecessary getWidgetForPaintable methodsArtur Signell2012-02-021-5/+0
|
* Splitted VOptionGroupBase, VOptionGroup, VNativeSelect, VListSelect and ↵Jens Jansson2012-01-311-15/+3
| | | | VTwinColSelect into Widget and Paintable.
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-630/+635
| | | Widget), VPaintableWidget (paintable connected to a widget).
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | | | | | svn changeset:22317/svn branch:6.7
* | #7912 Remove support for IE6Leif Åstrand2011-11-091-16/+1
|/
* Refactor of moving of items from one side to the other. Use one ↵Leif Åstrand2011-09-011-61/+38
| | | | | | setSelectedIndex instead of multiple invocations of setItemSelected to fix problem with keyboard navigation in some browsers (#5683) svn changeset:20795/svn branch:6.7
* Merged bugfixes from 6.5Artur Signell2011-01-281-9/+3
| | | | svn changeset:17064/svn branch:6.6
* #6107 - VTwinColSelect should provide information about logical parts to ↵Artur Signell2010-12-281-2/+25
| | | | | | TestBench svn changeset:16676/svn branch:6.5
* Fixed another IE6 related width bug where the second select drops below the ↵Artur Signell2010-12-071-5/+9
| | | | | | first one because of incorrect width calculations (#2942). svn changeset:16381/svn branch:6.5
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-071-2/+2
| | | | | | | Changed style names to be consistent with server side API Added test for caption style names svn changeset:16375/svn branch:6.5
* Fixed typoArtur Signell2010-12-071-1/+1
| | | | svn changeset:16367/svn branch:6.5
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-071-3/+3
| | | | | | | Measure instead of guess padding and border to get the right caption correctly aligned svn changeset:16355/svn branch:6.5
* Fixed height issue in IE6Artur Signell2010-12-071-1/+11
| | | | svn changeset:16349/svn branch:6.5
* #6107 - VTwinColSelect should provide information about logical parts to ↵Artur Signell2010-12-071-1/+49
| | | | | | TestBench svn changeset:16339/svn branch:6.5
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-031-15/+171
| | | | svn changeset:16320/svn branch:6.5
* #5692 Generics: mostly UIDL.getChildIterator related changes; ↵Henri Sara2010-10-041-1/+1
| | | | | | UIDL.getChildIterator() related code should be improved svn changeset:15333/svn branch:6.5
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-4/+6
| | | | svn changeset:14496/svn branch:6.4
* Fix for #5102John Alhroos2010-06-171-13/+60
| | | | svn changeset:13750/svn branch:6.4
* Merged fix for #3699 from 6.3 to 6.4John Alhroos2010-06-011-5/+31
|\ | | | | | | svn changeset:13454/svn branch:6.4
| * Fix for #3699John Alhroos2010-06-011-3/+31
| | | | | | | | svn changeset:13451/svn branch:6.3
* | Added keyboard support for TwinColSelect. #5057John Alhroos2010-06-011-38/+152
|/ | | | svn changeset:13446/svn branch:6.4
* Variable enhancementsMatti Tahvonen2009-11-251-7/+7
| | | | | | | | | | * typing map for changevariable to <String,Object> * added variabletypes Object[] and Map<String,Object> where Objects can be Strings,Integers, Longs, Floats, Doubles, Booleans and Paintables (reference on client side translates to corresponding server side component by terminal) * Note, multilevel datastructures still not supported (Array or Map inside another), needs #3765 fixes #3756, #3757 svn changeset:10023/svn branch:6.2
* #3012 Remove deprecated GWT listener use, first steps (many simple click and ↵Henri Sara2009-08-281-12/+12
| | | | | | keyboard listeners) svn changeset:8580/svn branch:6.1
* Large pile of various optimizations and small bug fixes. Changeset has a ↵Matti Tahvonen2009-08-201-2/+2
| | | | | | | | | | | | | | | great regression risk, blame me on new odd bugs. * default alignments/expandratios now not transported over uidl * added new map type to painttarget * rewrote UIDL with overlay type * ditched gwt JSON implementation instead of own "overlay type" altogether * using arraylist instead of vector in all places on client side * optimized a bit LocaleService * rewrote uidl browsers in debug window (now does not stall IE that easily with large changesets) svn changeset:8516/svn branch:6.1
* #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/+244
yet CSS prefixes) svn changeset:7742/svn branch:6.0