
accessibilityDescription
If 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 administrators.
explanation
Help text displayed when the help mode is activated.
See also Help Texts in and for Web Dynpro Applications
This property can be personalized by administrators.
The explanation iproperty is only displayed if a Label exists for the corresponding UI element.
Note the following exception :
The explanation property of an AbstractTableColumn is always displayed. If the UI element appears in a Table, and therefore has no Label, then use a AbstractTableColumn.explanation as a replacement for an explanation for the respective UI element (for example, InputField).
fixedPosition
Specifies whether a TableColumn is fixed on the left or right. Note that fixed TableColumns are not possible with "soft" client-side column scrolling, see also Column Scrolling in Tables. This property can be personalized by administrators.
|
Value |
Description |
Can Be Set Using Personalization |
|---|---|---|
|
left |
The TableColumn is fixed on the left. |
Yes |
|
notFixed |
TableColumn is not fixed and can be scrolled. |
Yes |
|
right |
The TableColumn 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 administrators.
visible
Visibility of the interface element. Both users and administrators can personalize this property.
|
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 |