summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractComponentContainer.java
Commit message (Expand)AuthorAgeFilesLines
* Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-091-0/+2
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-121-1/+1
* Prevent adding/setting parent component as child (#12720).Denis Anisimov2014-05-221-9/+4
* Update copyright year to 2014Artur Signell2014-04-161-2/+2
* Deprecated AbstractComponentContainer.getComponentIterator (#11328)Artur Signell2013-03-141-0/+6
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-281-13/+0
* Unified deprecation messagesArtur Signell2012-11-221-4/+4
* Added ComponentContainer.addComponents (#10245)Artur Signell2012-11-221-0/+13
* Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-201-11/+0
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-131-57/+18
* AbstractComponentContainer should implement getComponentIterator and not iter...Artur Signell2012-11-061-2/+2
* Moved visible out from state so isVisible does not call markAsDirty (#9695)Artur Signell2012-09-201-1/+1
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-2/+6
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-4/+40
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-7/+2
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+351