aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/CssLayout.java
Commit message (Expand)AuthorAgeFilesLines
* #8602 Added support for Map<Connector,?>Artur Signell2012-04-051-3/+1
* Updated CssLayout to use new state and hierarchy change eventsArtur Signell2012-04-051-27/+14
* 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/+19
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
* Split CssLayout into widget + paintableArtur Signell2012-01-311-2/+2
* #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayoutArtur Signell2012-01-121-1/+25
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* #7668 - Formatted code to adhere to Vaadin coding conventionsJohannes Dahlström2011-11-291-4/+4
* Fixed batch for #7668 - addComponent methods *must* add the component to the ...Johannes Dahlström2011-11-241-11/+37
* Enhanced tests and fix for #7668 - re-adding a component at an index before i...Johannes Dahlström2011-11-241-21/+11
* Merged changes from 6.5 branchHenri Sara2011-02-281-45/+4
* #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-3/+3
* - Fixes component attach/detach events to trigger at the right times in CSSLa...John Alhroos2010-09-211-7/+22
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-1/+1
* Removed extra serialVersionUIDsArtur Signell2010-03-181-2/+0
* Fixed small typo in CssLayout javadocHenri Sara2010-03-181-2/+2
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
* Added generics to ComponentContainer.getComponentIterator (#3717).Artur Signell2009-12-141-1/+1
* Fixed remaining issues for #3541 - VerticalLayout/GridLayout/AbsoluteLayout/C...Artur Signell2009-11-261-0/+55
* "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
* initial version of CssLayout (aka FlowLayout from FastLayouts) + sampler exampleMatti Tahvonen2009-08-281-0/+225