Constructor Summary
Public Constructor | ||
public |
constructor(tf: TableFilter) Creates an instance of StatusBar |
Member Summary
Public Members | ||
public |
Css class for container element |
|
public |
|
|
public |
Message appearing when a pagination page is changed |
|
public |
Message appearing when the page length is changed |
|
public |
Message appearing when filters are cleared |
|
public |
Message appearing upon filtering |
|
public |
Message appearing when extensions are loading |
|
public |
Message appearing when themes are loading |
|
public |
Message appearing when a drop-down filter is populated |
|
public |
Message appearing when a checklist filter is populated |
|
public |
Message appearing when the page is re-set |
|
public |
Message appearing when the page length is re-set |
|
public |
Message appearing upon column sorting |
|
public |
Callback fired after the message is displayed |
|
public |
Callback fired before the message is displayed |
|
public |
ID of custom container element |
|
public |
Text preceding status message |
|
public |
Default position in toolbar ('left'|'center'|'right') |
Method Summary
Public Methods | ||
public |
destroy() Destroy StatusBar instance |
|
public |
init() Initializes StatusBar instance |
|
public |
Display status message |
Inherited Summary
From class Feature | ||
public |
TableFilter configuration |
|
public |
TableFilter emitter instance |
|
public |
TableFilter feature setting |
|
public |
Feature name |
|
public |
Field indicating whether Feature is initialized |
|
public |
TableFilter instance |
|
public |
destroy() Destroy the feature |
|
public |
disable() Disable the feature |
|
public |
enable() Enable the feature |
|
public |
init() Initialize the feature |
|
public |
Indicate whether the feature is enabled or not |
|
public |
reset() Reset the feature after being disabled |
Public Constructors
public constructor(tf: TableFilter) source
Creates an instance of StatusBar
Override:
Feature#constructorParams:
Name | Type | Attribute | Description |
tf | TableFilter | TableFilter instance |
Public Members
public initialized: boolean source
Field indicating whether Feature is initialized