The Separator class implements a simple control that can be used to visually separate controls in a view.
[Separator] new Separator(String id)
Creates a new instance of the Separator class.
id
Unique identifier for the control. Can be retrieved using the id property defined in the UIElement class that this control inherits from. Useful for example to identify the source of an event in event callback functions or to apply a CSS rule to only this particular control. The identifier can be null, in which case no id will be set for the control.
A new instance of the Separator class.