Creates a new group box with the specified parameters.
The underlying HTML element.
Destroys the UI component.
Fires an event.
The event name to fire.
The arguments to pass.
Returns the element for this UI component.
Returns the size of the component.
Optional initialization code.
Listens for an event.
The event name to listen for.
The callback to assign.
Listens for an event once.
The event name to listen for.
The callback to assign.
Sets the HTML content of the container.
The HTML content to use.
Sets the size of the component.
CSS prefixed width.
CSS prefixed height.
Sets the title of the group box.
The title to set.
Generated using TypeDoc
Represents a visibly named container with objects.