aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/tree
Commit message (Collapse)AuthorAgeFilesLines
* Delegate enabled handling to Composite root. (#11832)Anna Koskinen2019-11-261-0/+18
| | | | | | | Otherwise the changed state isn't communicated properly to the client-side in the initial round trip, as the client-side uses the child connector's state directly. Fixes #11831
* Don't attempt to send expand/collapse events for disabled TreeGrid. (#11823)Anna Koskinen2019-11-211-0/+22
| | | | | | | | | | | | | The attempt gets blocked later down the line in any case and never reaches the server, but sending it messes up TreeGrid's internal state. It gets stuck waiting for the resolution of the blocked call that can then only be resolved by server-side sending its own expand/collapse request programmatically. Until that happens no further expand/collapse attempts will get sent to server even after the TreeGrid has been enabled again. Tree is also affected as it is built upon TreeGrid. Fixes #11822
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-171-6/+6
|
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-6/+6
| | | Also improve naming by replacing one-letter variable names.
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-4/+4
| | | Also use "event" as the name for events
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-15/+12
| | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-033-63/+53
| | | | Also removes dependency on junit.framework.TestCase .
* Fix IE tooltip test in TreeBasicFeaturesTest (#9860)Henri Sara2017-08-231-0/+6
|
* Add item descriptions to Tree (#9840)Teemu Suo-Anttila2017-08-211-0/+8
| | | Fixes #9803
* Implement SimpleManagedLayout for CompositeConnector (#9791)Teemu Suo-Anttila2017-08-091-0/+41
| | | Fixes #9788
* Add automatic recalculation of Tree width on expand/collapse (#9767)Teemu Suo-Anttila2017-08-021-0/+48
| | | Fixes #9628
* Enable row height and content mode settings for Tree (#9540)Teemu Suo-Anttila2017-06-201-7/+56
| | | | | | | | | | * Enable row height setting for Tree * Add content mode for captions * Align expander element by default to top The content mode allows use of preformatted and HTML captions that bring value to row height Fixes #9411
* New Tree component themeIlia Motornyi2017-05-231-1/+1
| | | Fixes #9310
* Add MultiSelection support for Tree Component (#9354)Teemu Suo-Anttila2017-05-231-0/+39
|
* Add events and functionality to Tree (#9318)Teemu Suo-Anttila2017-05-161-0/+37
| | | | * Add ItemClick event to Tree * Add collapse provider and style generator to Tree
* Allow Escalator.setHeightByRows to accept zero as a valid argument (#9244)Aleksi Hietanen2017-05-051-0/+19
|
* Use correct TreeElement and server-side classname (#9221)Teemu Suo-Anttila2017-05-031-3/+0
| | | | | * Use correct TreeElement and server-side classname * Re-enable test, remove unnecessary imports
* Add an initial version of Tree component (#9212)Teemu Suo-Anttila2017-05-0210-614/+133
| | | | | | | This patch introduces a Tree component, implemented as a Composite using TreeGrid. As initial version of the component, some functionality of the old Tree component has been left out for now. Partly addresses #8617
* Fix TestBench API imports (#8112)Teemu Suo-Anttila2017-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | * Fix TestBench API imports, move functionality from custom elements * Fixes to TestBench APIs and JavaDocs * Merge remote-tracking branch 'origin/master' into 578_tbapi_cleanup * Fix method name in CheckBoxGroupTest * Remove unused custom element classes * Implement getOptions using getOptionElements * Replace setValue with setSelection in CheckBoxGroupElement * Rename CheckBoxGroupElement getSelection to getValue * Fix one last method
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-1/+1
|
* Fixes VTree so that you can click sub elements when setHtmlContentAllowed is ↵Sebastian Nyholm2016-12-091-4/+17
| | | | | | true. (#20097) Change-Id: Ic453aaf16ea1d44792db868e04faaba069aab3b7
* Support finding components in v7 packages with ComponentLocatorTeemu Suo-Anttila2016-09-121-1/+1
| | | | Change-Id: I60eabf3b1c6363be505a2d21f7ed439c5357f61f
* Organize importsArtur Signell2016-08-301-1/+1
| | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-1/+1
| | | | | | | | * 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
* Update copyright year to 2016Artur Signell2016-08-187-7/+7
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-188-27/+27
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-186-22/+21
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Build uitest war with mavenTeemu Suo-Anttila2016-04-159-0/+602
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda