| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Change-Id: I233250d9b68052825b73bed0288fffeaf5bdd04b
|
|
|
|
| |
Change-Id: Iacf3864f6902e810591e2085adb44d0a6848f51c
|
|
|
|
| |
Change-Id: I1cfa901b8699afafe490ec4e8045c643c7912e89
|
|
|
|
| |
Change-Id: I4439b995a769d22e0eded7132e2fb09123c25a49
|
|
|
| |
Change-Id: Ic855143d23cc7735d00130806df45b6579ba0d5c
|
|
|
|
|
|
|
| |
This patch removes old Grid selection model APIs
in favor of the new common SelectionModel API.
Change-Id: Iab8f2921930a575012c7da6226811d14a7145271
|
|
|
|
|
|
| |
Does not modify compatibility packages to keep to closer to Vaadin 7.7
Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
|
|
|
|
| |
Change-Id: I4de92909afd74031647e9166a44362918269e57f
|
|
|
|
| |
Change-Id: I16f9577ea4091fb4febe167d76e141b5945f53ab
|
|
|
|
| |
Change-Id: I48192de092c6b6e6be7ca2580720d2765962e167
|
|
|
|
|
|
|
|
|
|
|
| |
* ProgressBar
* ProgressIndicator
* OptionGroup
* Table
* Tree
* TreeTable
Change-Id: Ie1249631cbdd2721f2c3a36e1b8ffc8160fca6aa
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Calendar
* CheckBox
* CustomField
* Label
* RichTextArea
* TextField
* TextArea
Change-Id: Iba8915195e4d205fb4db9a4df5d96a4a10ab2f96
|
|
|
|
|
|
|
| |
Label does intentionally not implement HasValue as it
cannot provide a value to a model
Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9
|
|
|
|
| |
Change-Id: Ie5c4b0f4d9bc65e484f08832343ba97fff61a9b6
|
|
|
|
| |
Change-Id: I72400695f3b015add07be9709e48b5f99ce619cf
|
|
|
| |
Change-Id: Icdb0ddc011e8749f4c3f159d2ecd94e4c564d28f
|
|
|
|
| |
Change-Id: I48595a1d1a9a1620739d00a499d996026bd51000
|
|
|
|
| |
Change-Id: Ia596f58bb0c44e2d70ccf2c0add95d86b33afdcb
|
|
|
|
|
|
|
| |
This patch moves Registration to shared so it can be used in
both client and server
Change-Id: I16757f70beb474403903bbcf92c7f850aed68b88
|
|
|
|
| |
Change-Id: I00cbe80ac72787de0c4cc88e1c223badc2c4ae89
|
|
|
|
| |
Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
|
|
|
|
| |
Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
|
|
|
|
| |
Change-Id: I1f50823fdef105c3ba0463011574908a0cec7ad9
|
|
|
|
| |
Change-Id: I4fdb3290c6ac95e4e2c6ac210e6f6b2f06cfe32a
|
|
|
|
| |
Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
|
|
|
|
| |
Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
|
|
|
|
| |
Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
|
|
|
|
|
|
|
|
| |
Form was deprecated in Vaadin 7 when FieldGroup was introduced.
In Vaadin 8, FieldGroup is deprecated in favor of Binder. Having three
different "forms" would be very confusing.
Change-Id: I17775c922940edc5df7dd5bdc80bfe9652588270
|
|
|
|
|
|
|
|
| |
- Changes input prompt to be based on the placeholder attribute.
- Unifies TextChangeEvents with ValueChangeEvents.
- add*Listener methods now return Registration objects, remove*Listener methods removed.
Change-Id: Ie92506ae9db205bb0010ae9126c608c62ad023ff
|
|
|
|
|
|
| |
This change does not affect Table and Tree which use multiple modes.
Change-Id: Ib93a088e88474301eb199988f941563566e6bcc5
|
|
|
|
| |
Change-Id: I626165e19a1b634bd27b2e25efab88066552b190
|
|
|
|
| |
Change-Id: Ifdadc24ff922761eb78c4e5168f0e83fbf47108a
|
|
|
|
|
|
|
|
|
|
| |
All client to server communication of ComboBox is now done
with RPC.
There is still an empty changeVariables() methods to
override the default behavior in AbstractSelect.
Change-Id: I718eeabd5c116ec4e00485ed37a0a6d5389ee1f0
|
|
|
|
| |
Change-Id: I7eaf2dae59133745d6a7c686503625f1f5216c52
|
|
|
|
|
|
|
| |
Use shared state for the page length and update related tests.
This change also removes an unused widget field.
Change-Id: I22055ea058029f898af952252a0c3dadcd9476d4
|
|
|
|
|
|
| |
Send the selection from the client to the server with RPC.
Change-Id: I67e4e526f59550e83d9400729adf91e2b4bbb806
|
|
|
|
|
|
|
| |
When the user creates a new item, send it with client to
server RPC.
Change-Id: Iaf60fc910d4e8b57b681b4cf13f124871c1a01b0
|
|
|
|
|
|
| |
Create an empty client to server RPC implementation for ComboBox.
Change-Id: I1ccce4875682b8ba2541acdc42d361edb30ca458
|
|
|
|
|
|
|
| |
This change uses shared state for the read-only flag, text
input allowed flag and input prompt.
Change-Id: If770a3d9be96d10c3a19654b398bc2f5ddfb7e67
|
|
|
|
|
|
|
| |
- new height more for undefined height that works like in Table and
resizes the grid when details row opens or closes
Change-Id: I2dc817140308093865be30de72edcd6494e4a44b
|
|
|
|
|
|
|
|
|
| |
The legacy LoginForm is substituted with the new one which is compatible
in API.
The patch contains modified code from the addon
https://vaadin.com/directory#addon/loginform
Change-Id: I2178291c97c2f66840f832a0bf932271534beb49
|
|
|
|
|
|
|
| |
The server side needs to know the client has removed the connectors to
be able to do cleanup
Change-Id: Ic3d41cc5cbab035a53bf5c99496d74858c376e73
|
|
|
|
| |
Change-Id: I9b1df949b831b84aa05bf611b0128eb2414bbbae
|
|
|
|
|
|
|
|
|
| |
These methods are superceded by a copy constructor. getBitMask() and the
bitmask constructor are used in a few places around the framework, and
need to be refactored out - the MarginInfo class is already serializable
and can be used in lieu of the raw bitmask in the states of these
objects.
Change-Id: I39a6c25f03f3a2666c057ede99e8df54f5c57958
|
|
|
| |
Change-Id: Idf05dde5d6526fafee618fd3e2eb1afa63fab7bc
|
|
|
|
| |
Change-Id: I1c55d6158caf32b796a9ad0d9e8df5392812e9a6
|
|
|
|
| |
Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
|
|
Change-Id: I4ddc5050874faeb091740ac5ab4f9cafecf5696b
|