Structures for Headings of Item Trees
Definition
The two structures TREEMHHDR and TREEMLHDR are used to define headings in the List Tree Model and Column Tree Model.
Use
The structures are used as follows:
|
Structure |
Defines |
List |
Column |
|---|---|---|---|
|
TREEMHHDR |
A hierarchy heading |
JA |
JA |
|
TREEMLHDR |
A list heading |
JA |
Structure
TREEMHDR
|
Component |
Description |
|---|---|
|
t_image TYPE C(6) |
Icon or image to be used in the heading |
|
heading TYPE C(132) |
Text of the heading |
|
tooltip TYPE C(132) |
Text that is displayed when the mouse pointer is positioned over the heading |
|
width TYPE I |
Width of the heading |
TREEMLHDR
|
Component |
Description |
|---|---|
|
t_image TYPE C(6) |
Icon or image to be used in the heading |
|
heading TYPE C(132) |
Text of the heading |
|
tooltip TYPE C(132) |
Text that is displayed when the mouse pointer is positioned over the heading |