Constructor Summary
Public Constructor | ||
public |
constructor(tf: TableFilter) Creates an instance of ClearButton |
Member Summary
Public Members | ||
public |
Css class for reset button |
|
public |
Custom Html string for the clear button |
|
public |
|
|
public |
Container element ID |
|
public |
Text for the clear button |
|
public |
Default position in toolbar ('left'|'center'|'right') |
|
public |
Tooltip text for the clear button |
Method Summary
Public Methods | ||
public |
destroy() Destroy ClearButton instance |
|
public |
init() Initialize clear button component |
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 ClearButton
Override:
Feature#constructorParams:
Name | Type | Attribute | Description |
tf | TableFilter | TableFilter instance |
Public Members
public initialized: boolean source
Field indicating whether Feature is initialized