Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/grid
TableControllerObserver
Interface TableControllerObserver<C>
Type parameters
C
:
TableController
=
TableController
Hierarchy
ControllerObserver
<
C
>
TableControllerObserver
Index
Methods
controller
Did
Assemble
controller
Did
Compute
controller
Did
Generate
controller
Did
Insert
Child
Controller
controller
Did
Mount
controller
Did
Power
controller
Did
Remove
Child
Controller
controller
Did
Resolve
controller
Did
Revise
controller
Did
Set
Cell
controller
Did
Set
Cell
Content
View
controller
Did
Set
Cell
Trait
controller
Did
Set
Cell
View
controller
Did
Set
Col
controller
Did
Set
Col
Header
View
controller
Did
Set
Col
Layout
controller
Did
Set
Col
Trait
controller
Did
Set
Col
View
controller
Did
Set
Parent
Controller
controller
Did
Set
Row
controller
Did
Set
Row
Trait
controller
Did
Set
Row
View
controller
Did
Set
Table
Layout
controller
Did
Set
Table
Trait
controller
Did
Set
Table
View
controller
Did
Unmount
controller
Did
Unpower
controller
Will
Assemble
controller
Will
Compute
controller
Will
Generate
controller
Will
Insert
Child
Controller
controller
Will
Mount
controller
Will
Power
controller
Will
Remove
Child
Controller
controller
Will
Resolve
controller
Will
Revise
controller
Will
Set
Cell
controller
Will
Set
Cell
Content
View
controller
Will
Set
Cell
Trait
controller
Will
Set
Cell
View
controller
Will
Set
Col
controller
Will
Set
Col
Header
View
controller
Will
Set
Col
Layout
controller
Will
Set
Col
Trait
controller
Will
Set
Col
View
controller
Will
Set
Parent
Controller
controller
Will
Set
Row
controller
Will
Set
Row
Trait
controller
Will
Set
Row
View
controller
Will
Set
Table
Layout
controller
Will
Set
Table
Trait
controller
Will
Set
Table
View
controller
Will
Unmount
controller
Will
Unpower
Methods
Optional
controller
Did
Assemble
controller
Did
Assemble
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Did
Compute
controller
Did
Compute
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Did
Generate
controller
Did
Generate
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Did
Insert
Child
Controller
controller
Did
Insert
Child
Controller
(
childController
:
Controller
, targetController
:
null
|
Controller
, controller
:
C
)
:
void
Parameters
childController:
Controller
targetController:
null
|
Controller
controller:
C
Returns
void
Optional
controller
Did
Mount
controller
Did
Mount
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Did
Power
controller
Did
Power
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Did
Remove
Child
Controller
controller
Did
Remove
Child
Controller
(
childController
:
Controller
, controller
:
C
)
:
void
Parameters
childController:
Controller
controller:
C
Returns
void
Optional
controller
Did
Resolve
controller
Did
Resolve
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Did
Revise
controller
Did
Revise
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Did
Set
Cell
controller
Did
Set
Cell
(
newCellController
:
null
|
CellController
, oldCellController
:
null
|
CellController
, cellFastener
:
ControllerFastener
<
RowController
,
CellController
,
never
>
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newCellController:
null
|
CellController
oldCellController:
null
|
CellController
cellFastener:
ControllerFastener
<
RowController
,
CellController
,
never
>
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Did
Set
Cell
Content
View
controller
Did
Set
Cell
Content
View
(
newCellContentView
:
null
|
HtmlView
, oldCellContentView
:
null
|
HtmlView
, cellFastener
:
ControllerFastener
<
RowController
,
CellController
,
never
>
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newCellContentView:
null
|
HtmlView
oldCellContentView:
null
|
HtmlView
cellFastener:
ControllerFastener
<
RowController
,
CellController
,
never
>
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Did
Set
Cell
Trait
controller
Did
Set
Cell
Trait
(
newCellTrait
:
null
|
CellTrait
, oldCellTrait
:
null
|
CellTrait
, cellFastener
:
ControllerFastener
<
RowController
,
CellController
,
never
>
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newCellTrait:
null
|
CellTrait
oldCellTrait:
null
|
CellTrait
cellFastener:
ControllerFastener
<
RowController
,
CellController
,
never
>
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Did
Set
Cell
View
controller
Did
Set
Cell
View
(
newCellView
:
null
|
CellView
, oldCellView
:
null
|
CellView
, cellFastener
:
ControllerFastener
<
RowController
,
CellController
,
never
>
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newCellView:
null
|
CellView
oldCellView:
null
|
CellView
cellFastener:
ControllerFastener
<
RowController
,
CellController
,
never
>
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Did
Set
Col
controller
Did
Set
Col
(
newColController
:
null
|
ColController
, oldColController
:
null
|
ColController
, colFastener
:
ControllerFastener
<
C
,
ColController
,
never
>
)
:
void
Parameters
newColController:
null
|
ColController
oldColController:
null
|
ColController
colFastener:
ControllerFastener
<
C
,
ColController
,
never
>
Returns
void
Optional
controller
Did
Set
Col
Header
View
controller
Did
Set
Col
Header
View
(
newColHeaderView
:
null
|
HtmlView
, oldColHeaderView
:
null
|
HtmlView
, colFastener
:
ControllerFastener
<
C
,
ColController
,
never
>
)
:
void
Parameters
newColHeaderView:
null
|
HtmlView
oldColHeaderView:
null
|
HtmlView
colFastener:
ControllerFastener
<
C
,
ColController
,
never
>
Returns
void
Optional
controller
Did
Set
Col
Layout
controller
Did
Set
Col
Layout
(
newColLayout
:
null
|
ColLayout
, oldColLayout
:
null
|
ColLayout
, colFastener
:
ControllerFastener
<
C
,
ColController
,
never
>
)
:
void
Parameters
newColLayout:
null
|
ColLayout
oldColLayout:
null
|
ColLayout
colFastener:
ControllerFastener
<
C
,
ColController
,
never
>
Returns
void
Optional
controller
Did
Set
Col
Trait
controller
Did
Set
Col
Trait
(
newColTrait
:
null
|
ColTrait
, oldColTrait
:
null
|
ColTrait
, colFastener
:
ControllerFastener
<
C
,
ColController
,
never
>
)
:
void
Parameters
newColTrait:
null
|
ColTrait
oldColTrait:
null
|
ColTrait
colFastener:
ControllerFastener
<
C
,
ColController
,
never
>
Returns
void
Optional
controller
Did
Set
Col
View
controller
Did
Set
Col
View
(
newColView
:
null
|
ColView
, oldColView
:
null
|
ColView
, colFastener
:
ControllerFastener
<
C
,
ColController
,
never
>
)
:
void
Parameters
newColView:
null
|
ColView
oldColView:
null
|
ColView
colFastener:
ControllerFastener
<
C
,
ColController
,
never
>
Returns
void
Optional
controller
Did
Set
Parent
Controller
controller
Did
Set
Parent
Controller
(
newParentController
:
null
|
Controller
, oldParentController
:
null
|
Controller
, controller
:
C
)
:
void
Parameters
newParentController:
null
|
Controller
oldParentController:
null
|
Controller
controller:
C
Returns
void
Optional
controller
Did
Set
Row
controller
Did
Set
Row
(
newRowController
:
null
|
RowController
, oldRowController
:
null
|
RowController
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newRowController:
null
|
RowController
oldRowController:
null
|
RowController
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Did
Set
Row
Trait
controller
Did
Set
Row
Trait
(
newRowTrait
:
null
|
RowTrait
, oldRowTrait
:
null
|
RowTrait
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newRowTrait:
null
|
RowTrait
oldRowTrait:
null
|
RowTrait
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Did
Set
Row
View
controller
Did
Set
Row
View
(
newRowView
:
null
|
RowView
, oldRowView
:
null
|
RowView
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newRowView:
null
|
RowView
oldRowView:
null
|
RowView
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Did
Set
Table
Layout
controller
Did
Set
Table
Layout
(
newTableLayout
:
null
|
TableLayout
, oldTableLayout
:
null
|
TableLayout
, controller
:
C
)
:
void
Parameters
newTableLayout:
null
|
TableLayout
oldTableLayout:
null
|
TableLayout
controller:
C
Returns
void
Optional
controller
Did
Set
Table
Trait
controller
Did
Set
Table
Trait
(
newTableTrait
:
null
|
TableTrait
, oldTableTrait
:
null
|
TableTrait
, controller
:
C
)
:
void
Parameters
newTableTrait:
null
|
TableTrait
oldTableTrait:
null
|
TableTrait
controller:
C
Returns
void
Optional
controller
Did
Set
Table
View
controller
Did
Set
Table
View
(
newTableView
:
null
|
TableView
, oldTableView
:
null
|
TableView
, controller
:
C
)
:
void
Parameters
newTableView:
null
|
TableView
oldTableView:
null
|
TableView
controller:
C
Returns
void
Optional
controller
Did
Unmount
controller
Did
Unmount
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Did
Unpower
controller
Did
Unpower
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Will
Assemble
controller
Will
Assemble
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Will
Compute
controller
Will
Compute
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Will
Generate
controller
Will
Generate
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Will
Insert
Child
Controller
controller
Will
Insert
Child
Controller
(
childController
:
Controller
, targetController
:
null
|
Controller
, controller
:
C
)
:
void
Parameters
childController:
Controller
targetController:
null
|
Controller
controller:
C
Returns
void
Optional
controller
Will
Mount
controller
Will
Mount
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Will
Power
controller
Will
Power
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Will
Remove
Child
Controller
controller
Will
Remove
Child
Controller
(
childController
:
Controller
, controller
:
C
)
:
void
Parameters
childController:
Controller
controller:
C
Returns
void
Optional
controller
Will
Resolve
controller
Will
Resolve
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Will
Revise
controller
Will
Revise
(
controllerContext
:
ControllerContextType
<
C
>
, controller
:
C
)
:
void
Parameters
controllerContext:
ControllerContextType
<
C
>
controller:
C
Returns
void
Optional
controller
Will
Set
Cell
controller
Will
Set
Cell
(
newCellController
:
null
|
CellController
, oldCellController
:
null
|
CellController
, cellFastener
:
ControllerFastener
<
RowController
,
CellController
,
never
>
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newCellController:
null
|
CellController
oldCellController:
null
|
CellController
cellFastener:
ControllerFastener
<
RowController
,
CellController
,
never
>
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Will
Set
Cell
Content
View
controller
Will
Set
Cell
Content
View
(
newCellContentView
:
null
|
HtmlView
, oldCellContentView
:
null
|
HtmlView
, cellFastener
:
ControllerFastener
<
RowController
,
CellController
,
never
>
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newCellContentView:
null
|
HtmlView
oldCellContentView:
null
|
HtmlView
cellFastener:
ControllerFastener
<
RowController
,
CellController
,
never
>
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Will
Set
Cell
Trait
controller
Will
Set
Cell
Trait
(
newCellTrait
:
null
|
CellTrait
, oldCellTrait
:
null
|
CellTrait
, cellFastener
:
ControllerFastener
<
RowController
,
CellController
,
never
>
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newCellTrait:
null
|
CellTrait
oldCellTrait:
null
|
CellTrait
cellFastener:
ControllerFastener
<
RowController
,
CellController
,
never
>
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Will
Set
Cell
View
controller
Will
Set
Cell
View
(
newCellView
:
null
|
CellView
, oldCellView
:
null
|
CellView
, cellFastener
:
ControllerFastener
<
RowController
,
CellController
,
never
>
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newCellView:
null
|
CellView
oldCellView:
null
|
CellView
cellFastener:
ControllerFastener
<
RowController
,
CellController
,
never
>
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Will
Set
Col
controller
Will
Set
Col
(
newColController
:
null
|
ColController
, oldColController
:
null
|
ColController
, colFastener
:
ControllerFastener
<
C
,
ColController
,
never
>
)
:
void
Parameters
newColController:
null
|
ColController
oldColController:
null
|
ColController
colFastener:
ControllerFastener
<
C
,
ColController
,
never
>
Returns
void
Optional
controller
Will
Set
Col
Header
View
controller
Will
Set
Col
Header
View
(
newColHeaderView
:
null
|
HtmlView
, oldColHeaderView
:
null
|
HtmlView
, colFastener
:
ControllerFastener
<
C
,
ColController
,
never
>
)
:
void
Parameters
newColHeaderView:
null
|
HtmlView
oldColHeaderView:
null
|
HtmlView
colFastener:
ControllerFastener
<
C
,
ColController
,
never
>
Returns
void
Optional
controller
Will
Set
Col
Layout
controller
Will
Set
Col
Layout
(
newColLayout
:
null
|
ColLayout
, oldColLayout
:
null
|
ColLayout
, colFastener
:
ControllerFastener
<
C
,
ColController
,
never
>
)
:
void
Parameters
newColLayout:
null
|
ColLayout
oldColLayout:
null
|
ColLayout
colFastener:
ControllerFastener
<
C
,
ColController
,
never
>
Returns
void
Optional
controller
Will
Set
Col
Trait
controller
Will
Set
Col
Trait
(
newColTrait
:
null
|
ColTrait
, oldColTrait
:
null
|
ColTrait
, colFastener
:
ControllerFastener
<
C
,
ColController
,
never
>
)
:
void
Parameters
newColTrait:
null
|
ColTrait
oldColTrait:
null
|
ColTrait
colFastener:
ControllerFastener
<
C
,
ColController
,
never
>
Returns
void
Optional
controller
Will
Set
Col
View
controller
Will
Set
Col
View
(
newColView
:
null
|
ColView
, oldColView
:
null
|
ColView
, colFastener
:
ControllerFastener
<
C
,
ColController
,
never
>
)
:
void
Parameters
newColView:
null
|
ColView
oldColView:
null
|
ColView
colFastener:
ControllerFastener
<
C
,
ColController
,
never
>
Returns
void
Optional
controller
Will
Set
Parent
Controller
controller
Will
Set
Parent
Controller
(
newParentController
:
null
|
Controller
, oldParentController
:
null
|
Controller
, controller
:
C
)
:
void
Parameters
newParentController:
null
|
Controller
oldParentController:
null
|
Controller
controller:
C
Returns
void
Optional
controller
Will
Set
Row
controller
Will
Set
Row
(
newRowController
:
null
|
RowController
, oldRowController
:
null
|
RowController
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newRowController:
null
|
RowController
oldRowController:
null
|
RowController
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Will
Set
Row
Trait
controller
Will
Set
Row
Trait
(
newRowTrait
:
null
|
RowTrait
, oldRowTrait
:
null
|
RowTrait
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newRowTrait:
null
|
RowTrait
oldRowTrait:
null
|
RowTrait
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Will
Set
Row
View
controller
Will
Set
Row
View
(
newRowView
:
null
|
RowView
, oldRowView
:
null
|
RowView
, rowFastener
:
ControllerFastener
<
C
,
RowController
,
never
>
)
:
void
Parameters
newRowView:
null
|
RowView
oldRowView:
null
|
RowView
rowFastener:
ControllerFastener
<
C
,
RowController
,
never
>
Returns
void
Optional
controller
Will
Set
Table
Layout
controller
Will
Set
Table
Layout
(
newTableLayout
:
null
|
TableLayout
, oldTableLayout
:
null
|
TableLayout
, controller
:
C
)
:
void
Parameters
newTableLayout:
null
|
TableLayout
oldTableLayout:
null
|
TableLayout
controller:
C
Returns
void
Optional
controller
Will
Set
Table
Trait
controller
Will
Set
Table
Trait
(
newTableTrait
:
null
|
TableTrait
, oldTableTrait
:
null
|
TableTrait
, controller
:
C
)
:
void
Parameters
newTableTrait:
null
|
TableTrait
oldTableTrait:
null
|
TableTrait
controller:
C
Returns
void
Optional
controller
Will
Set
Table
View
controller
Will
Set
Table
View
(
newTableView
:
null
|
TableView
, oldTableView
:
null
|
TableView
, controller
:
C
)
:
void
Parameters
newTableView:
null
|
TableView
oldTableView:
null
|
TableView
controller:
C
Returns
void
Optional
controller
Will
Unmount
controller
Will
Unmount
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Will
Unpower
controller
Will
Unpower
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Modules
@swim/runtime
@swim/toolkit
@swim/ui
@swim/ux
@swim/button
@swim/token
@swim/grid
@swim/window
@swim/deck
@swim/vis
@swim/maps
Table
Controller
Observer
controller
Did
Assemble
controller
Did
Compute
controller
Did
Generate
controller
Did
Insert
Child
Controller
controller
Did
Mount
controller
Did
Power
controller
Did
Remove
Child
Controller
controller
Did
Resolve
controller
Did
Revise
controller
Did
Set
Cell
controller
Did
Set
Cell
Content
View
controller
Did
Set
Cell
Trait
controller
Did
Set
Cell
View
controller
Did
Set
Col
controller
Did
Set
Col
Header
View
controller
Did
Set
Col
Layout
controller
Did
Set
Col
Trait
controller
Did
Set
Col
View
controller
Did
Set
Parent
Controller
controller
Did
Set
Row
controller
Did
Set
Row
Trait
controller
Did
Set
Row
View
controller
Did
Set
Table
Layout
controller
Did
Set
Table
Trait
controller
Did
Set
Table
View
controller
Did
Unmount
controller
Did
Unpower
controller
Will
Assemble
controller
Will
Compute
controller
Will
Generate
controller
Will
Insert
Child
Controller
controller
Will
Mount
controller
Will
Power
controller
Will
Remove
Child
Controller
controller
Will
Resolve
controller
Will
Revise
controller
Will
Set
Cell
controller
Will
Set
Cell
Content
View
controller
Will
Set
Cell
Trait
controller
Will
Set
Cell
View
controller
Will
Set
Col
controller
Will
Set
Col
Header
View
controller
Will
Set
Col
Layout
controller
Will
Set
Col
Trait
controller
Will
Set
Col
View
controller
Will
Set
Parent
Controller
controller
Will
Set
Row
controller
Will
Set
Row
Trait
controller
Will
Set
Row
View
controller
Will
Set
Table
Layout
controller
Will
Set
Table
Trait
controller
Will
Set
Table
View
controller
Will
Unmount
controller
Will
Unpower
Generated using
TypeDoc