summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractComponent.java
Commit message (Expand)AuthorAgeFilesLines
* Declarative for DateFields (and related) with ISO8601 (#16313)Miki2015-02-031-10/+8
* Allow captions to contain HTML (#9426)Artur Signell2014-12-181-0/+29
* Missing @since for 7.4Leif Åstrand2014-12-181-0/+2
* Minor declarative API improvement (#7749)Artur Signell2014-12-181-3/+3
* API refactoring (#7749)declarativeArtur Signell2014-12-171-2/+2
* Do not write immediate to design if component is immediate by default (#7749)Matti Hosio2014-12-171-1/+2
* Updates for the javadocs of declarative (#7749).Mika Murtojarvi2014-12-171-9/+9
* Generic cleanup (#7749)Artur Signell2014-12-161-9/+7
* Declarative support for Label (#7749)Matti Hosio2014-12-161-0/+1
* Handle tab indexes in a generic way (#7749)Artur Signell2014-12-151-1/+20
* Fix writing issues (#7749)Artur Signell2014-12-151-2/+1
* Do not create default instances while reading designs (#7749)Artur Signell2014-12-151-14/+7
* SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-8/+6
* Support plain-text attribute for Label (#7749)Artur Signell2014-12-141-0/+2
* Declarative support for split panel (#7749).Mika Murtojarvi2014-12-121-56/+3
* Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-121-8/+6
* Some logging improvements and minor fixes for Declarative (#7749)Matti Hosio2014-12-121-1/+1
* Declarative support for AbstractField (#7749)Matti Hosio2014-12-101-1/+1
* Handle locale as a special case (#7749).Mika Murtojarvi2014-12-091-1/+42
* Handle immediate property as a special case (#7749).Mika Murtojarvi2014-12-091-1/+14
* Declarative support for Responsive (#7749)Matti Hosio2014-12-081-1/+50
* Declarative support for AbsoluteLayout (#7749)Matti Hosio2014-12-041-2/+2
* Declarative feature improvements (#7749)Matti Hosio2014-12-041-20/+193
* Declarative: Use Element in DesingSynchronizable method parametersMatti Hosio2014-12-031-5/+6
* Vaadin declarative: parser and html generator.Mika Murtojarvi2014-12-021-25/+25
* Support for synchronizing to design in AbstractComponentMatti Hosio2014-12-021-10/+29
* support for declarative in AbstractComponentMatti Hosio2014-11-281-1/+65
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-121-2/+2
* TextArea size get reset when css resize is set (#14080)Bogdan Udrescu2014-07-281-29/+30
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-3/+3
* Prevent adding/setting parent component as child (#12720).Denis Anisimov2014-05-221-0/+20
* Adds methods for setting only width or height undefined #13546John Ahlroos2014-05-211-0/+20
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Remove dead codeJohannes Dahlström2014-01-171-3/+0
* | Make fields with value change listener immediateMatti Tahvonen2013-12-181-1/+17
* | removed invalid documentationMatti Tahvonen2013-12-171-8/+1
|/
* Validate that the connector is enabled before triggering actions for it (#12743)Artur Signell2013-10-151-2/+3
* Using StringTokenizer instead of String.split() in AbstractComponent (#8759)Fabian Lange2013-06-121-12/+10
* Add support for rem units (#11279)Leif Åstrand2013-06-121-1/+1
* Move ClientConnector.setParent to Component and Extension (#11777)Artur Signell2013-06-111-9/+25
* Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-291-1/+8
* Avoid markAsDirty for getters (#10977)Artur Signell2013-02-081-5/+10
* Fixed race condition in upload (#10942)Artur Signell2013-02-081-1/+1
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Send fraction pixel values to the client (#10531)Artur Signell2012-12-141-10/+2
* Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-281-1/+8
* Unified deprecation messagesArtur Signell2012-11-221-2/+2
* Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-211-59/+2
* Global code cleanupLeif Åstrand2012-11-211-1/+1