Start of Content Area

Object documentation HorizontalGutter API  Locate the document in its SAP Library structure

The Web Dynpro class HorizontalGutter implements the IWDHorizontalGutter interface.

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.

·        height
Specifies the height of the HorizontalGutter UI element.
The
height property can be filled with the following values and is represented by the 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 the enumeration type WDHorizontalGutterRuleType and can be filled with 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.

Overview of Inherited and Additional Properties

 

Name

Interface

Type

Initial Value

Bindable

Value Required

enabled

IWDUIElement

boolean

true

bindable

No

height

IWDHorizontalGutter

 

medium

bindable

No

ruleheight

IWDHorizontalGutter

HorizontalDividerRuleHeight

 

bindable

No

ruleType

IWDHorizontalGutter

WDHorizontalGutterRuleType

areaRule

bindable

No

tooltip

IWDUIElement

String (TranslatableText)

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

width

IWDHorizontalGutter

String (CSS size)

100%

bindable

No

 

 

End of Content Area