Enhancement
Major
Detail
Major
Detail
Bugfix
Currently, only the tl:GridComponent supports multi-selection, i.e. the selection of several rows of a table or several 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
There is no dedicated column for selection in trees and tree tables.
- 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
Is used in
` src/test/java/test/com/top_logic/demo/scripted/layout/inapp/TestCollapsedSelection.script.xml`
implicitly tested.