!--a11y-->
UIElement Properties 
· enabled
Specifies whether or not an event can be triggered by a user interaction. If the value is TRUE, the view elements positioned above it are used at runtime to determine the value. This means that if the surrounding container is not enabled, all the containers within this are also not enabled.

In Web Dynpro ABAP “enabled” is always passed down from parent to child. If a UI element lies nested in another UI element that has enabled=FALSE, then this UI element has also enabled=false.
Values |
Description |
TRUE |
View elements positioned above this element are used at runtime to determine the value. |
FALSE |
View elements positioned above this element are not used at runtime to determine the value. |
This property can be personalized by an administrator. This property can be assigned the value, false, through personalization.
· tooltip
Quick info text that appears when the user passes the mouse pointer over the UI element. If Screen Reader is supported, extra text is added automatically to the tooltip in order to support accessibility.
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.
Values |
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 |