summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/AbsoluteLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-632/+0
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-4/+4
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+6
* Initial extension support (#6690)Leif Åstrand2012-06-061-1/+2
* RPC -> Rpc for consistencyArtur Signell2012-04-181-2/+2
* Moved each component to its own package on client sideArtur Signell2012-04-121-2/+2
* Internally remove component before detach listener is calledArtur Signell2012-04-101-2/+1
* Updated AbsoluteLayout to use hierarchy and state change eventsArtur Signell2012-04-051-69/+111
* 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
* Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-291-4/+16
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
* Split AbsoluteLayout into widget + paintableArtur Signell2012-01-311-2/+2
* #8019 Switched AbsoluteLayout size units when unset from null to pixels as th...Jens Jansson2011-12-221-5/+5
* #8019 Fixed Sizable UNITS to use an Enum Unit instead of constantsJens Jansson2011-12-221-46/+30
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* Merged some changes from 6.5Henri Sara2011-03-161-2/+17
* Merged changes from 6.5 branchHenri Sara2011-02-281-54/+5
* #4611 add getComponentCount() method for ComponentContainer implementationsHenri Sara2010-10-261-0/+10
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+1
* #5692 Generics: server-side changes for changeVariables() and some component ...Henri Sara2010-10-041-1/+1
* Fixes component attach/detach events to trigger at the right times #5625John Alhroos2010-09-211-4/+12
* ComponentPosition setter/getter floats changed to Float to allow un-setting a...Marc Englund2010-07-061-56/+86
* Cleanup: removed unused validator function and extra TODO commentArtur Signell2010-07-061-32/+4
* fixes #5079Matti Tahvonen2010-06-301-1/+1
* Merged #5152 (AbsoluteLayout getTopValue fix) from 6.3 to 6.4Henri Sara2010-06-081-1/+1
* Added null check.John Alhroos2010-05-191-0/+4
* Added JavaDoc for AbsoluteLayout (#4927).John Alhroos2010-05-191-15/+199
* Fix for #4479John Alhroos2010-05-191-13/+13
* small enhancements + developing web desktop test Matti Tahvonen2010-03-101-0/+5
* some preliminary drag and drop stuffMatti Tahvonen2010-01-281-0/+1
* Fixed remaining issues for #3541 - VerticalLayout/GridLayout/AbsoluteLayout/C...Artur Signell2009-11-261-2/+1
* JavadocArtur Signell2009-11-251-0/+22
* Cleaned up codeArtur Signell2009-11-251-1/+1
* Separated client side listeners to a ClickEventHandler classArtur Signell2009-11-251-4/+4
* Work in progressArtur Signell2009-11-251-0/+31
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-5/+0
* steps toward simpler widgetset creation. Still needs a lot of cleaning and re...Matti Tahvonen2009-09-251-0/+1
* removed deprecated field factories from example codes, added licence tags, im...Matti Tahvonen2009-05-141-0/+3
* #2904 Change client side class name prefixes I -> V (class names only, not ye...Henri Sara2009-05-111-2/+2
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+357