aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Embedded.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-531/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-2/+2
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+3
|
* RPC -> Rpc for consistencyArtur Signell2012-04-181-2/+2
|
* 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-2/+2
| | | | | | 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.
* Component no longer implements PaintableArtur Signell2012-04-121-2/+6
|
* Simplified Rpc registration on server side (#8591)Artur Signell2012-04-051-1/+1
|
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-1/+0
|
* Added missing RPC registration on server sideArtur Signell2012-03-291-1/+3
|
* Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-291-33/+12
|
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-231-0/+33
|\ | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VEmbedded.java tests/testbench/com/vaadin/tests/components/embedded/EmbeddedPdf.java
| * #6085 Allow setting an alternate text for Embedded, for accessibility purposesJohannes Dahlström2012-03-201-0/+33
| | | | | | | | svn changeset:23268/svn branch:6.8
* | Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-3/+3
| |
* | Splitted VEmbedded to Widget and Paintable.Jens Jansson2012-01-311-3/+3
|/
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | svn changeset:22317/svn branch:6.7
* Merged some changes from 6.5Henri Sara2011-03-161-18/+51
| | | | svn changeset:17798/svn branch:6.6
* fine tuned fix for #5879Matti Tahvonen2010-12-301-1/+3
| | | | svn changeset:16740/svn branch:6.5
* fixes #5879, putting flash plugin to mode that supports z-indexes propertly ↵Matti Tahvonen2010-12-301-0/+9
| | | | | | by default. Can be overridden (must be possible - causes worse performance afaik). svn changeset:16739/svn branch:6.5
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+1
| | | | svn changeset:15451/svn branch:6.5
* improved javadocMatti Tahvonen2010-09-211-0/+1
| | | | svn changeset:15094/svn branch:6.4
* Fix #5012 - Self comparison of classId with itself in ↵Artur Signell2010-06-161-1/+1
| | | | | | com.vaadin.ui.Embedded.setClassId(String) svn changeset:13686/svn branch:6.4
* Added genericsArtur Signell2009-12-151-8/+8
| | | | svn changeset:10303/svn branch:6.2
* JavadocArtur Signell2009-11-251-0/+17
| | | | svn changeset:10045/svn branch:event-framework-3234
* Cleaned up codeArtur Signell2009-11-251-1/+1
| | | | svn changeset:10044/svn branch:event-framework-3234
* Separated client side listeners to a ClickEventHandler classArtur Signell2009-11-251-3/+3
| | | | svn changeset:10042/svn branch:event-framework-3234
* Work in progressArtur Signell2009-11-251-6/+19
| | | | svn changeset:10026/svn branch:event-framework-3234
* Initial commit for framework enhancement for #3234Artur Signell2009-11-201-0/+18
| | | | svn changeset:9947/svn branch:event-framework-3234
* "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
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+425
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0