Start of Content Area

Object documentation Web Dynpro ToolBarSeparator API - IWDToolBarSeparator  Locate the document in its SAP Library structure

Definition

The ToolBarSeparator element is used for the optical separation of ToolBar elements within a toolbar.

Description of the UI Element Properties

·        visible
Specifies the visibility of the UI element. The default value of this property is visible.

blank

The UI element is not visible on the screen but takes up space.

none

The UI element is not visible on the screen and takes up no space.

visible

The UI element is displayed on the screen.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

visible

IWDToolBarSeparator

WDVisibility

visible

bindable

No

Methods in the Web Dynpro IWDToolBarSeparator API

Method Name

Parameter

Return Value

Description

bindingOfVisible

 

String

Returns the path of the context element to which the visible property is bound. Returns NULL if no binding exists.

bindVisible

(String path)

 

Binds the value of the visible property to the content element specified by the path.

getVisible

 

WDVisibility

Returns the value of the visible property.

setVisible

(WDVisibility visible)

 

Sets the value of the visible property.

Additional methods are available using inheritance: IWDUIElement, IWDViewElement.

Note

For detailed documentation of all inherited methods, see the documentation for the relevant APIs.

For further information, refer to Web Dynpro IWDToolBar API.

  

  

 

End of Content Area