| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
|
|
|
|
| |
Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
|
|
|
|
| |
Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
|
|
|
|
|
|
|
| |
This module will contain most of the classes shared between uitest
and integration test modules.
Change-Id: Ibc327339cf1d360252483287c0eeb8dd03c176d5
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I1f959cdd81da9c6e8565260e574593bcd198804f
|
|
|
|
| |
Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856
|
|
|
|
| |
Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62
|
|
|
|
| |
Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d
|
|
|
|
|
|
| |
Add LegacyCheckBox for old field factories, Grid editor etc.
Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
|
|
|
|
| |
Change-Id: I0a1fc0bf6f3de1b7d6975cd87cb7bb65c38dba4e
|
|
|
|
| |
Change-Id: I6e4a56855f78595975b645a08390fb56e0e52ef9
|
|
|
|
| |
Change-Id: Ic580c17bddf05455827ecb7fbfb44e5c9e2c7bf2
|
|
|
|
| |
Change-Id: I233f205d3d0d7c0cf59e55531de09b7807d73548
|
|
|
|
|
|
|
|
|
| |
When Grid is inside of a Tab (Tabsheet or Accordion) and
height mode is set to HeightMode.ROW, layout happens
before row height is known. To fix that, an event is fired
and a handler starts a layout after everything is calculated.
Change-Id: I516b09b5a7febc7ab3931fe582752eb5c888e4a8
|
|
|
|
| |
Change-Id: I75fd33e66c8c5c265bc60cce58ff639a5d5642ab
|
|
|
|
| |
Change-Id: If6212ff2b7da0e87b3c68a3372b5f0b5a2a55b1a
|
|
|
|
| |
Change-Id: I7f8e9b1f7dff40ca76933cdf1978e3749f390142
|
|
|
|
| |
Change-Id: I1961963baac3a6546edb908582b323c481b15bfd
|
|
|
|
| |
Change-Id: Ia92f8d2c9df32b2dc10ea3fbda02c962d7e8b566
|
|
|
|
| |
Change-Id: I64ef7d4425946031432032cc4060e0dcad43678b
|
|
|
|
| |
Change-Id: I6cc419884ecba7f75e825ddcba343325b2d77f1b
|
|
|
|
|
|
|
| |
Use shared state for the page length and update related tests.
This change also removes an unused widget field.
Change-Id: I22055ea058029f898af952252a0c3dadcd9476d4
|
|
|
|
| |
Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f
|
|
|
|
|
|
|
|
| |
The theme was designed for Liferay 6.0 and was following its look.
Liferay 6.0 is no longer officially supported by Vaadin 8.
Change-Id: I79e8ecd6674b1dce2424121d4c298b69d3f932d4
|
|
|
|
|
|
|
| |
WebSphere 8 prior to 8.5.5.9 does not support Java 8.
Glassfish 3 does not support Java 8 out of the box.
Change-Id: I623951ec2fa180a3c520ae24b27837f8b6d81ea2
|
|
|
|
| |
Change-Id: Icb36a9c019ba086cdcdece2497c2120ea6bafb7a
|
|
|
|
|
|
|
|
|
| |
This patch fixes an issue with disappearing tabs in a TabSheet placed in a
SplitPanel.
Scrolling a tab into view needs to be done after layout has happened. Otherwise
the available width for TabSheet is unknown and causes unexpected behaviour.
Change-Id: Ibcea04ddadfafc5028efe44a6817517b16e21bde
|
|
|
|
|
|
|
| |
Without the fix, when selecting a value from page n+1 and re-opening the
ComboBox popup, the content of the text box may disappear.
Change-Id: I5fb57c0e5a068645f4b11fb1c392e682dd04b06a
|
|
|
|
| |
Change-Id: I20c6e98fe84f0e42c3aa7544a85d4283e2a21537
|
|
|
|
| |
Change-Id: Id88508acf416c162e0107a7ca1ebcf7ba376a63a
|
|
|
|
|
|
|
|
|
| |
The test was based on the assumption that only the visible tabs are
in the DOM of the tab bar. This assumption was no longer true.
Furthermore, the test iterated over all tabs which led to performance
issues especially on IE8.
Change-Id: If8e904418bdb81cf2762475b317adb2b21dcc032
|
|
|
|
|
|
| |
Required indicators in Grid Layout are now located right after the fields
Change-Id: I764fe15a967673c3a70a2a8ab97e7d1a223061fa
|
|
|
|
|
|
|
|
|
|
| |
Since the fix for #13370 which causes tooltips to react to mouseOut,
TB tests for tooltips fail on Firefox because of an extraneous
mouseOut event from FirefoxDriver.
Tooltips do work in manual tests also on Firefox.
Change-Id: Ic6d73bb4487749618bbc5c7e3a8416107adb4856
|
|
|
|
| |
Change-Id: Idea068b22acc0955a272db3da5f555a7ee0d902f
|
|
|
|
| |
Change-Id: I0ecc18f0ee5aecac42cfc6c9422932e2e308ab83
|
|
|
|
|
|
|
| |
- new height more for undefined height that works like in Table and
resizes the grid when details row opens or closes
Change-Id: I2dc817140308093865be30de72edcd6494e4a44b
|
|
|
|
|
|
|
| |
When resizing a column in Grid, widths of all columns without
a fixed width (-1) are set to their actual width. This is 0 when
the column is hidden.
Change-Id: If50e71c748cd0674f44d9e51777518eb48b42c5c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added API setPopupWidth(String) to ComboBox. The suggestion pop-up now
has three different width modes:
1. Legacy "null"-mode: width is determined by the longest item
caption for each page. This looks & feels like the old implementation.
This is the default mode
2. Relative to the ComboBox. e.g. 100%
3. fixed width using any CSS definition
Change-Id: Id60a6996ee82726196b84d50c2d0d18a6cfb5ebf
|
|
|
|
|
|
|
| |
The server side needs to know the client has removed the connectors to
be able to do cleanup
Change-Id: Ic3d41cc5cbab035a53bf5c99496d74858c376e73
|
|
|
|
| |
Change-Id: I74300ea0724be1e56ea94d3f1327f49b05a09a87
|
|
|
|
| |
Change-Id: Ia14a50aba17689b580bb265c9693c3ae503fee34
|
|
|
|
|
|
|
| |
e.g., Panel shadows actionManager with its own instance field
* solution: always invoke getActionManager()
Change-Id: Ibeca2ad53cb1175ae1ebcfb4d68b3d2bf36ea8b2
|
|
|
| |
Change-Id: Idf05dde5d6526fafee618fd3e2eb1afa63fab7bc
|
|
|
|
| |
Change-Id: Ief0531fe90b9bc8bcf0a60132211a0633b9401d4
|
|
|
| |
Change-Id: I0d669f1c85feebcaa01c58fb81b5e20802440ef2
|
|
|
|
|
|
|
| |
The subwindows tooltip is now also shown in header and footer of the
subwindow. Added also tests for the feature.
Change-Id: I933dad9e8530ce20b930fe22caf9e79a3ad3e3d2
|
|
|
|
| |
Change-Id: Ifc87f48b8145b56c7b83b9ce4aa1db8a698d7d49
|
|
|
|
| |
Change-Id: Iebcea0fd80eb9c1e0f14357fa09a264db5f1ee06
|