aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/CustomComponent.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-189/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+6
|
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-4/+0
|
* Converted CustomComponent to use only connector hierarchy change eventArtur Signell2012-03-301-13/+0
|
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
|
* Split CustomComponent, CustomField and CustomLayout into widget +Artur Signell2012-01-311-2/+2
| | | paintable
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
| | | | | | | | svn changeset:22317/svn branch:6.7
* | #8026 remove some deprecated API from CustomComponentHenri Sara2011-12-011-39/+0
|/
* #7369 Removed ‌"final" from methods that do not need to be finalArtur Signell2011-08-191-2/+2
| | | | svn changeset:20524/svn branch:6.7
* #4611 add getComponentCount() method for ComponentContainer implementationsHenri Sara2010-10-261-0/+10
| | | | svn changeset:15724/svn branch:6.5
* Reverted constructor visibility changes, will use isSynthetic() test insteadHenri Sara2010-07-061-5/+0
| | | | svn changeset:14081/svn branch:6.4
* Make private nested class constructor visibility public or package to ↵Henri Sara2010-07-061-0/+5
| | | | | | prevent the generation of non-serializable access constructors by the compiler. svn changeset:14080/svn branch:6.4
* code splitting + client initializationMatti Tahvonen2010-06-111-1/+2
| | | | svn changeset:13651/svn branch:6.4
* initial implementation of code splitting #4408Matti Tahvonen2010-06-041-1/+1
| | | | svn changeset:13561/svn branch:6.4
* draft of DragAndDropWrapper + small changesMatti Tahvonen2010-02-161-0/+6
| | | | svn changeset:11349/svn branch:6.3_dd
* Added generics to ComponentContainer.getComponentIterator (#3717).Artur Signell2009-12-141-4/+4
| | | | svn changeset:10281/svn branch:6.2
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-5/+0
| | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
* 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/+225
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0