Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Update text value also with timer triggered text change events. ↵ | Artur Signell | 2015-01-21 | 1 | -4/+2 |
| | | | | | | | | (#16270)" This reverts commit c8d4c9e8cf1fa869c89751dc9a9b55f9be64773f. Change-Id: I73f19e80aef0fe37231ec5c261e0901e6bbd2d99 | ||||
* | Update text value also with timer triggered text change events. (#16270) | Sauli Tähkäpää | 2015-01-19 | 1 | -2/+4 |
| | | | | Change-Id: I0e074c1ac47cb469a34a5c90533ca0dcfaf2e7e1 | ||||
* | Merge remote-tracking branch 'origin/master' into declarative | Matti Hosio | 2014-12-17 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/ui/TextField.java Change-Id: I289cb9ec80d494ab79aec11a43708abf5b403a00 | ||||
| * | Add public Field.isEmpty() and clear() (#15354) | Artur Signell | 2014-12-10 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I6bda7ff2a66a9ad172c899d855ca868881600be4 | ||||
* | | Fix writing issues (#7749) | Artur Signell | 2014-12-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * A root component with @DesignRoot must always use its superclass for default values. Otherwise the written design will be empty as the design is read in the constructor. * A component which is not the root must not write its component tree if the component tree is generated in the constructor. This is a simplification which should be good enough for most cases (can't add children in constructor and also using addComponent - in this case the component added with addComponent will not be written). * Test cases for nested templates Change-Id: I3a384d1d8654b9865a3a790ebeb055a300a62135 | ||||
* | | Do not create default instances while reading designs (#7749) | Artur Signell | 2014-12-15 | 1 | -5/+4 |
| | | | | | | | | Change-Id: I26cb6d8d43200d10ebf8c0ac22c538b4272f5ecd | ||||
* | | SynchronizeFrom/ToDesign -> read/writeDesign (#7749) | Artur Signell | 2014-12-15 | 1 | -10/+7 |
| | | | | | | | | Change-Id: Ie5e420ac5d62a2aa3206051888e6dd0f8f30df11 | ||||
* | | Don't add setCurorPosition as it focuses the field (#7749) | Artur Signell | 2014-12-12 | 1 | -0/+1 |
| | | | | | | | | Change-Id: I53de828cd5c27f7ee8e9a89d7b48c7dcfc3201b6 | ||||
* | | Declarative support for AbstractTextField (#7749) | Matti Hosio | 2014-12-10 | 1 | -0/+56 |
|/ | | | | Change-Id: Ice244cd73825bde44fe02cf3d4b53d4eff5a5c35 | ||||
* | TextArea size get reset when css resize is set (#14080) | Bogdan Udrescu | 2014-07-28 | 1 | -0/+12 |
| | | | | | | | Listen to MouseUp event on the <textarea> and notify the state with the width and height if changed. Add com.vaadin.client.Util.Size to manipulates the css width/height. Change-Id: I96a308658d2877f1f6c05feaa7840a268bb06709 | ||||
* | Reading properties of components should not set state to dirty (#14060). | Fabian Lange | 2014-06-23 | 1 | -3/+8 |
| | | | | | | | | Many core vaadin components did incorrectly mark the state as dirty when reading from them. This patch fixes the problem, which should reduce the amount of server->client state updates significantly. Change-Id: I342d74129e2985a7f407e9b53a802dc0146d9992 | ||||
* | Update copyright year to 2014 | Artur Signell | 2014-04-16 | 1 | -1/+1 |
| | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6 | ||||
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 1 | -1/+1 |
| | | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e | ||||
* | Unified deprecation messages | Artur Signell | 2012-11-22 | 1 | -6/+6 |
| | | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef | ||||
* | Move LegacyComponent from com.vaadin.server to com.vaadin.ui | Johannes Dahlström | 2012-11-02 | 1 | -1/+0 |
| | | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202 | ||||
* | Changed Property.setValue(Object) to setValue(T) (#8791) | Artur Signell | 2012-10-23 | 1 | -1/+1 |
| | | | | Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259 | ||||
* | inner Event classes converted to static nested classes (#5855) | Pekka Hyvönen | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | Removed getters/setters from states and made instance variabled public | John Ahlroos | 2012-08-31 | 1 | -9/+15 |
| | |||||
* | refak listeners com.vaadin.ui | Petri Heinonen | 2012-08-30 | 1 | -6/+59 |
| | |||||
* | Rename Vaadin6Component to LegacyComponent (#9434) | Johannes Dahlström | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -3/+3 |
| | |||||
* | Rename requestRepaint to markAsDirty (#9378) | Leif Åstrand | 2012-08-23 | 1 | -7/+7 |
| | | | Also remove some requestRepaint calls that are no longer needed (#9325) | ||||
* | Handle requestRepaint automatically (#9325) | Leif Åstrand | 2012-08-23 | 1 | -3/+0 |
| | |||||
* | Make the (server-side) getState method protected (#9315) | Leif Åstrand | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | Introduce ClientConnector.beforeClientResponse(boolean initial) #9228 | Leif Åstrand | 2012-08-20 | 1 | -2/+2 |
| | | | | Remove Component.updateState() to use the new method instead. | ||||
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 1 | -1/+13 |
| | |||||
* | Eliminated dependencies from server to client (#9279) | Artur Signell | 2012-08-13 | 1 | -8/+10 |
| | |||||
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+674 |