aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/CustomLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-329/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-1/+1
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+5
|
* Explicitly paint CustomLayout to send template to the client (#8688)Leif Åstrand2012-04-181-1/+23
|
* Move SharedState and ServerRpc classes out from Connector classesArtur Signell2012-04-121-1/+1
|
* 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.
* Updated CustomLayout to use shared state and new eventsArtur Signell2012-04-051-59/+18
|
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+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
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | svn changeset:22317/svn branch:6.7
* #6232 ComponentContainers should check that a component is in the container ↵Artur Signell2011-01-041-2/+1
| | | | | | before removing it svn changeset:16793/svn branch:6.5
* #4611 add getComponentCount() method for ComponentContainer implementationsHenri Sara2010-10-261-0/+10
| | | | svn changeset:15724/svn branch:6.5
* minor javadoc enhancementMatti Tahvonen2010-03-241-2/+4
| | | | svn changeset:12079/svn branch:6.3
* reverting changes committed by accident after epic eclipse/subclicpse failMatti Tahvonen2010-03-091-12/+44
| | | | svn changeset:11716/svn branch:6.3
* some preliminary drag and drop stuffMatti Tahvonen2010-01-281-44/+12
| | | | svn changeset:11052/svn branch:6.3_dd
* #3940 Setter for CustomLayout template contentsHenri Sara2010-01-191-19/+48
| | | | svn changeset:10800/svn branch:6.3
* Somewhat better debug message when customlayout is missing + javadoc. Fixes ↵Marc Englund2010-01-131-5/+8
| | | | | | #3984 svn changeset:10705/svn branch:6.3
* Added generics to ComponentContainer.getComponentIterator (#3717).Artur Signell2009-12-141-11/+11
| | | | svn changeset:10281/svn branch:6.2
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-10/+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
* Incomplete - task#2904 Toolkit -> Vaadin renames Henri Sara2009-05-181-1/+1
| | | | svn changeset:7850/svn branch:6.0
* Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)Marc Englund2009-05-121-1/+1
| | | | svn changeset:7762/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+310
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0