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
cleancreates 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
the event types to forward
returns a list of all known column descriptions
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
listenersreturns a data sample used for the mapping editor
emitted when state of the column is dirty
emitted when state of the column related to its header is dirty
emitted when state of the column related to its values is dirty
emitted when state of the column related to cached values (hist, compare, ...) is dirty
emitted when the selection changes
the selected data indices
emitted when the selection changes
the selected data indices
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
also select all the given rows
sorts the given ranking and eventually return a ordering of the data items
Protected
unforwardremoves the forwarding declarations
the originated dispatcher
event types to forward
returns a view in the order of the given indices
a data provider based on an local array