ColumnGrid
Proxy class for the Dart-based column grid.
Extends
Constructors
new ColumnGrid()
new ColumnGrid(
dart):ColumnGrid
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Overrides
Source
Properties
| Property | Modifier | Type | Default value | Description | Inherited from |
|---|---|---|---|---|---|
_functions | protected | Func[] | [] | - | Widget._functions |
_properties | protected | Property[] | [] | - | Widget._properties |
_root | protected | HTMLElement | undefined | - | Widget._root |
dart | readonly | any | undefined | - | Widget.dart |
factory | public | null | Func | null | Constructor function. No parameters, returns [Widget]. | Widget.factory |
isDetached | public | boolean | false | - | Widget.isDetached |
props | public | any | undefined | - | Widget.props |
subs | public | Subscription[] | undefined | - | Widget.subs |
temp | public | any | undefined | Contains auxiliary information | Widget.temp |
Accessors
children
getchildren():Widget<any>[]
Parent widget up the DOM tree, or null.
Returns
Widget<any>[]
Source
currentColumn
getcurrentColumn():Column<any,any>
Returns
Column<any, any>
Source
dfColumns
getdfColumns():DataFrame
Returns
Source
dfSource
getdfSource():DataFrame
Returns
Source
filter
getfilter(): (c) =>boolean
setfilter(f):void
Parameters
| Parameter | Type |
|---|---|
f | (c) => boolean |
Returns
Function
Parameters
| Parameter | Type |
|---|---|
c | Column<any, any> |
Returns
boolean
Source
grid
getgrid():Grid
Returns
Source
gridSource
getgridSource():Grid
Returns
Source
mouseOverColumn
getmouseOverColumn():Column<any,any>
Returns
Column<any, any>
Source
nameCol
getnameCol():Column<any,any>
Returns
Column<any, any>
Source
parent
getparent():null|Widget<any>
Parent widget up the DOM tree, or null.
Returns
null | Widget<any>
Source
root
getroot():HTMLElement
Widget's visual root.
setroot(r):void
Parameters
| Parameter | Type |
|---|---|
r | HTMLElement |
Returns
HTMLElement
Source
showSearch
getshowSearch():boolean
setshowSearch(x):void
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
boolean
Source
type
gettype():string
Returns
string
Source
typeNameCol
gettypeNameCol():Column<any,any>
Returns
Column<any, any>
Source
Methods
addCheckedSelect()
addCheckedSelect():
void
Returns
void
Source
addChecks()
addChecks(
isChecked,addAdditionalChecks,additionalChecksName):void
Parameters
| Parameter | Type |
|---|---|
isChecked | (colName) => boolean |
addAdditionalChecks | (colName) => boolean |
additionalChecksName | string |
Returns
void
Source
addColumnProperty()
addColumnProperty(
p):Column<any,any>
Parameters
| Parameter | Type |
|---|---|
p | Property |
Returns
Column<any, any>
Source
addColumnSelectionControls()
addColumnSelectionControls():
void
Returns
void
Source
addColumnStats()
addColumnStats(
aggType):Column<any,any>
Parameters
| Parameter | Type |
|---|---|
aggType | string |
Returns
Column<any, any>
Source
addProperty()
privateaddProperty(propertyName,propertyType,defaultValue,options):any
Registers an property with the specified type, name, and defaultValue.
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
propertyName | string | undefined | |
propertyType | "string" | "bigint" | "object" | "map" | "file" | "view" | "blob" | "int" | "double" | "bool" | "byte_array" | "datetime" | "qnum" | "dataframe" | "num" | "string_list" | "dataframe_list" | "cell" | "column" | "column_list" | "graphics" | "tablerowfiltercall" | "colfiltercall" | "bitset" | "dynamic" | "viewer" | "list" | "semantic_value" | "func" | "funccall" | "property" | "categorical" | "numerical" | "GridCellRenderArgs" | "element" | "TableView" | "User" | "Menu" | "Project" | "event_data" | "progressindicator" | "Credentials" | "ScriptEnvironment" | "Notebook" | undefined | |
defaultValue | any | null | |
options | null | object & IProperty | null |
Returns
any