| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
|
|
|
|
| |
Change-Id: I43041999cba9429e3a08b09f14ac2e8f58774285
|
|
|
|
| |
Change-Id: I08b41559a0cb5bd27727d6be533149916a41b61c
|
|
|
|
| |
Change-Id: I329bc5ae8138be731770211e995225cb3ca4fc76
|
|
|
|
| |
Change-Id: I4f542d166e15a63f12f8033aec4ef7b95578df71
|
|
|
|
|
|
| |
Increase click X offset to account for wider resize handle.
Change-Id: Id638214f4a98d2476f298014c1bae0bbca6dea16
|
|
|
|
|
|
| |
Use a different X offset not to hit a resize handle.
Change-Id: I6e7d4cb0ae0e9c941cb3dd2ba3e29256d6643fde
|
|
|
|
|
|
|
| |
Changed cell padding affected the location of the cursor after
a click.
Change-Id: I950496eb43b8c9be1fc37f558ddd80511eb1c0c3
|
|
|
|
| |
Change-Id: Ia77c246239cae7b0add3c4975dfa5ffaa42d08b6
|
|
|
|
|
|
|
|
| |
Use Escalator cell size calculation without content to determine the
absolute minimum size for cells. This is used in Grid when drag resizing
or sorting columns to prevent cells from overflowing to the next row.
Change-Id: I2d598232d7d2b8729b11fe190b68ca3e42ee3652
|
|
|
|
| |
Change-Id: I79da24a71576fb91db5366afe1dfc17edc7c86f9
|
|
|
|
|
|
|
|
|
| |
Previously grid sidebar could be partially hidden by
"overflow: hidden" of an ancestor component.
Now it's in an overlay and the hierarchy doesn't affect it.
Grid tests were also updated for new DOM structure.
Change-Id: Ic5fb125d9c097be0f0141c121dfe74d30e650dd0
|
|
|
|
| |
Change-Id: I795956a4512f1e6e688e1e3c0522cc952117d78f
|
|
|
|
| |
Change-Id: I1361c8099e9f4a95e991f4937a406c5e4db67027
|
|
|
|
|
|
| |
This makes column resizes smoother and more intuitive.
Change-Id: I6e4e92e0391d8f95f74ec89cfc3ffbbb133c7ecc
|
|
|
|
|
|
|
|
|
|
| |
While refactoring any special cases are removed. This needs Grid
extensions to have a way for adding and removing components from Grid.
Removing any and all parts of RpcDataProvider work towards having it
separate from Grid and maybe usable for other components as well.
Change-Id: Ia4e25d5f0acaf2085478346b0ff6e23c8334e1b9
|
|
|
|
| |
Change-Id: I1cdecb54b3df45b16ddf2c7b06261198be086274
|
|
|
|
| |
Change-Id: Id53bab75688ab7f01d6b64f679d2a40e03714c97
|
|
|
|
|
|
|
| |
By default columns can be drag-resized by the user. This can be changed on a
column-by-column basis.
Change-Id: I8354e270db9affe865d1444d6cccbe8c839a3b5b
|
|
|
|
| |
Change-Id: If8399a13585ae691ea3b3ee4a41a1a38b342adb9
|
|
|
|
|
|
|
| |
The EditorEvent API is not mature and useful enough to be present in a
stable release.
Change-Id: Ia982cb1a6e7b6a3518ea0f187993a964aafa1d53
|
|
|
|
| |
Change-Id: I7122252e9b238fdca0383d0698623fe5a9e3f262
|
|
|
|
|
|
|
| |
This patch provides destroyData implementation for all default data
generators.
Change-Id: I1458080ee0203a27b52e604d3a30c9e5240c0383
|
|
|
|
| |
Change-Id: If2b6cec71504b7a9e966f49752cbb230ab322ab1
|
|
|
|
| |
Change-Id: I628f6b2921f800218a2e65d866b2332a9c574bda
|
|
|
|
| |
Change-Id: I005e17ec8ce7927e5fc36975b1e784444d5904b7
|
|
|
|
| |
Change-Id: I1bb3e352c87fac491269c1ca93f6acdff8bb97eb
|
|\
| |
| |
| | |
Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
|
| |
| |
| |
| | |
Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
|
| |
| |
| |
| | |
Change-Id: Iae5e70f42c27731ce40c00604ccc6097323faa79
|
| |
| |
| |
| | |
Change-Id: I359240ff393428dd5d6764d5e01a40022ab94fc6
|
| |
| |
| | |
Change-Id: I912377ffe366e6ac46280b374fa04caa59c3bcf2
|
| |
| |
| |
| | |
Change-Id: Ifbea95c2b5b39ca3c4532baa7e3f9298423bc030
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
server/src/com/vaadin/data/RpcDataProviderExtension.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java
Change-Id: I9e7907c9caf839fd043444db0505f9853f020a6a
|
| | |
| | |
| | |
| | | |
Change-Id: I982433f643962ed68b0856b520d331038c7fe838
|
| | |
| | |
| | |
| | | |
Change-Id: I6f3fc25785bc6036795a791d6582c3d9194b505c
|
| | |
| | |
| | |
| | | |
Change-Id: I8f4986455029fc3b997ec5fee8916fa118a487ca
|
| |\|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
client/src/com/vaadin/client/connectors/GridConnector.java
server/src/com/vaadin/data/RpcDataProviderExtension.java
server/src/com/vaadin/ui/Grid.java
Change-Id: Ie8931fbae322c93aeb409e8a6d393623ba9d9dc6
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Details are now initialized when they are made visible. The old way of
requesting when seen caused a lot of problems when moving stuff around.
Now uses less communication, but reserves a bit extra resources due to
all details components being in the hierarchy.
Change-Id: I1c1163bdc306f5b86e5e0f6e2bbf2801e65c2243
|
| | |
| | |
| | |
| | | |
Change-Id: I1e16dfe54a369c5ed18dedd8755ff479bc1617a1
|
| | |
| | |
| | |
| | | |
Change-Id: Ib3090d43e97667707590a2bca5f4641b72d7cd7f
|
| |\|
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java
Change-Id: I5ed68bc73d38be4e1f6816108a5246d0c98a258f
|
| | |
| | |
| | |
| | |
| | |
| | | |
ticket. (#18325)
Change-Id: I6686d131f015cf0b7b9a6b43ce43284218d5dd63
|
| | |
| | |
| | |
| | | |
Change-Id: Iff797c3bf90a6021099a3ed4082cfca3a6fb3540
|
| | |
| | |
| | | |
Change-Id: I940399d986eb6970df687880645fafc157dab432
|
| | |
| | |
| | |
| | |
| | |
| | | |
fields
Change-Id: I37f3c21f4464c8f83308a741ed51485f7bd0375a
|
| |\|
| | |
| | |
| | | |
Change-Id: Id630861d5089b0deabbccffe66d971252c44f46b
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also allow user sorting when in unbuffered mode.
Change-Id: Ibe1c1770647529b63c6e3c7fc9509562449b54a4
|
| | |
| | |
| | |
| | | |
Change-Id: I9d78fba84fca2eef72c751b76d7748cbd40210b3
|
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 5460f5ec736f479795d3301acb73d62040c99311.
Change-Id: I043e3db57b55694c6ef87751e487472a778c1b8a
|