SplitterLayout Events

  • onResize

    The event is triggered when the sash is expanded or collapsed in a splitter.

    If the event is bound to an action handler, a roundtrip is executed and the action handler is called. The following properties are passed:

    Parameter Name

    Type

    Description

    ID

    STRING

    Standard Parameter

    CONTEXT_ELEMENT

    IF_WD_CONTEXT_ELEMENT

    Standard Parameter

    IS_COLLAPSED

    WDY_BOOLEAN

    When you collapse an area of the splitter, the parameter is set to true. If you expand a collapsed area of the splitter, the parameter is set to false.

    IS_COLUMN_RESIZE WDY_BOOLEAN

    If a column was changed, the parameter is set to true. If a row was changed the parameter is set to false.

    NEXT_POSITION STRING

    Specifies the padding to the next sash or to the end. If a column was changed, this is the padding to the right of the changed sash. If a row was changed, this is the padding beneath the changed sash.

    NEXT_UI_ELEMENT_ID STRING ID of the next element (SplitterColumn or SplitterRow)
    POSITION_UNIT WDUI_SPLITTER_SIZE_UNIT

    Unit in which the paddings are specified (absolute in pixel or relative in percent).

    SASH_EXPANDED_POSITION STRING If an area is collapsed, (IS_COLLAPSED = X), this property contains the last value of the sash position before the area was collapsed.

    SASH_POSITION

    I

    Contains the current sash position
    SASH_UI_ELEMENT_ID STRING

    ID of the changed UI element