Entering content frame

Background documentation TriStateCheckBox Events Locate the document in its SAP Library structure

Events in the View Designer

·        onToggle

Action executed when the user selects TriStateCheckBox.

Note

The specification of an action forces a round trip when, a TriStateCheckBox is toggled.  Likewise this also applies to the UI elements, CheckBox, DropDownByKey, DropDownByIndex, RadioButton, RadioButtonGroup, Tray (on/off/toggle), TabStrip (toggle tab).

Parameter Name

Type

Description

ID

STRING

Standard Parameter

CONTEXT_ELEMENT

IF_WD_CONTEXT_ELEMENT

Standard Parameter

NEW_CHECKED

WDUI_TRI_STATE

New selected element

OLD_CHECKED

WDUI_TRI_STATE

Old selected element

 

 

Leaving content frame