Show TOC Start of Content Area

Object documentation PatternTray  Locate the document in its SAP Library structure

Definition

PatternTray is a tray that you can insert one or more PatternContentAreas into. Unlike the Tray UI element, you can have different padding for each PatternContentArea within a PatternTray. With PatternTray, you can define your own expand/collapse function by inserting one or more PatternExpandFunctions.

Description of UI Element Properties

·        accessibilityDescription

When accessibility is activated, the assigned text is added to the tooltip. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.

·        design

The design property can take the following values and is represented by enumeration type WDPatternContainerDesign.

fill

Filled background color

plain

Light background color (default)

transparent

No background color

     hasContentConnector

Determines whether the PatternTray has a content connector. This is a visualization between two PatternContainer to show that their content is connected.

     title

defines the text of the PatternTray.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

Value Required

accessibilityDescription

IWDAbstractPatternContainer

String

 

bindable

No

design

IWDAbstractPatternContainer

WDPatternContainerDesign

plain

bindable

No

enabled

IWDUIElement

boolean

true

bindable

No

hasContentConnector

IWDAbstractPatternContainer

boolean

false

bindable

No

title

IWDPatternTray

String

 

bindable

No

tooltip

IWDUIElement

String

 

bindable

No

visible

IWDUIElement

Visibility

visible

bindable

No

 

 

End of Content Area