Web Dynpro ToolBarSeparator API -
IWDToolBarSeparator
The ToolBarSeparator element is used for the optical separation of ToolBar elements within a toolbar.
·
visible
Specifies the visibility of the UI element. The default value of this property
is visible.
Name |
Interface |
Type |
Initial Value |
Bindable |
Value Required |
visible |
IWDToolBarSeparator |
WDVisibility |
visible |
bindable |
No |
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.

For detailed documentation of all inherited methods, see the documentation for the relevant APIs.
For further information, refer to Web Dynpro IWDToolBar API.
