| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- Added, completed, and corrected JavaDocs.
- Added an assert to enforce a condition that has always been required.
- Added default sections to switch blocks.
- Added wildcards.
- Deprecated unused methods and variables.
- Removed inner assignments.
- Removed unused private variables and calls that do nothing.
- Updated deprecated calls to use currently recommended versions.
- Updated warning suppressions.
- ...and some auto-formatting.
|
| |
|
| |
|
| |
|
|
|
| |
Also use "event" as the name for events
|
|
|
|
|
|
|
|
| |
* Simplify lambda expressions
And remove unneeded 'return' keyword.
* Format
|
|
|
|
|
|
| |
If a GridLayout is used and font loading is not complete, force another layout after all fonts are loaded.
Fixes #9921
Fixes #8207
|
| |
|
| |
|
| |
|
|
|
| |
First round for #8132.
|
| |
|
|
|
|
|
| |
HorizontalLayout has spacing = true and margin = false by default.
Fixes vaadin/framework8-issues#526
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All components are now in immediate mode by default.
V7 compatibility components will use AbstractLegacyComponent that has immediate.
V7 ColorPickerPopup will not have setImmediate, since it extends V8 Window,
which is not in V7 compatibility packages.
Removed OutOfSync and ResynchronizeAfterAsyncRemoval Tests,
since those tested UI in not immediate mode, which is invalid now.
Removed WindowResizeListener, LazyWindowResize, test UIs,
since both used immediate and there were no test run for either.
Change-Id: Ie1c8cfa4c48461db944ff9b13efe8473c5a3298f
|
|
|
|
|
|
|
|
|
|
| |
LegacyApplication explicitly uses "reindeer" as default theme.
Extended AbstractTestUI to AbstractReindeerTestUI, that all old tests now inherit.
All new tests should be based on AbstractTestUI.
Also added AbstractReindeerTestUIWithLog for those that needed it.
Removed all found @Theme("valo") and used proper parent test class.
Change-Id: I0bb45850f3f1d39c6f78dac35dfa08acbad427ad
|
|
|
|
|
|
|
|
|
|
|
| |
This patch updates server side add*Listener methods to return
a registration object and deprecates their corresponding
remove*Listener methods.
Additionally this patch removes add/removeListener methods which were
deprecated in 7.0.
Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76
|
|
|
|
|
|
|
| |
DateField becomes abstract AbstractDateField, PopupDateField becomes
DateField
Change-Id: I3ac1e02d8754f0770b6a30222cb0fb2a1b9db07b
|
|
|
|
| |
Change-Id: Ie614e7a7bf069ab4035cfcd35c3bc98007adfd4b
|
|
|
|
| |
Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
|
|
|
|
| |
Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
|
|
|
|
|
|
|
|
| |
* DateField
* PopupDateField
* InlineDateField
Change-Id: I7d6c0253435dcdf424b7914d025e81af504be11d
|
|
|
|
|
|
|
|
| |
* Use com.vaadin.v7
* Use the same class name as in Vaadin 7
* Use a "vaadin7-" declarative prefix for Vaadin 7 components
Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
|
|
|
|
| |
Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62
|
|
|
|
| |
Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d
|
|
|
|
|
|
| |
Add LegacyCheckBox for old field factories, Grid editor etc.
Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
|
|
|
|
|
|
| |
Required indicators in Grid Layout are now located right after the fields
Change-Id: I764fe15a967673c3a70a2a8ab97e7d1a223061fa
|
|
|
| |
Change-Id: Idf05dde5d6526fafee618fd3e2eb1afa63fab7bc
|
|
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
|