!--a11y-->
The constructor method is called automatically when you instantiate the class
cl_column_tree_model . To do this, you must declare a reference variable as follows:DATA column_model TYPE REF TO cl_column_tree_model.
You can then create an instance using the
CREATE OBJECT statement.CREATE OBJECT column_model
EXPORTING node_selection_mode = node_selection_mode
hide_selection = hide_selection
item_selection = item_selection
hierarchy_column_name = hierarchy_colunm_name
hierarchy_header = hierarchy_header.
Parameter and Type |
Opt. |
Description |
node_selection_mode |
Specifies whether or not multiple nodes can be selected simultaneously. Possible values are Only one node at a time may be selected Multiple nodes may be selected | |
hide_selection |
X |
Specifies whether the selection should be hidden. Possible values: |
item_selection |
X |
Specifies whether items can be selected individually. Possible values: |
hierarchy_column_name |
The name of the column that appears under the hierarchy heading. | |
hierarchy_header |
A structure containing information about the hierarchy heading. For full details, refer to Structures for Headings of Item Trees. |