AbstractTableColumn Properties
● accessibilityDescription
Once you have activated accessibility, the assigned text is added to the quick info. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.
This property can be personalized by an administrator.
● explanation
Help text that is displayed when the help mode is activated.
See Help Texts in and for Web Dynpro Applications
This property can be personalized by an administrator.
● fixedPosition
Specifies
whether a table column is fixed on the left or right. Column scrolling is not
possible with fixed TableColumns.
This property can be personalized by an administrator.
Value |
Visual Display |
Description |
Can be set using personalization |
left |
|
Table column is fixed on the left |
Yes |
notFixed |
|
Table column is not fixed and can be scrolled. |
Yes |
right |
|
Table column is fixed on the right |
Yes |
● headerTextWrapping
Specifies whether the header text (header caption) for a TableColumn or TableColumnGroup is wrapped to the next line or not. If the value is false, the text is not wrapped.
The prerequisite for wrapping the header text when headerTextWrapping is set is:
○ A very large table width
or
○ Table.Width or TableColumn.Width are set to a fixed value (not a percentage)
This property can be personalized by an administrator.
● visible
Visibility of
the interface element.
This property can be personalized both by a user and by an
administrator.
Value |
Description |
Can be set using personalization |
none |
The UI element is not visible on the screen and takes up no space. |
Yes |
visible |
The UI element is displayed on the screen. |
No |