summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractTextField.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-813/+0
* Fix outdated javadoc referenceLeif Åstrand2015-11-121-2/+2
* Revert "Prevent field from updating when removing text change listener. (#162...Mika Murtojärvi2015-06-171-15/+18
* Prevent field from updating when removing text change listener. (#16270)Sauli Tähkäpää2015-06-081-18/+15
* Revert "Update text value also with timer triggered text change events. (#162...Artur Signell2015-01-211-4/+2
* Update text value also with timer triggered text change events. (#16270)Sauli Tähkäpää2015-01-191-2/+4
* Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-171-1/+1
|\
| * Add public Field.isEmpty() and clear() (#15354)Artur Signell2014-12-101-1/+1
* | Fix writing issues (#7749)Artur Signell2014-12-151-2/+2
* | Do not create default instances while reading designs (#7749)Artur Signell2014-12-151-5/+4
* | SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-10/+7
* | Don't add setCurorPosition as it focuses the field (#7749)Artur Signell2014-12-121-0/+1
* | Declarative support for AbstractTextField (#7749)Matti Hosio2014-12-101-0/+56
|/
* TextArea size get reset when css resize is set (#14080)Bogdan Udrescu2014-07-281-0/+12
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-3/+8
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Unified deprecation messagesArtur Signell2012-11-221-6/+6
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-1/+1
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-1/+1
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-9/+15
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-6/+59
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-2/+2
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-3/+3
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-7/+7
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-3/+0
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
* Introduce ClientConnector.beforeClientResponse(boolean initial) #9228Leif Åstrand2012-08-201-2/+2
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-8/+10
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+674