Protected
Readonly
_childrenReadonly
descparent column of this column, set when added to a ranking or combined column
Static
Readonly
DEFAULT_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_Static
Readonly
FLAT_magic variable for showing all columns
returns the fully qualified id i.e. path the parent
called when the columns added to a ranking
Protected
computeProtected
createpredicate whether the current row should be included
Protected
firevisitor pattern for flattening the columns
the result array
left offset
how many levels down
padding between columns
the used width by this column
Protected
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
returns the value to be used when exporting
format hint
return the label of a given row for the current column
the current row
the label of this column at the specified row
return the value of a given row for the current column
the current row
the value of this column at the specified row
inserts the given column after itself
the column to insert
was successful
inserts the given column before itself
the column to insert
was successful
Protected
insertProtected
listenersProtected
moveemitted when the color mapping property changes
ScriptColumn
Events
emitted when the mapping property changes
ScriptColumn
Events
emitted when the filter property changes
ScriptColumn
Events
emitted when the script property changes
ScriptColumn
Events
emitted when the filter property changes
ScriptColumn
Events
emitted when a column has been added
CompositeColumn
Events
emitted when a column has been moved within this composite columm
CompositeColumn
Events
emitted when a column has been removed
CompositeColumn
Events
emitted when the width property changes
Column
Events
emitted when the label property changes
Column
Events
emitted when the meta data property changes
Column
Events
emitted when state of the column is dirty
Column
Events
emitted when state of the column related to its header is dirty
Column
Events
emitted when state of the column related to its values is dirty
Column
Events
emitted when state of the column related to cached values (hist, compare, ...) is dirty
Column
Events
emitted when the renderer type property changes
Column
Events
emitted when the group renderer property changes
Column
Events
emitted when the pattern property changes
Column
Events
emitted when the visibility of this column changes
Column
Events
Protected
removerestore the column content from a dump
column dump
helper for creating columns
Protected
unforwardremoves the forwarding declarations
the originated dispatcher
Rest
...types: string[]event types to forward
column combiner which uses a custom JavaScript function to combined the values The script itself can be any valid JavaScript code. It will be embedded in a function. Therefore the last statement has to return a value.
In case of a single line statement the code piece statement
return
will be automatically prefixed.The function signature is:
any, index: number, children: Column[], values: any[], raws: (number|null)[]) => number
code></dt> <dd>the list of LineUp columns that are part of this ScriptColumn</dd> <dt>param:
values</dt> <dd>the computed value of each column (see
children) for the current row</dd> <dt>param:
raws</dt> <dd>similar to
values`. Numeric columns return by default the normalized value, this array gives access to the original "raw" values before mapping is appliedIn addition to the standard JavaScript functions and objects (Math, ...) a couple of utility functions are available: