aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Form.java
Commit message (Expand)AuthorAgeFilesLines
* Use varargs instead of array where appropriate (#4513)Artur Signell2013-06-261-1/+1
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Added support for empty footer for Form (#10478)Artur Signell2012-12-071-12/+17
* Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-281-13/+0
* Unified deprecation messagesArtur Signell2012-11-221-2/+2
* Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-201-5/+0
* Updated Form to use hierarchy change event (#9923)Artur Signell2012-11-141-0/+14
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
* Move deprecated getComponentIterator() from HasComponents to implementing cla...Johannes Dahlström2012-10-301-3/+6
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-2/+2
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-6/+6
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-2/+2
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-7/+7
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-8/+8
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-9/+0
* Removed readThrough/writeThrough in favor of buffered (#8180)Artur Signell2012-08-221-52/+10
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
* 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/+1420