References
Class Summary
| Static Public Class Summary | ||
| public |
|
|
| public |
|
|
| public |
Rows with alternating background color for improved readability |
|
| public |
Checklist filter UI component |
|
| public |
Clear button UI component |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
Event emitter class |
|
| public |
Base class defining the interface of a TableFilter feature |
|
| public |
|
|
| public |
Grid layout, table with fixed headers |
|
| public |
Manages the URL hash reflecting the features state to be persisted |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
Reflects the state of features to be persisted via hash, localStorage or cookie |
|
| public |
|
|
| public |
Stores the features state in browser's local storage or cookie |
|
| public |
|
|
Variable Summary
| Static Public Variable Summary | ||
| public |
Auto filter delay in milliseconds |
|
| public |
Cell tag |
|
| public |
Checklist filter type |
|
| public |
Down arrow key code |
|
| public |
Enter key code |
|
| public |
Escape key code |
|
| public |
Header cell tag |
|
| public |
Input filter type |
|
| public |
Multiple select filter type |
|
| public |
None filter type |
|
| public |
Select filter type |
|
| public |
Tab key code |
|
| public |
Up arrow key code |
|
| public |
Adds the specified class to the passed element |
|
| public |
Add event handler for specified event on passed element |
|
| public |
Cancels the event if it is cancelable, without stopping further propagation of the event. |
|
| public |
Checks if passed data contains the searched term |
|
| public |
createCheckItem(chkIndex: Number, chkValue: String, labelText: String): Object: * Creates and returns a checklist item |
|
| public |
Creates an html element with given collection of attributes |
|
| public |
Creates and returns an option element |
|
| public |
createText(txt: String): Object: * Returns a text node with given text |
|
| public |
Returns the element matching the supplied Id |
|
| public |
formatDate(dateStr: String, format: String): Object: * Converts formatted date into a Date object |
|
| public |
getFirstTextNode(node: NodeElement): String: * Returns the first text node contained in the supplied node |
|
| public |
Returns text + text of children of given node |
|
| public |
Checks if given item can be found in the passed collection |
|
| public |
Determine whether the passed elements is assigned the given class |
|
| public |
|
|
| public |
hasStorage: * |
|
| public |
ignoreCase(First: String, Second: String): Number: * Case insensitive compare function for passed strings |
|
| public |
Check passed argument is an array |
|
| public |
Checks if passed string is empty |
|
| public |
Check passed argument is empty (undefined, null or empty string) |
|
| public |
Check passed argument is a function |
|
| public |
Check passed argument is null |
|
| public |
Check passed argument is a number |
|
| public |
Check passed argument is an object |
|
| public |
Check passed argument is a string |
|
| public |
Check passed argument is undefined |
|
| public |
isValidDate(dateStr: String, format: String): Boolean: * Verifies passed formatted date string is valid |
|
| public |
Returns the Unicode value of pressed key |
|
| public |
Returns passed string as lowercase if caseSensitive flag set false. |
|
| public |
numSortAsc(First: Number, Second: Number, Negative,: Number): * Sorts passed numbers in a ascending manner |
|
| public |
numSortDesc(First: Number, Second: Number, Negative,: Number): * Sorts passed numbers in a descending manner |
|
| public |
removeClass(ele: DOMElement, cls: String): * Removes the specified class to the passed element |
|
| public |
removeElm(node: DOMElement): DOMElement: * Removes passed node from DOM |
|
| public |
Remove event handler for specified event on passed element |
|
| public |
removeNbFormat(Formatted: String, Format: String): String: * Returns a unformatted number |
|
| public |
Makes regex safe string by escaping special characters from passed string |
|
| public |
root: * Export window or global object depending on the environment |
|
| public |
Prevents further propagation of the current event in the bubbling phase |
|
| public |
Returns list of element matching the supplied tag name |
|
| public |
Reference to the object that dispatched the event |
|
| public |
Removes whitespace from both sides of passed string |
|