aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/VLink.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-116/+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.
* Fixed readonly handling for fields (depends on property readonlyArtur Signell2012-03-131-3/+1
| | | | status) and enable state handling for components on client side (depend on parent)
* Removed extra "Widget" prefix from ApplicationConnection method namesArtur Signell2012-02-271-1/+1
|
* Splitted VLink into Widget and Paintable.Jens Jansson2012-01-301-86/+17
|
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-2/+7
| | | Widget), VPaintableWidget (paintable connected to a widget).
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* #3012 Remove deprecated GWT listener use, first steps (many simple click and ↵Henri Sara2009-08-281-6/+6
| | | | | | keyboard listeners) svn changeset:8580/svn branch:6.1
* #2904 renamed ApplicationConnection.translateToolkitUri to ↵Henri Sara2009-05-181-1/+1
| | | | | | translateVaadinUri, deprecated redirecting method svn changeset:7851/svn branch:6.0
* #2904 Renamed CSS prefix "i-" to "v-"Henri Sara2009-05-121-3/+3
| | | | 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/+182
yet CSS prefixes) svn changeset:7742/svn branch:6.0