Start of Content Area

Background documentation AccordionItem

The AccordionItem element represents a step in a Accordion UI element.

 

 

Runtime Class

CL_WD_ACCORDION_ITEM

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

contextMenuBehaviour

WDUI_CONTEXT_MENU_BEHAVIOUR

inherit

No

contextMenuId

WDY_MD_UI_ELEMENT_REFERENCE

 

No

dragData

STRING

 

Yes

enabled

WDY_BOOLEAN

true

Yes

imageSource

STRING

 

Yes

readOnly

WDY_BOOLEAN

true

Yes

showToggleIcon

WDY_BOOLEAN

true

Yes

textDirection

WDUI_TEXT_DIRECTION

inherit

Yes

title

Translatable text

 

Yes

tooltip

Translatable text

 

Yes

visible

WDUI_VISIBILITY

visible

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

CONTENT

0..1

UIElement

DROP_TARGET_INFO

0..1

DropTargetInfo

Note

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:

ContextMenuProvider

ViewElement

Dynamic Programming

For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

contextMenuBehaviour

CONTEXT_MENU_BEHAVIOUR

WDUI_CONTEXT_MENU_BEHAVIOUR

 contextMenuBehaviour: inherit

CL_WD_ACCORDION_ITEM=>E_CONTEXT_MENU_BEHAVIOUR-INHERIT

 contextMenuBehaviour: provide

CL_WD_ACCORDION_ITEM=>E_CONTEXT_MENU_BEHAVIOUR-PROVIDE

 contextMenuBehaviour: suppress

CL_WD_ACCORDION_ITEM=>E_CONTEXT_MENU_BEHAVIOUR-SUPPRESS

contextMenuId

CONTEXT_MENU_ID

WDY_MD_UI_ELEMENT_REFERENCE

dragData

DRAG_DATA

STRING

enabled

ENABLED

WDY_BOOLEAN

imageSource

IMAGE_SOURCE

STRING

readOnly

READ_ONLY

WDY_BOOLEAN

showToggleIcon

SHOW_TOGGLE_ICON

WDY_BOOLEAN

textDirection

TEXT_DIRECTION

WDUI_TEXT_DIRECTION

textDirection inherit

CL_WD_ACCORDION_ITEM=>E_TEXT_DIRECTION-INHERIT

textDirection ltr

CL_WD_ACCORDION_ITEM=>E_TEXT_DIRECTION-LTR

textDirection rtl

CL_WD_ACCORDION_ITEM=>E_TEXT_DIRECTION-RTL

title

TITLE

WDY_MD_TRANSLATABLE_TEXT

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

visible

VISIBLE

WDUI_VISIBILITY

visible: none

CL_WD_ACCORDION_ITEM=>E_VISIBLE-NONE

visible: visible

CL_WD_ACCORDION_ITEM=>E_VISIBLE-VISIBLE

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

CONTENT

CONTENT

0..1

DROP_TARGET_INFO

DROP_TARGET_INFO

0..1

 

 

 

End of Content Area