Readonly
colorReadonly
columnlookup map of a column type to its column implementation
Readonly
mappingStatic
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Protected
cleanhook method for cleaning up a ranking
creates an internal column model out of the given column description
the new column or null if it can't be created
Protected
createalso select all the given rows
dumps this whole provider including selection and the rankings
dumps a specific column
utility to export the selection within the given ranking to a table with the given separator
utility to export a ranking to a table with the given separator
Protected
fireProtected
fireProtected
forwardforwards one or more events from a given dispatcher to the current one i.e. when one of the given events is fired in 'from' it will be forwarded to all my listeners
the event dispatcher to forward from
Rest
...types: string[]the event types to forward
adds a column to a ranking described by its column description
the ranking to add the column to
the position to insert the column
the description of the column
the newly created column or null
Protected
instantiateProtected
listenersemitted when the data changes
the new data rows
ADataProvider
Events
emitted when a column has been added
ADataProvider
Events
emitted when a column has been moved within this composite column
ADataProvider
Events
emitted when a column has been removed
ADataProvider
Events
if null all rankings are removed else just the specific one
emitted when state of the column is dirty
ADataProvider
Events
emitted when state of the column related to its header is dirty
ADataProvider
Events
emitted when state of the column related to its values is dirty
ADataProvider
Events
emitted when state of the column related to cached values (hist, compare, ...) is dirty
ADataProvider
Events
emitted when the selection changes
the selected data indices
ADataProvider
Events
emitted when the selection changes
the selected data indices
ADataProvider
Events
Protected
patchadds a column to a ranking described by its column description
the ranking to add the column to
the description of the column
the newly created column or null
adds another column description to this data provider
Remove the given column description from the data provider.
Column descriptions that are in use (i.e., has column instances in a ranking) cannot be removed by default.
Skip the check by setting the ignoreBeingUsed
parameter to true
.
Column description
Flag whether to ignore the usage of the column descriptions in rankings
removes a ranking from this data provider
Optional
first: booleanalso select all the given rows
Protected
unforwardremoves the forwarding declarations
the originated dispatcher
Rest
...types: string[]event types to forward
a remote implementation of the data provider