!--a11y-->
TreeNodeType 
A TreeNodeType describes a Tree node type that, unlike the TreeItemType, can take further nodes; these are the leaves of the tree.
Runtime Class |
CL_WD_TREE_NODE_TYPE |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
No |
context node |
|
mandatory |
|
WDUI_TREE_NODE_DESIGN |
standard |
Yes |
|
WDY_BOOLEAN |
false |
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
STRING |
|
Yes |
|
WDY_BOOLEAN |
false |
Yes |
|
Text |
|
Yes |
|
WDUI_TEXT_DIRECTION |
inherit |
Yes |
|
Text |
|
Yes |
Aggregations in the View Designer
Name |
Cardinality |
Type |
0..1 |
Events in the View Designer
Name |

Further properties that can be inherited are defined in the associated higher-level class. The associated interface elements are:
For dynamic programming the same properties, events, and aggregations are provided in the View Designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
DATA_SOURCE |
OBJECT |
|
DESIGN |
WDUI_TREE_NODE_DESIGN |
|
design: emphasized |
CL_WD_TREE_NODE_TYPE=>E_DESIGN-EMPHASIZED |
|
design: standard |
CL_WD_TREE_NODE_TYPE=>E_DESIGN-STANDARD |
|
EXPANDED |
WDY_BOOLEAN |
|
HAS_CHILDREN |
WDY_BOOLEAN |
|
ICON_SOURCE |
STRING |
|
IGNORE_ACTION |
WDY_BOOLEAN |
|
TEXT |
WDY_MD_TRANSLATABLE_TEXT |
|
TEXT_DIRECTION |
WDUI_TEXT_DIRECTION |
|
textDirection: inherit |
CL_WD_TREE_NODE_TYPE=>E_TEXT_DIRECTION-INHERIT |
|
textDirection: ltr |
CL_WD_TREE_NODE_TYPE=>E_TEXT_DIRECTION-LTR |
|
textDirection: rtl |
CL_WD_TREE_NODE_TYPE=>E_TEXT_DIRECTION-RTL |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
Dynamic Programming of Events
View Designer Name |
Runtime Name |
ON_ACTION |
|
ON_LOAD_CHILDREN |
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
MENU |
0..1 |