Show TOC

PatternTrayLocate this document in the navigation structure

Definition

A 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 tool tip. 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.

  • activateAccessKey

    Indicates whether access key for this control is activated. More information: Enabling Access Keys

  • 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

  • handleHotkeys

    Specifies whether this PatternTray acts as a separate container for hotkeys. If this property is set to true then all hot keys defined by UI elements within this PatternTray will be handled by this PatternTray . This defines a new scope for hot keys. More information: Implementing Hot Keys

  • hasContentConnector

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

  • title

    Defines the text of the PatternTray.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

accessibilityDescription

IWDAbstractPatternContainer

String

bindable

activateAccessKey

IWDPatternTray

boolean

false

not bindable

Design

IWDAbstractPatternContainer

WDPatternContainerDesign

plain

bindable

Enabled

IWDUIElement

boolean

true

bindable

handleHotkeys

IWDPatternTray

boolean

false

not bindable

hasContentConnector

IWDAbstractPatternContainer

boolean

false

bindable

Title

IWDPatternTray

String

bindable

tooltip

IWDUIElement

String

bindable

visible

IWDUIElement

Visibility

visible

bindable