summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractComponent.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-1427/+0
* Write true boolean attibutes without ='' (#17583)Leif Åstrand2015-10-091-6/+6
* Add support for ContextClickEvent in AbstractComponent (#19015)Teemu Suo-Anttila2015-10-011-1/+31
* Write true as attribute="" (#17519)Leif Åstrand2015-06-221-6/+6
* Add @since 7.5 to new APIJohannes Dahlström2015-06-101-1/+1
* Add setStyleName(String, boolean) shorthand for add/removeStyleName (#17825)Artur Signell2015-06-051-0/+28
* Make fields with validators immediate (#13709)7.5.0.beta1Artur Signell2015-05-191-0/+20
* Updated all empty @since tags to be published in 7.5.0Pekka Hyvönen2015-05-111-2/+2
* Don't clear element content in AbstractComponent.writeDesign (#17488)Johannes Dahlström2015-04-171-2/+0
* Enable setResponsive/isReponsive API for AbstractComponent (#17369)patrik2015-04-071-15/+6
* 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