]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
7 years agoAdd getStateParameterMap to Navigator to get parameters as a map (#9517)
Peter Lehto [Tue, 13 Jun 2017 09:41:36 +0000 (12:41 +0300)]
Add getStateParameterMap to Navigator to get parameters as a map (#9517)

7 years agoAdd methods for setting the date as an ISO value for date fields
Artur [Mon, 12 Jun 2017 13:44:05 +0000 (16:44 +0300)]
Add methods for setting the date as an ISO value for date fields

7 years agoAdd handler for row height changing in Grid
Teemu Suo-Anttila [Mon, 12 Jun 2017 13:29:49 +0000 (16:29 +0300)]
Add handler for row height changing in Grid

Fixes #9488

7 years agoAdd support for Views which are not components
Artur [Mon, 12 Jun 2017 10:19:12 +0000 (13:19 +0300)]
Add support for Views which are not components

7 years agoAdd pluggable connector id generator support
Leif Åstrand [Mon, 12 Jun 2017 09:35:45 +0000 (12:35 +0300)]
Add pluggable connector id generator support

7 years agoAdd mouse event details to the drop event (#9485)
Adam Wagner [Wed, 7 Jun 2017 11:50:38 +0000 (14:50 +0300)]
Add mouse event details to the drop event (#9485)

Fixes #9483

7 years agoShow empty selection caption in ComboBox (#9468)
Teemu Suo-Anttila [Mon, 5 Jun 2017 12:06:25 +0000 (15:06 +0300)]
Show empty selection caption in ComboBox (#9468)

Fixes #9079

7 years agoImprove logging when bean validation is not available
Henri Sara [Mon, 5 Jun 2017 11:28:10 +0000 (14:28 +0300)]
Improve logging when bean validation is not available

Closes #9464

7 years agoMark valo $v-textfield-background-color--readonly as default (#9458)
Yuriy Artamonov [Wed, 31 May 2017 08:20:25 +0000 (12:20 +0400)]
Mark valo $v-textfield-background-color--readonly as default (#9458)

Fixes #7765

7 years agoAllow grid columns to optionally shrink to be narrower than contents
Artur [Tue, 30 May 2017 13:24:58 +0000 (16:24 +0300)]
Allow grid columns to optionally shrink to be narrower than contents

Fixes #8548

7 years agoMake TreeData.getChildren() return value immutable (#9455)
Henri Sara [Tue, 30 May 2017 09:38:31 +0000 (12:38 +0300)]
Make TreeData.getChildren() return value immutable (#9455)

This prevents unsupported modifications such as iterator.remove().

Closes #9446

7 years agoAdd since tags and javadocs
Henri Sara [Tue, 30 May 2017 08:24:38 +0000 (11:24 +0300)]
Add since tags and javadocs

7 years agoFix typo in documentation (#9454)
Flamenco [Tue, 30 May 2017 05:22:23 +0000 (01:22 -0400)]
Fix typo in documentation (#9454)

7 years agoClarify javadoc of AbstractListing item icon generator
Henri Sara [Fri, 26 May 2017 12:34:22 +0000 (15:34 +0300)]
Clarify javadoc of AbstractListing item icon generator

7 years agoMake component iterators unmodifiable
Henri Sara [Fri, 26 May 2017 12:32:32 +0000 (15:32 +0300)]
Make component iterators unmodifiable

Fixes #9404

7 years agoAdd new artifacts to vaadin-all ZIP
Henri Sara [Fri, 26 May 2017 12:27:16 +0000 (15:27 +0300)]
Add new artifacts to vaadin-all ZIP

Fixes #9444

7 years agoFind active connector anywhere in the DOM (#9429)
Artur [Fri, 26 May 2017 08:39:18 +0000 (11:39 +0300)]
Find active connector anywhere in the DOM (#9429)

Fixes #9419

7 years agoUse correct listener in dependency filter test
Henri Sara [Fri, 26 May 2017 07:39:52 +0000 (10:39 +0300)]
Use correct listener in dependency filter test
This fixes the test after the changes in #9368

7 years agoThrow exception if user modifies same binding step twice
Teemu Suo-Anttila [Fri, 26 May 2017 07:14:10 +0000 (10:14 +0300)]
Throw exception if user modifies same binding step twice

Fixes #9427

7 years agoFix `@since` tags from #9206 to 8.0.7
Pekka Hyvönen [Fri, 26 May 2017 07:06:13 +0000 (10:06 +0300)]
Fix `@since` tags from #9206 to 8.0.7

7 years agoFixes OOM for broken upload request
Ilia Motornyi [Fri, 26 May 2017 06:42:18 +0000 (09:42 +0300)]
Fixes OOM for broken upload request

Related to #9102

7 years agoAdded constructor to Grid for compatibility with 8.0.7 (#9206) (#9209)
Mikhail Buzuverov [Fri, 26 May 2017 05:56:24 +0000 (10:56 +0500)]
Added constructor to Grid for compatibility with 8.0.7 (#9206) (#9209)

Constructor Grid(Class, DataCommunicator) was added to 8.0.7 and ported
to master to maintain backward compatibility.

Also fixed javadocs of constructors Grid(DataCommunicator) and
Grid(PropertySet, DataCommunicator) to reflect that constructors were
backported to 8.0.x and available since 8.0.7

7 years agoMake dirty connector handling more deterministic (#9396)
Henri Sara [Fri, 26 May 2017 05:48:40 +0000 (08:48 +0300)]
Make dirty connector handling more deterministic (#9396)

Changes in connector tracking and cleaning (#9305) changed the
behavior so that the framework runs beforeClientResponse methods in
a non-deterministic and possibly different order than before.

This change makes the framework call beforeClientResponse methods in
a more deterministic order (parents before children) and checks that
the connector tracker knows the connector.

7 years agoUpdate release notes for beta (#9422) 8.1.0.beta1
Henri Sara [Wed, 24 May 2017 09:55:24 +0000 (12:55 +0300)]
Update release notes for beta (#9422)

7 years agoFix Escalator javadocs (#9421)
Pekka Hyvönen [Wed, 24 May 2017 09:51:44 +0000 (12:51 +0300)]
Fix Escalator javadocs (#9421)

7 years agoFix drop indicator when Grid is scrolled (#9417)
Pekka Hyvönen [Wed, 24 May 2017 07:43:55 +0000 (10:43 +0300)]
Fix drop indicator when Grid is scrolled (#9417)

Now the DnD events are listened from tablewrapper element,
which contains also grid's header and footer, making it possible to
drop on top of them.

7 years agoAllow changing NavigationStateManager (#9410)
apolds [Wed, 24 May 2017 05:33:09 +0000 (07:33 +0200)]
Allow changing NavigationStateManager (#9410)

Unregister old NavigationStateManager before setting new one.

Fixes #9406

7 years agoFix missing drag image on FF, Safari (#9409)
Pekka Hyvönen [Tue, 23 May 2017 13:51:54 +0000 (16:51 +0300)]
Fix missing drag image on FF, Safari (#9409)

When CSS transform has been applied, the drag image is missing (safari),
or gets offset (FF). Fixed by using custom drag image without transform,
and checking for transforms on parent DOM tree. Does NOT fix #9408
When there are frozen columns used, the image needs should not look weird because of the frozen column transitions.
The multiselection column is now not shown it is frozen.

Fixes #9261

7 years agoMake select all work with TreeGrid (#9412)
Aleksi Hietanen [Tue, 23 May 2017 13:14:34 +0000 (16:14 +0300)]
Make select all work with TreeGrid (#9412)

Fixes #9403

7 years agoFix ComboBoxClosePopupRetainTextTest (#9415)
Aleksi Hietanen [Tue, 23 May 2017 13:10:33 +0000 (16:10 +0300)]
Fix ComboBoxClosePopupRetainTextTest (#9415)

7 years agoNew Tree component theme
Ilia Motornyi [Tue, 23 May 2017 12:10:45 +0000 (15:10 +0300)]
New Tree component theme

Fixes #9310

7 years agoCorrectly use id to identify data when refreshing (#9398)
Teemu Suo-Anttila [Tue, 23 May 2017 11:04:20 +0000 (14:04 +0300)]
Correctly use id to identify data when refreshing (#9398)

This patch refactors the internals of Grid single selection model
implementation.

Fixes #9380

7 years agoAdd MultiSelection support for Tree Component (#9354)
Teemu Suo-Anttila [Tue, 23 May 2017 09:54:26 +0000 (12:54 +0300)]
Add MultiSelection support for Tree Component (#9354)

7 years agoFix CheckboxFocusClickTest on Firefox (#9397)
Aleksi Hietanen [Mon, 22 May 2017 11:55:02 +0000 (14:55 +0300)]
Fix CheckboxFocusClickTest on Firefox (#9397)

7 years agoAdd missing since tag to Binder#getFields (#9395)
Aleksi Hietanen [Mon, 22 May 2017 11:54:46 +0000 (14:54 +0300)]
Add missing since tag to Binder#getFields (#9395)

7 years agoFix test module for changed dependency filter API
Henri Sara [Mon, 22 May 2017 08:30:49 +0000 (11:30 +0300)]
Fix test module for changed dependency filter API

7 years agoAdd style name to all dragged rows (#9388)
Adam Wagner [Sun, 21 May 2017 18:23:47 +0000 (21:23 +0300)]
Add style name to all dragged rows (#9388)

* Add style name to all dragged rows to indicate that they are being dragged

7 years agoFix menu item selection in tests (#9387)
Henri Sara [Fri, 19 May 2017 13:30:14 +0000 (16:30 +0300)]
Fix menu item selection in tests (#9387)

When the parent span was not used, the size of the wrong span was used
in the calculation of mouse locations for activating a menu item. This
occasionally leads to the wrong submenu being opened on IE as the
cursor passed over the corner of the next item.

7 years agoTreeGrid Sass variables (#9333)
Ilia Motornyi [Fri, 19 May 2017 13:25:05 +0000 (16:25 +0300)]
TreeGrid Sass variables (#9333)

Fixes #9311

7 years agoAdd dependency filters through the service init event (#9368)
Leif Åstrand [Fri, 19 May 2017 12:16:00 +0000 (15:16 +0300)]
Add dependency filters through the service init event (#9368)

We shouldn't create new service loader interfaces since each new such
interface has implications for custom integrations. Instead, the
VaadinServiceInitListener mechanism should be enhanced to allow such
listeners to introduce their own dependency filter implementations
similarly to how VaadinServiceInitListener can already be used to
contribute new request handlers

7 years agoHide DataGenerator from Column API (#9351)
Teemu Suo-Anttila [Fri, 19 May 2017 11:57:03 +0000 (14:57 +0300)]
Hide DataGenerator from Column API (#9351)

7 years agoAdd style automatically to indicate that an element is being dragged (#9385)
Adam Wagner [Fri, 19 May 2017 11:56:16 +0000 (14:56 +0300)]
Add style automatically to indicate that an element is being dragged (#9385)

Closes #9223

7 years agoClear errors when clearing binder fields (#9364)
Artur [Fri, 19 May 2017 11:48:42 +0000 (14:48 +0300)]
Clear errors when clearing binder fields (#9364)

Calling readBean(null) should reset the form state to the initial state
it was in before calling writeBean(bean)

7 years agoMake VaadinService#isUIActive() public (#9285)
Ilia Motornyi [Fri, 19 May 2017 11:39:28 +0000 (14:39 +0300)]
Make VaadinService#isUIActive() public (#9285)

7 years agoReorganize packages of connectors introduced in 8.1 (#9340)
Aleksi Hietanen [Fri, 19 May 2017 11:20:41 +0000 (14:20 +0300)]
Reorganize packages of connectors introduced in 8.1 (#9340)

* Move Tree and TreeGrid connectors to different package
* Move grid renderers to correct package

Only renderers introduced in 8.1 have been moved for
backwards compatibility.

7 years agoAdd a method for getting bound fields from Binder (#9365)
Artur [Fri, 19 May 2017 10:05:11 +0000 (13:05 +0300)]
Add a method for getting bound fields from Binder (#9365)

7 years agoFix resetting of last filter in VComboBox (#9381)
Matti Tahvonen [Fri, 19 May 2017 08:30:29 +0000 (11:30 +0300)]
Fix resetting of last filter in VComboBox (#9381)

Currently the reset method resets the lastFilter as well and then the logic thinks items don’t need to be refreshed when popup is reopened.

Fixes #9027
Fixes #7790

7 years agoMake it possible for drop target to accept both files and other data (#9382)
Adam Wagner [Fri, 19 May 2017 08:22:04 +0000 (11:22 +0300)]
Make it possible for drop target to accept both files and other data (#9382)

7 years agoAdd shorthand for adding a column with ComponentRenderer
Pekka Hyvönen [Thu, 18 May 2017 12:48:02 +0000 (15:48 +0300)]
Add shorthand for adding a column with ComponentRenderer

7 years agoUpdate Atmosphere to support latest Jetty versions (#9359)
Artur [Thu, 18 May 2017 15:05:34 +0000 (18:05 +0300)]
Update Atmosphere to support latest Jetty versions (#9359)

Fixes #8134, #8135

7 years agoAdd TreeData#addRootItems, getRootItems
Aleksi Hietanen [Thu, 18 May 2017 12:24:45 +0000 (15:24 +0300)]
Add TreeData#addRootItems, getRootItems

7 years agoAdd HasHierarchicalDataProvider#setTreeData
Aleksi Hietanen [Thu, 18 May 2017 11:51:28 +0000 (14:51 +0300)]
Add HasHierarchicalDataProvider#setTreeData

Additionally removes TreeData constructors from Tree and TreeGrid.

7 years agoAdd stream variants for the child item provider shorthands (#9375)
Leif Åstrand [Thu, 18 May 2017 13:11:58 +0000 (16:11 +0300)]
Add stream variants for the child item provider shorthands (#9375)

7 years agoShow drop hints when dropping in empty Grid (#9353)
Pekka Hyvönen [Thu, 18 May 2017 11:11:03 +0000 (14:11 +0300)]
Show drop hints when dropping in empty Grid (#9353)

Also makes sure that the drop location and target row return something sensible in drop event.
Clarifies docs on drop location.

7 years agoRename findAndFilterDependencies to findDependencies (#9366)
Leif Åstrand [Thu, 18 May 2017 10:36:11 +0000 (13:36 +0300)]
Rename findAndFilterDependencies to findDependencies (#9366)

The old findDependencies method is made private since it's only an
implementation detail and should not be used from outside the class.

At the same time, the new findAndFilterDependencies method is renamed to
findDependencies since there's no longer necessary to have a name that
distinguishes it from the variant that doesn't do any filtering.

7 years agoUpdate Firefox screenshots with checkbox focus (#9362)
Henri Sara [Thu, 18 May 2017 09:43:49 +0000 (12:43 +0300)]
Update Firefox screenshots with checkbox focus (#9362)

7 years agoMove tree-basic.png to the correct folder (#9363)
Aleksi Hietanen [Thu, 18 May 2017 09:43:25 +0000 (12:43 +0300)]
Move tree-basic.png to the correct folder (#9363)

7 years agoClarify TreeData and TreeDataProvider javadocs, improve documentation (#9349)
Aleksi Hietanen [Thu, 18 May 2017 06:48:10 +0000 (09:48 +0300)]
Clarify TreeData and TreeDataProvider javadocs, improve documentation (#9349)

7 years agoRemove warning for shortcuts on disabled connector (#9352)
Olli Tietäväinen [Thu, 18 May 2017 06:38:59 +0000 (09:38 +0300)]
Remove warning for shortcuts on disabled connector (#9352)

Remove unnecessary warning on server log when using shortcut on disabled connector.

Fixes #6951

7 years agoFix DnD issues regarding data type text (#9347)
Adam Wagner [Wed, 17 May 2017 13:28:53 +0000 (16:28 +0300)]
Fix DnD issues regarding data type text (#9347)

* First dragged data should not contain new line character at the beginning
* Return any of "text", "Text" or "text/plain" in the method of getDataTransferText()
* Set only data of type "text" for IE on dragstart
* Clarify return of getDataTransferText() method
* Ignore generated data that is null

7 years agoFix NPE when detaching DragSource & DropTarget on client side (#9341)
Pekka Hyvönen [Wed, 17 May 2017 12:59:15 +0000 (15:59 +0300)]
Fix NPE when detaching DragSource & DropTarget on client side (#9341)

When the component the extensions have been attached to are removed, there was an NPE due to getParent() not being available anymore. Fixed by not doing clean up on those cases as it is not necessary.

Fixes #9101

* Add back missing detach call

7 years agoUpdate screenshots with new tooltip formatting
Henri Sara [Wed, 17 May 2017 11:11:25 +0000 (14:11 +0300)]
Update screenshots with new tooltip formatting

7 years agoFix tooltip test after tooltip style change
Henri Sara [Wed, 17 May 2017 11:09:30 +0000 (14:09 +0300)]
Fix tooltip test after tooltip style change

7 years agoUpdate WidgetUtilTest for Chrome 58
Henri Sara [Wed, 17 May 2017 11:02:09 +0000 (14:02 +0300)]
Update WidgetUtilTest for Chrome 58

Chrome 58 changes how border sizes are rounded.

7 years agoMake ThemeTest notification tests more reliable
Henri Sara [Wed, 17 May 2017 10:54:17 +0000 (13:54 +0300)]
Make ThemeTest notification tests more reliable

7 years agoUpdate ES5/ES6 tests for Firefox
Henri Sara [Wed, 17 May 2017 10:47:45 +0000 (13:47 +0300)]
Update ES5/ES6 tests for Firefox

Expect ES5 for Firefox as the test cluster has an older version.

7 years agoMake GridPopupViewTest more stable
Henri Sara [Wed, 17 May 2017 10:38:35 +0000 (13:38 +0300)]
Make GridPopupViewTest more stable

7 years agoUpdate Chrome version to 58 in test
Henri Sara [Wed, 17 May 2017 10:38:19 +0000 (13:38 +0300)]
Update Chrome version to 58 in test

7 years agoRemove deprecation from setTag and throw on subsequent calls
Teemu Suo-Anttila [Wed, 17 May 2017 07:36:02 +0000 (10:36 +0300)]
Remove deprecation from setTag and throw on subsequent calls

7 years agoAdd getters for providers to Tree and TreeGrid
Teemu Suo-Anttila [Wed, 17 May 2017 08:26:59 +0000 (11:26 +0300)]
Add getters for providers to Tree and TreeGrid

7 years agoAdd convenience constructors for Tree component
Teemu Suo-Anttila [Wed, 17 May 2017 08:08:35 +0000 (11:08 +0300)]
Add convenience constructors for Tree component

7 years agoAdd example of how to use ComponentRenderer to JavaDoc
Teemu Suo-Anttila [Wed, 17 May 2017 08:07:55 +0000 (11:07 +0300)]
Add example of how to use ComponentRenderer to JavaDoc

7 years agoFix drag image offset for Grid rows for mobile (#9336)
Pekka Hyvönen [Wed, 17 May 2017 11:20:26 +0000 (14:20 +0300)]
Fix drag image offset for Grid rows for mobile (#9336)

Asks the polyfill to always center the drag image based on the touch coordinates.
Also temporarely removes the transform offset for the row.

7 years agoFix Button as a Html5 DragSource (#9346)
Pekka Hyvönen [Wed, 17 May 2017 11:19:50 +0000 (14:19 +0300)]
Fix Button as a Html5 DragSource (#9346)

* Fix Button as a Html5 DragSourcei

It was completely broken, not being clickable, and also preventing anything else from being clicked.

7 years agoAdd since tags for 8.1 (#9343)
Henri Sara [Wed, 17 May 2017 09:56:02 +0000 (12:56 +0300)]
Add since tags for 8.1 (#9343)

* Add since tags for 8.1

Note that ConnectorTracker changes will probably be backported to 7.7
in #9331.

7 years agoReflect latest Tree API and styling changes to the documentation
Ilia Motornyi [Wed, 17 May 2017 08:43:45 +0000 (11:43 +0300)]
Reflect latest Tree API and styling changes to the documentation

7 years agoMake it possible for grid drop target to accept dragged data when grid is empty ...
Adam Wagner [Wed, 17 May 2017 04:47:59 +0000 (07:47 +0300)]
Make it possible for grid drop target to accept dragged data when grid is empty (#9332)

* Make it possible for grid drop target to accept dragged data when grid is empty (#9068)
* Make return type of getDropTargetRow() optional

7 years agoAdd mention of context menu and DnD collision on mobile devices (#9337)
Teemu Suo-Anttila [Tue, 16 May 2017 18:25:04 +0000 (21:25 +0300)]
Add mention of context menu and DnD collision on mobile devices (#9337)

* Add mention of context menu and DnD collision on mobile devices

7 years agoUpdate since tags for TB elements (#9329) 8.1.0.alpha8
Henri Sara [Tue, 16 May 2017 13:04:23 +0000 (16:04 +0300)]
Update since tags for TB elements (#9329)

7 years agoRemove unnecessary rowmode prefix from TreeGrid focus styles (#9327)
Teemu Suo-Anttila [Tue, 16 May 2017 12:53:49 +0000 (15:53 +0300)]
Remove unnecessary rowmode prefix from TreeGrid focus styles (#9327)

7 years agoProperly init client-side data in GridDataChangeHandlerTest
Teemu Suo-Anttila [Tue, 16 May 2017 12:01:03 +0000 (15:01 +0300)]
Properly init client-side data in GridDataChangeHandlerTest

7 years agoAdd BackEndHierarchicalDataProvider and an abstract base class
Aleksi Hietanen [Fri, 12 May 2017 06:44:55 +0000 (09:44 +0300)]
Add BackEndHierarchicalDataProvider and an abstract base class

7 years agoFix code review comments
Aleksi Hietanen [Tue, 16 May 2017 10:13:34 +0000 (13:13 +0300)]
Fix code review comments

7 years agoAdd ItemCollapseAllowedProvider interface
Aleksi Hietanen [Mon, 15 May 2017 10:49:56 +0000 (13:49 +0300)]
Add ItemCollapseAllowedProvider interface

7 years agoAdd TreeGrid#getHierarchyColumn
Aleksi Hietanen [Mon, 15 May 2017 09:46:45 +0000 (12:46 +0300)]
Add TreeGrid#getHierarchyColumn

7 years agoImprove CollapseEvent and ExpandEvent javadocs
Aleksi Hietanen [Fri, 12 May 2017 06:54:53 +0000 (09:54 +0300)]
Improve CollapseEvent and ExpandEvent javadocs

7 years agoMove HierarchicalDataCommunicatorConstants to the correct package
Aleksi Hietanen [Fri, 12 May 2017 05:52:11 +0000 (08:52 +0300)]
Move HierarchicalDataCommunicatorConstants to the correct package

7 years agoAdd convenience constructors to TreeGrid
Aleksi Hietanen [Thu, 11 May 2017 12:48:08 +0000 (15:48 +0300)]
Add convenience constructors to TreeGrid

7 years agoAdd javadocs to Grid#readData and writeData
Aleksi Hietanen [Thu, 11 May 2017 06:10:04 +0000 (09:10 +0300)]
Add javadocs to Grid#readData and writeData

7 years agoAdd setHierarchyColumn(column) overload to TreeGrid
Aleksi Hietanen [Thu, 11 May 2017 05:50:49 +0000 (08:50 +0300)]
Add setHierarchyColumn(column) overload to TreeGrid

7 years agoMake HierarchyRendererCellReferenceWrapper a nested class of HierarchyRenderer
Aleksi Hietanen [Thu, 11 May 2017 05:36:04 +0000 (08:36 +0300)]
Make HierarchyRendererCellReferenceWrapper a nested class of HierarchyRenderer

7 years agoRename BodyRowContainer.setNewEscalatorRowCallback to setNewRowCallback
Aleksi Hietanen [Thu, 11 May 2017 05:31:48 +0000 (08:31 +0300)]
Rename BodyRowContainer.setNewEscalatorRowCallback to setNewRowCallback

7 years agoRename TreeGridCommunicationConstants to HierarchicalDataCommunicatorConstants
Aleksi Hietanen [Thu, 11 May 2017 05:27:29 +0000 (08:27 +0300)]
Rename TreeGridCommunicationConstants to HierarchicalDataCommunicatorConstants

7 years agoRemove redundant method getComponentCount from Composite
Aleksi Hietanen [Wed, 10 May 2017 12:30:56 +0000 (15:30 +0300)]
Remove redundant method getComponentCount from Composite

7 years agoAdd FunctionalInterface annotation to DependencyFilter
Aleksi Hietanen [Wed, 10 May 2017 12:22:08 +0000 (15:22 +0300)]
Add FunctionalInterface annotation to DependencyFilter

7 years agoWrap DataCommunicator#getBackEndSorting in an unmodifiable list
Aleksi Hietanen [Wed, 10 May 2017 12:17:10 +0000 (15:17 +0300)]
Wrap DataCommunicator#getBackEndSorting in an unmodifiable list

7 years agoMove CompositeState to different package
Aleksi Hietanen [Wed, 10 May 2017 12:13:36 +0000 (15:13 +0300)]
Move CompositeState to different package

7 years agoAdd javadoc to client-side TreeGrid widget
Aleksi Hietanen [Wed, 10 May 2017 12:11:41 +0000 (15:11 +0300)]
Add javadoc to client-side TreeGrid widget

7 years agoImprovements to HierarchyRenderer
Aleksi Hietanen [Wed, 10 May 2017 11:21:58 +0000 (14:21 +0300)]
Improvements to HierarchyRenderer

- Make HierarchyRenderer.ExpanderState private
- Add javadocs to HierarchyRenderer#setStyleNames

7 years agoClarify HierarchicalQuery javadocs
Aleksi Hietanen [Wed, 10 May 2017 10:02:59 +0000 (13:02 +0300)]
Clarify HierarchicalQuery javadocs