Whether the button is initially pressed.
See Button.
See Button.
See Button.
See Button.
The object on which this class and subclasses may push new events.
See Button.
See Button.
The current DOM element representing the button, if it has been rendered already.
The observable on which clients can listen for events.
See Button.
See Button.
The text that goes inside a button. This is the abbreviated description, or if unavailable, the long description.
Whether the button is in the pressed state.
Whether the button is in the pressed state.
Create a button, fill its contents, set its tooltip and add the event handlers.
The document in which we are creating the element.
The new button.
Render the button.
On first render, this parameter must contain the parent DOM element of the button. On later renders, this parameter is ignored.
Fill the content of the button.
The button to fill.
Set event handlers on the button.
Make a tooltip for the button.
The button for which to make a tooltip.
Generated using TypeDoc
A button that represents an on/off state.