aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Form.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed spacing that was only partly moved to shared stateArtur Signell2012-04-051-0/+1
* Moved Form child component references to stateArtur Signell2012-04-051-54/+50
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
* Refactor error messages on server side (#8437).Henri Sara2012-03-211-7/+10
* Added requestRepaintall helper to AbstractComponentContainer and use theArtur Signell2012-03-211-0/+4
* #8500 Properly repaint parent (hierarchy) when the visibility of a childArtur Signell2012-03-211-0/+8
* #8500 Allow component containers to hide their children even thoughArtur Signell2012-03-141-0/+4
* #8500 Made Form implement HasComponents to properly support sendingArtur Signell2012-03-141-1/+64
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
* Remove support for Select in multi-select mode (#8169, #8326).Henri Sara2012-02-081-5/+6
* #8324 Split Form and FormLayout into widget and paintableArtur Signell2012-01-311-3/+2
* Deprecated Form. Use FieldGroup instead.Artur Signell2011-12-231-0/+4
* #8173 Deprecated separate read through and write through modesArtur Signell2011-12-221-0/+2
* #8026 Removed deprecated FieldFactoryArtur Signell2011-12-191-34/+0
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+2
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| * Form and Table now sets property to fields Viewer property if one exists. fix...Matti Tahvonen2011-11-161-2/+28
* | Merge branch 'master' into databindingHenri Sara2011-12-081-2/+28
|\ \
| * | Merged fixes from 6.7Artur Signell2011-11-251-2/+28
| |/
* | #7930 Eliminate Validator.isValid()Henri Sara2011-11-121-15/+1
* | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-111-2/+2
* | Eliminate some generics related warnings in core (non-API).Henri Sara2011-11-111-22/+22
* | Change Form.addField() parameter from Field to Field<?>.Henri Sara2011-11-101-2/+2
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-2/+2
|/
* Fix for #7626John Alhroos2011-09-231-0/+1
* added declaration that form commit may throw invalid value exception (RTE, bu...Matti Tahvonen2011-01-071-1/+1
* added TODO noteMatti Tahvonen2011-01-051-0/+3
* formatted javadocMatti Tahvonen2010-11-051-2/+1
* fixes #5955. A bit more intelligent removal of fields from Form + a method th...Matti Tahvonen2010-11-051-2/+21
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+4
* #5692 Generics: FormHenri Sara2010-10-041-12/+12
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-6/+6
* #5409 Form.focus should focus the first enabled, writable field if possibleHenri Sara2010-08-041-9/+20
* fixes #5341Matti Tahvonen2010-07-211-0/+6
* Fixed some high priority warnings by FindBugsHenri Sara2010-06-011-1/+1
* Javadocced shortcutsMarc Englund2010-04-091-0/+10
* Corrected some javadocMarc Englund2010-03-241-8/+4
* Changed visibility of the actionManager, still for #875Marc Englund2010-03-241-1/+1
* Some API changes for #875 as discussed at length.Marc Englund2010-03-231-16/+31
* Refactored new actions api a little: removed mnemonics terminology, adding/re...Marc Englund2010-03-231-2/+1
* Easier keyboard shortcuts for #875 - includes shorthand notation for Shortcut...Marc Englund2010-03-231-1/+57
* Fix for #3554 - Form.addItemProperty() resets caption created by FieldFactoryArtur Signell2010-03-091-14/+1
* #2205 Make Form layouting more flexibleArtur Signell2010-02-161-26/+71
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-6/+0
* steps toward simpler widgetset creation. Still needs a lot of cleaning and re...Matti Tahvonen2009-09-251-0/+2
* Fix for #3015 - Class Object instances should not be used as identifiers, are...Artur Signell2009-06-081-2/+6
* fixed regression in form due field factory refactoring ( #2499 ). The very ol...Matti Tahvonen2009-05-181-3/+16
* Split old FieldFactory into two smaller interfaces. #2499Matti Tahvonen2009-05-111-53/+86
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+1179