class Separator
- Extends:
- UIComponent
Description:
A Separator is used to create a separator line between menu items in a menu or between components in a ToolBar.
Default orientation is horizontal, but a ToolBar will orient the orientation of this Separator making it in Opposite orientation of the ToolBar.
Constructor
constructor()
Separator constructor. Creates an instance of Separator UI component.
Parameters:
No parameters
Members
- [ readonly ] container
- [ readonly ] id
- [ readonly ] parent
- [ readonly ] screenPosition
Methods
Inherited from UIComponent:
- addTo()
- color()
- cursor()
- destroy()
- emit()
- emitFocusKeyEvents()
- enabled()
- focusable()
- focused()
- getAncestor()
- getWindow()
- hide()
- index()
- isInside()
- onAncestorEvents()
- onComponentEvents()
- onDispose()
- onError()
- onFocusEvents()
- onKey()
- onMouseEvents()
- onMouseMotion()
- onMouseWheel()
- onPropertyChange()
- remove()
- snapshot()
- text()
- tooltip()
- updateUI()
- verifyComponent()
- visible()
