aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/AbstractOrderedLayoutConnector.java
Commit message (Expand)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-304/+0
* Fixed importArtur Signell2012-04-051-2/+2
* Fixed spacing that was only partly moved to shared stateArtur Signell2012-04-051-1/+1
* Fixed FormLayoutConnector to use state and hierarchy listenersArtur Signell2012-04-051-1/+19
* Moved margins to AbstractLayoutStateArtur Signell2012-04-051-4/+3
* ServerConnector is no longer a Paintable, components using updateFromUidl areArtur Signell2012-04-051-3/+3
* Changed ConnectorHierarchyChangeEvent to use the same mechanisms as Statechan...Artur Signell2012-04-051-3/+3
* Generator to ease initialization of client to server rpc proxiesArtur Signell2012-04-051-6/+5
* Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-291-9/+16
* Removed unnecessary deprecated getConnectorId methods. Artur Signell2012-03-271-1/+1
* Added support for layout click eventsArtur Signell2012-03-231-0/+22
* Store widget -> LayoutSlot mapping in a map instead of LayoutDataArtur Signell2012-03-231-3/+1
* Remove UIDL parameter from many caption related methods (#8435).Henri Sara2012-03-211-3/+3
* Pass ManagedLayout to layout slot to avoid NPE when a child is detachedArtur Signell2012-03-211-1/+1
* Removed extra getDeclaredWidth/getDeclaredHeight as they directlyArtur Signell2012-03-161-3/+3
* Added TODO noteArtur Signell2012-03-151-0/+1
* #8500 Converted AbstractOrderedLayout to use hierarchy change events.Artur Signell2012-03-151-64/+31
* Fixed NPE when layout is emptyArtur Signell2012-03-151-12/+15
* Connector interface. Renamed getId() -> getConnectorId() to avoid mixupsArtur Signell2012-03-141-1/+1
* Temporary fix to make AbstractOrderedLayout work againArtur Signell2012-03-141-4/+10
* Organized imports and formatted all java filesArtur Signell2012-02-281-1/+1
* Add some missing dirty state updates (#8313)Leif Åstrand2012-02-281-0/+1
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-0/+283