Constructor Summary
Public Constructor | ||
public |
constructor(tf: TableFilter) Creates an instance of Loader. |
Member Summary
Public Members | ||
public |
Close delay in milliseconds |
|
public |
cont: DOMElement Loader container DOM element |
|
public |
Css class for Loader's container element |
|
public |
Custom HTML injected in Loader's container element |
|
public |
|
|
public |
Callback fired when loader is closed |
|
public |
Callback fired when loader is displayed |
|
public |
ID of custom container element |
|
public |
Text displayed when indicator is visible |
Method Summary
Public Methods | ||
public |
destroy() Removes feature |
|
public |
init() Initializes Loader instance |
|
public |
Shows or hides activity indicator |
Inherited Summary
From class Feature | ||
public |
TableFilter configuration |
|
public |
TableFilter emitter instance |
|
public |
TableFilter feature setting |
|
public |
Feature name is the camelised class name as per TableFilter's convention |
|
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 Loader.
Override:
Feature#constructorParams:
Name | Type | Attribute | Description |
tf | TableFilter | TableFilter instance |
Public Members
public initialized: boolean source
Field indicating whether Feature is initialized