Extends
Index
Constructors
Public Properties
Protected Properties
Protected Accessors
Public Methods
- addColumn
- addNewColumn
- areCustomExpressionsAllowed
- belongsToGroup
- destroy
- getColumnsBlock
- getContext
- init
- moveColumn
- onProcessEnd
- onProcessStart
- refresh
- showEntitiesMenu
- toggleColumnPicked
Protected Methods
Constructors
constructor
⊕ new ColumnsPanel(slot: HTMLElement
): ColumnsPanel
Parameters:
- slot:
HTMLElement
Public Properties
moveMenu
● moveMenu: PopupMenu
sortMenu
● sortMenu: PopupMenu
widgetType
● widgetType: string
Protected Properties
context
● context: EqContext
group
● group: WidgetGroup
slot
● slot: HTMLElement
Protected Accessors
cssPrefix
⇄ get cssPrefix(): string
Returns string
Public Methods
addColumn
▸ addColumn(column: Column | Column[],index?: number
): void
Parameters:
Returns void
addNewColumn
▸ addNewColumn(attrId: string
,index?: number
): Column
Parameters:
- attrId:
string
- index:
number
, Optional
Returns Column
▸ addNewColumn(attrId: string
[],index?: number
): Column[]
Parameters:
- attrId:
string
[] - index:
number
, Optional
Returns Column[]
areCustomExpressionsAllowed
▸ areCustomExpressionsAllowed(): boolean
Returns boolean
belongsToGroup
Returns true
if the widget belongs to one of the groups specified in the parameter
▸ belongsToGroup(groups?: WidgetGroup): boolean
Parameters:
- groups: WidgetGroup, Optional -
Returns boolean
destroy
▸ destroy(): void
Returns void
getColumnsBlock
▸ getColumnsBlock(): HTMLElement
Returns HTMLElement
getContext
Returns current context (the one this widget belongs to)
▸ getContext(): EqContext
Returns EqContext
init
▸ init(context: EqContext,options?: ColumnsPanelOptions): void
Parameters:
- context: EqContext
- options: ColumnsPanelOptions, Optional
Returns void
moveColumn
▸ moveColumn(column: Column,direction: string
): void
Parameters:
- column: Column
- direction:
string
Returns void
onProcessEnd
This function is called on the end of some process this widget participates in. For example, some widgets should be updated on model loading or after the execution of the current query
▸ onProcessEnd(): void
Returns void
onProcessStart
This function is called on the start of some process this widget participates in. For example, some widgets can show a spinner or a progress bar at the beginning of some long process (e.g. model loading).
▸ onProcessStart(): void
Returns void
refresh
Refreshes the widget's content
▸ refresh(): void
Returns void
showEntitiesMenu
▸ showEntitiesMenu(menuOptions: any
): void
Parameters:
- menuOptions:
any
Returns void
toggleColumnPicked
▸ toggleColumnPicked(column: Column): void
Parameters:
- column: Column
Returns void
Protected Methods
destroyCore
▸ destroyCore(): void
Returns void
onProcessEndCore
▸ onProcessEndCore(): void
Returns void
onProcessStartCore
▸ onProcessStartCore(): void
Returns void
refreshCore
▸ refreshCore(): void
Returns void
renderBaseElements
▸ renderBaseElements(): void
Returns void