AbstractToggle Properties

Use

  • activateAccessKey

    Activates access keys.

    Both users and administrators can personalize this property.

  • checked

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

    CheckBox.checked = true

    Both users and administrators can personalize, configure, and maintain the checked property for the CheckBox UI element. This means you can also predefine values for it. You can only predefine values if no action is defined for the UI element. An action always leads to a roundtrip, which could result in the view being rebuilt. The framework does not map these roundtrips when the screen is first built. For more information, see Methods and Properties of UI Elements.

  • textDirection

    Text or writing direction.

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

    This property can be personalized by administrators.

    Value

    Description

    Can be Set Using Personalization

    INHERIT

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

    Yes

    LTR

    Left to right text direction

    Yes

    RTL

    Right to left text direction

    Yes