aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Label.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-655/+0
* Fix NPE in Label.writeDesign with NULL values #19434John Ahlroos2016-01-051-6/+25
* Write true boolean attibutes without ='' (#17583)Leif Åstrand2015-10-091-1/+1
* Rename DesignFormatter.unencodeFromTextNode to decodeFromTextNodeTeemu Suo-Anttila2015-10-071-1/+1
* Support HTML entities when reading/writing declarative format #18882Maciej Przepióra2015-09-241-4/+10
* Declarative support for Label (#7749)Matti Hosio2014-12-161-0/+1
* SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-10/+7
* Support plain-text attribute for Label (#7749)Artur Signell2014-12-141-0/+10
* Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-121-3/+3
* Declarative: handle inner html for Button and Label (#7749).Mika Murtojarvi2014-12-051-0/+49
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-5/+9
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Fire value change events from Label when content changes (#12414)Maciej Przepióra2014-03-101-5/+14
* | Remove dead codeJohannes Dahlström2014-01-171-4/+0
|/
* Modified the logic in setPropertyDatasource which determines if a new convert...Artur Signell2013-05-221-3/+6
* Re-added Property.toString warning messages (#10916)Artur Signell2013-04-241-0/+33
* Added SharedUtil for helpers shared by client and serverLeif Åstrand2013-04-101-1/+2
* Removed legacy toString implementations as promised in 7.0 (#10916)Artur Signell2013-02-011-17/+0
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Update value when field/label local changes (#8192)Artur Signell2012-11-221-4/+29
* Unified deprecation messagesArtur Signell2012-11-221-9/+9
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-7/+2
* Unified log message with other Property implementors (#9804)Artur Signell2012-10-011-1/+1
* Ensure propertyDataSource can be set back to null (#9618)Artur Signell2012-09-181-3/+8
* Label.setPropertyDataSource now updates the state value (#9618)Artur Signell2012-09-181-0/+11
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-071-4/+4
* Removed deprecated ContenMode.XHTMLJohn Ahlroos2012-09-071-4/+3
* Now using HTML5 content mode. Also deprecated the XHTML content modes.John Ahlroos2012-09-071-2/+3
* Reformat projectLeif Åstrand2012-09-051-0/+2
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-1/+1
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-2/+20
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-2/+2
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-3/+0
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
* Support using public fields in state classes (#9324)Leif Åstrand2012-08-221-5/+5
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Removed more @version included in some files but not in all (#9299)Artur Signell2012-08-161-2/+0
* 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/+483