Structure TREEMLITEM
Definition
TREEMLITEM is a structure that is used to define the line type of the internal table TREEMLITAB. This internal table is used in the List Tree Model to specify the items that belong to a particular node.
Use
You can use TREEMLITAB to specify the type of the actual parameter you are going to pass to the items_table parameter in the add_node method of cl_list_tree_model.
Structure
|
Component and Type |
Description |
|---|---|
|
item_name TYPE C(12) |
Name of the item |
|
class TYPE I |
Class of the item. Possible values:
|
|
font TYPE I |
Font in which the item is to be displayed. Possible values:
|
|
disabled TYPE AS4FLAG |
Flag to indicate whether the item should be disabled (disabled items cannot be selected). Possible values:
|
|
editable TYPE AS4FLAG |
Flag to indicate whether the item can be edited. Possible values:
|
|
hidden TYPE AS4FLAG |
Flag to indicate whether the item is hidden. Possible values:
|
|
t_image TYPE C(6) |
The image or icon to be displayed as part of the icon. Possible values:
|
|
chosen TYPE AS4FLAG |
Flag to indicate whether the item should be chosen. Possible values:
|
|
style TYPE I |
Style of the item. Possible values:
|
|
txtisqinfo TYPE AS4FLAG |
Flag to indicate whether the text of the item should also be used as its quickinfo. Possible values:
|
|
text TYPE STRING |
Text of the item |
|
alignment TYPE I |
Alignment of the item. Possible values:
|
|
length TYPE I |
Length of the item in characters |
|
ignoreimag TYPE AS4FLAG |
Controls the width of the item. Possible values:
|
|
usebgcolor TYPE AS4FLAG |
|