Class Title<T>

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.

Type Parameters

  • T

Hierarchy

  • Title

Implements

Constructors

Properties

_caption: string = ''
_changed: Signal<Title<T>, void> = ...
_className: string = ''
_closable: boolean = false
_dataset: Title.Dataset
_icon: undefined | VirtualElement.IRenderer = undefined
_iconClass: string = ''
_iconLabel: string = ''
_isDisposed: boolean = false
_label: string = ''
_mnemonic: number = -1
owner: T

The object which owns the title.

Accessors

Methods

Generated using TypeDoc