Private _captionPrivate _changedPrivate _classPrivate _closablePrivate _datasetPrivate _iconPrivate _iconPrivate _iconPrivate _isPrivate _labelPrivate _mnemonicReadonly ownerThe object which owns the title.
Set the caption for the title.
Set the extra class name for the title.
Multiple class names can be separated with whitespace.
Set the closable state for the title.
This controls the presence of a close icon when applicable.
Set the icon renderer for the title.
A renderer is an object that supplies a render and unrender function.
Test whether the title has been disposed.
Set the label for the title.
Set the mnemonic index for the title.
Dispose of the resources held by the title.
It is the responsibility of the owner to call the title disposal.
Generated using TypeDoc
An object which holds data related to an object's title.
Notes
A title object is intended to hold the data necessary to display a header for a particular object. A common example is the
TabPanel, which uses the widget title to populate the tab for a child widget.It is the responsibility of the owner to call the title disposal.