SplitterRow
Use
Use the aggregation as a column to insert SplitterRow as a column into a SplitterLayout.Implementation Details
|
Runtime Class |
CL_WD_SPLITTER_ROW |
Properties in View Designer
|
Name |
Type |
Initial Value |
Bindable |
|---|---|---|---|
|
STRING |
(automatic) |
No |
|
| collapseDirection | WDUI_SPLITTER_COLLAPSE_DIR | none | Yes |
| expandedHeight | STRING | 0 | Yes |
| Height | STRING | Yes | |
| sashDesign | WDUI_SASH_DESIGN | standard | Yes |
| sashType | WDUI_SASH_TYPE | interactive | Yes |
Other properties that can be inherited are defined in the related higher-level classes. The related UI elements are:
Dynamic Programming
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. But note that the spelling format and use of upper/lower case is different.
Dynamic Programming of Properties
|
View Designer Name |
Runtime Name |
Type |
|---|---|---|
| collapseDirection | COLLAPSE_DIRECTION | WDUI_SPLITTER_COLLAPSE_DIR |
| collapseDirection: none | CL_WD_SPLITTER_ROW=>E_COLLAPSE_DIRECTION-NONE | |
| collapseDirection: toBegin | CL_WD_SPLITTER_ROW=>E_COLLAPSE_DIRECTION-TO_BEGIN | |
| collapseDirection: toEnd | CL_WD_SPLITTER_ROW=>E_COLLAPSE_DIRECTION-TO_END | |
| expandedHeight | EXPANDED_HEIGHT | STRING |
| Height | HEIGHT | STRING |
| sashDesign | SASH_DESIGN | WDUI_SASH_DESIGN |
| sashDesign: contour | CL_WD_SPLITTER_ROW=>E_SASH_DESIGN-CONTOUR | |
| sashDesign: standard | CL_WD_SPLITTER_ROW=>E_SASH_DESIGN-STANDARD | |
| sashType | SASH_TYPE | WDUI_SASH_TYPE |
| sashType: fixed | CL_WD_SPLITTER_ROW=>E_SASH_TYPE-FIXED | |
| sashType: interactive | CL_WD_SPLITTER_ROW=>E_SASH_TYPE-INTERACTIVE | |
| sashType: invisible | CL_WD_SPLITTER_ROW=>E_SASH_TYPE-INVISIBLE | |