aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/CssLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-308/+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-2/+3
|
* RPC -> Rpc for consistencyArtur Signell2012-04-181-2/+2
|
* Move SharedState and ServerRpc classes out from Connector classesArtur Signell2012-04-121-2/+2
|
* 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.
* #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
| | | | svn changeset:22620/svn branch:6.8
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* #7668 - Formatted code to adhere to Vaadin coding conventionsJohannes Dahlström2011-11-291-4/+4
| | | | svn changeset:22171/svn branch:6.7
* Fixed batch for #7668 - addComponent methods *must* add the component to the ↵Johannes Dahlström2011-11-241-11/+37
| | | | | | components list before calling super.addComponent() because AttachListeners expect it to be there svn changeset:22122/svn branch:6.7
* Enhanced tests and fix for #7668 - re-adding a component at an index before ↵Johannes Dahlström2011-11-241-21/+11
| | | | | | | | | | its current one does nothing Simplified the logic in AbstractOrderedLayout/CssLayout#addComponent*() - super.addComponent() is now called first so that the invariant that there's never duplicate elements in the component list always holds, this fixes #7668. addComponent(c, index) now has a piece of additional logic handling the case when a component is moved to an index *after* its current one. svn changeset:22117/svn branch:6.7
* Merged changes from 6.5 branchHenri Sara2011-02-281-45/+4
| | | | svn changeset:17493/svn branch:6.6
* #4611 add getComponentCount() method for ComponentContainer implementationsHenri Sara2010-10-261-0/+10
| | | | svn changeset:15724/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
* #5692 Generics: server-side changes for changeVariables() and some component ↵Henri Sara2010-10-041-3/+3
| | | | | | iterators svn changeset:15338/svn branch:6.5
* - Fixes component attach/detach events to trigger at the right times in ↵John Alhroos2010-09-211-7/+22
| | | | | | | | CSSLayout #5625 - Updated test case to also test CSSLayout svn changeset:15093/svn branch:6.4
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-1/+1
| | | | svn changeset:14496/svn branch:6.4
* Removed extra serialVersionUIDsArtur Signell2010-03-181-2/+0
| | | | svn changeset:11974/svn branch:6.3
* Fixed small typo in CssLayout javadocHenri Sara2010-03-181-2/+2
| | | | svn changeset:11948/svn branch:6.3
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* Added generics to ComponentContainer.getComponentIterator (#3717).Artur Signell2009-12-141-1/+1
| | | | svn changeset:10281/svn branch:6.2
* Fixed remaining issues for #3541 - ↵Artur Signell2009-11-261-0/+55
| | | | | | VerticalLayout/GridLayout/AbsoluteLayout/CSSLayout should support click events svn changeset:10072/svn branch:6.2
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-5/+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/+1
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* initial version of CssLayout (aka FlowLayout from FastLayouts) + sampler exampleMatti Tahvonen2009-08-281-0/+225
svn changeset:8579/svn branch:6.1