Entering content frame

Background documentation MenuCheckBox Properties Locate the document in its SAP Library structure

Properties in the View Designer

·        checked

Describes whether the UI element is selected. If the value is TRUE (ABAP_TRUE), the option is selected and the graphic is displayed on the user interface with a checkmark.

Primary Property

·        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.

Note

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.

·        needsMoreInfo

To execute the action defined for the MenuCheckBox additional information is required. To display this information another three points are listed after the text.

Example:

For a simple save the following menu items are sufficient: File  ® Save
But to save a file as a certain file type the user has to enter further details about the drive/directory, file name, and file type.
The menu items for this are File  ® Save As..: This graphic is explained in the accompanying text

·        text

Label text.

·        textDirection

Text or writing direction.

This enables labels of interface elements to be read in languages that have an RTL writing direction, such as Hebrew and Arabic, as opposed to LTR such as English.

Value

Description

INHERIT

The text direction is inherited from the parent element. Therefore, the text direction is identical to the one of the parent element.

LTR

Left to right text direction

RTL

Right to left text direction

 

 

Leaving content frame