Show TOC Start of Content Area

Object documentation HorizontalGutter This graphic is explained in the accompanying text  Locate the document in its SAP Library structure

The Web Dynpro class HorizontalGutter implements the IWDHorizontalGutterinterface.

Definition

The HorizontalGutter UI element helps you structure the layout and the text parts of Web Dynpro screen, similar to the HTML tag <hr>. You use it to insert additional, vertical spaces between UI elements and to group together elements and texts that belong together.

You can display the HorizontalGutter UI element either with or without a visible line.

Description of UI Element Properties

      imageAlt

This property is deprecated and can no longer be used.

      hasRule

This property is deprecated. Use ruleType instead.

      height

Specifies the height of the HorizontalGutter UI element.
The
height property can take the following values and is represented by enumeration type WDHorizontalDividerRuleHeight.

medium

17 pixels high

large

31 pixels high

small

7 pixels high

ruleHeight

The height of HorizontalGutter corresponds to the height of the separator

      ruleType

The ruleType property is represented by enumeration type WDHorizontalGutterRuleType and can take the following values:

areaRule

Separator is displayed

none

No separator is displayed

pageRule

Is used to separate window areas  

      width

Specifies the width which can be specified in CSS units like em, ex, pixels, or percentage.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

enabled

IWDUIElement

boolean

true

bindable

hasRule

IWDHorizontalGutter

Boolean

true

bindable

height

IWDHorizontalGutter

WDHorizontalDividerRuleHeight

medium

bindable

ruleType

IWDHorizontalGutter

WDHorizontalGutterRuleType

areaRule

bindable

tooltip

IWDUIElement

String (TranslatableText)

 

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

width

IWDHorizontalGutter

String (CSS size)

100%

bindable

 

End of Content Area