Enhancement
Major
Detail
Major
Detail
Bugfix
Currently, only the tl:GridComponent supports multi-selection, i.e. selecting multiple rows of a table or multiple nodes in the tree.
It would be desirable if the other following tree- and table-like components
- tl:TreeTableComponent
- tl:TableComponent
- tl:AbstractTreeComponent
also receive support for multi-selection.
Implementation
In trees and tree tables, there is no dedicated column for selection.
- A "normal" left-click on a node selects it.
- A left-click + CTRL adds the node to the current selection.
- A left-click + SHIFT adds all nodes up to the clicked node to the current selection.
Test
Will be used in
` src/test/java/test/com/top_logic/demo/scripted/layout/inapp/TestCollapsedSelection.script.xml`
implicitly tested.