aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/gridlayout
Commit message (Collapse)AuthorAgeFilesLines
* Checkstyle fixes (#12347)Anna Koskinen2021-07-231-0/+1
| | | | | | | | | | | | - 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.
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-171-42/+38
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2811-167/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-278-8/+8
|
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-267-114/+49
| | | Also use "event" as the name for events
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-3/+2
| | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format
* Relayout GridLayout when font loading completes (#10077)Henri Sara2017-09-261-0/+27
| | | | | | If a GridLayout is used and font loading is not complete, force another layout after all fonts are loaded. Fixes #9921 Fixes #8207
* Add empty line at end of fileAhmed Ashour2017-09-235-5/+5
|
* Access static members in a static way (#10054)Ahmed Ashour2017-09-211-4/+5
|
* Fix some generics warnings in EclipseAhmed Ashour2017-03-081-1/+1
|
* Refactor AbstractDateField. (#8146)Denis2017-01-101-2/+2
| | | First round for #8132.
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-202-2/+4
|
* VerticalLayout has spacing = true and margin = true by default .Ilia Motornyi2016-12-122-2/+6
| | | | | HorizontalLayout has spacing = true and margin = false by default. Fixes vaadin/framework8-issues#526
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-132-4/+0
| | | | | | | | | | | | | 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
* Make Valo the default themePekka Hyvönen2016-10-0615-30/+29
| | | | | | | | | | 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
* Unify listeners on the server sideAleksi Hietanen2016-09-291-1/+1
| | | | | | | | | | | 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
* Rename PopupDateField to DateField #297.Denis Anisimov2016-09-231-2/+3
| | | | | | | DateField becomes abstract AbstractDateField, PopupDateField becomes DateField Change-Id: I3ac1e02d8754f0770b6a30222cb0fb2a1b9db07b
* Refactor AbstractComponentTest to extend AbstractTestUIJohannes Dahlström2016-09-051-2/+1
| | | | Change-Id: Ie614e7a7bf069ab4035cfcd35c3bc98007adfd4b
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-4/+2
| | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
* Organize importsArtur Signell2016-08-301-1/+1
| | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-301-1/+1
| | | | | | | | * DateField * PopupDateField * InlineDateField Change-Id: I7d6c0253435dcdf424b7914d025e81af504be11d
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-223-9/+9
| | | | | | | | * 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
* Rename legacy packages to v7Artur Signell2016-08-183-3/+3
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Update copyright year to 2016Artur Signell2016-08-188-8/+8
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-189-25/+25
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-186-36/+42
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Remove Form and FormFieldFactoryArtur Signell2016-08-171-84/+0
| | | | | | | | 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
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-173-9/+9
| | | | | | | | - 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
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-152-4/+4
| | | | Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-122-4/+4
| | | | Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-112-34/+13
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Fixing Grid Layout required indicator position (#18418)Henri Sara2016-07-131-0/+139
| | | | | | Required indicators in Grid Layout are now located right after the fields Change-Id: I764fe15a967673c3a70a2a8ab97e7d1a223061fa
* Eliminate rounding errors for GridLayout expand ratios (#19797)Artur Signell2016-05-161-0/+57
| | | Change-Id: Idf05dde5d6526fafee618fd3e2eb1afa63fab7bc
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1517-0/+1269
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda