aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VNativeSelect.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-109/+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.
* Splitted VOptionGroupBase, VOptionGroup, VNativeSelect, VListSelect and ↵Jens Jansson2012-01-311-7/+2
| | | | VTwinColSelect into Widget and Paintable.
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-0/+4
| | | 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-7/+0
|/
* Fixed ambiguity issues with GWT 2.2-M1Artur Signell2011-01-311-2/+2
| | | | svn changeset:17080/svn branch:6.6
* #5064 - NativeSelect with nullSelectionAllowed==false does not work properlyArtur Signell2010-12-271-6/+6
| | | | | | * Changed to use boolean instead of int svn changeset:16644/svn branch:6.5
* #5064 - NativeSelect with nullSelectionAllowed==false does not work properlyArtur Signell2010-12-271-2/+8
| | | | svn changeset:16642/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-2/+2
| | | | svn changeset:14496/svn branch:6.4
* Variable enhancementsMatti Tahvonen2009-11-251-3/+3
| | | | | | | | | | * 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 some more deprecated GWT listener use (change handlers, popup ↵Henri Sara2009-09-011-4/+4
| | | | | | close handlers, ...) svn changeset:8619/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/+111
yet CSS prefixes) svn changeset:7742/svn branch:6.0