aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/WidgetSet.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-115/+0
|
* Rename Javascript -> JavaScriptLeif Åstrand2012-06-141-3/+3
|
* Initial support for javascript components (#8888)Leif Åstrand2012-06-111-1/+7
|
* Change widget -> connector in some placesLeif Åstrand2012-06-061-14/+14
|
* Initial extension support (#6690)Leif Åstrand2012-06-061-18/+17
|
* Fixed problem with anonymous classes and with AbstractComponent mappingArtur Signell2012-04-041-4/+3
|
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-17/+28
|
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-5/+5
|
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-9/+9
| | | accordingly
* Remove support for Select in multi-select mode (#8169, #8326).Henri Sara2012-02-081-48/+8
| | | | | Also includes some related cleanup as this was the last special case where the widget was selected on the client side based on UIDL fields other than tag.
* #8169, #8326 Removed SplitPanel and special handling of SplitPanel onArtur Signell2012-01-311-8/+0
| | | client side
* Fixed compilation errorsArtur Signell2012-01-311-10/+3
|
* #8324 Updated special cases in widget setArtur Signell2012-01-311-4/+5
|
* #8324 Splitted VUnknownComponent into Widget and Paintable.Jens Jansson2012-01-311-4/+5
|
* Splitted VOptionGroupBase, VOptionGroup, VNativeSelect, VListSelect and ↵Jens Jansson2012-01-311-3/+3
| | | | VTwinColSelect into Widget and Paintable.
* Fixed paintable vs widget class comparison problemArtur Signell2012-01-311-6/+8
|
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-9/+9
| | | Widget), VPaintableWidget (paintable connected to a widget).
* #8026 Removed deprecated API from TextFieldArtur Signell2011-12-191-12/+0
|
* 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
* | #7963 Additional fixesArtur Signell2011-11-221-8/+2
|/ | | | | | Removed special case from widget set that used to support VButton changing into VCheckBox Corrected tests
* #5865. Removed some non-needed code from widgetset, prepared datefields and ↵Matti Tahvonen2010-11-041-37/+1
| | | | | | button and select for one-to-one mapping svn changeset:15867/svn branch:6.5
* moved some of our own component implementations for deferred binding creationMatti Tahvonen2010-10-211-6/+8
| | | | svn changeset:15647/svn branch:6.5
* Fix for #5306Jonatan Kronqvist2010-07-071-4/+32
| | | | svn changeset:14108/svn branch:6.4
* refining code splitting + adding documentation. Monolithic client side is ↵Matti Tahvonen2010-06-151-1/+1
| | | | | | now default (6.3 style), but the package includes other generator strategies that can be thrown in for custom requirements. svn changeset:13669/svn branch:6.4
* code splitting + client initializationMatti Tahvonen2010-06-111-6/+129
| | | | svn changeset:13652/svn branch:6.4
* initial implementation of code splitting #4408Matti Tahvonen2010-06-041-1/+3
| | | | svn changeset:13561/svn branch:6.4
* steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-2/+18
| | | | | | 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/+34
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0