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
CellComponentObserver
Interface CellComponentObserver<C>
Type parameters
C
:
CellComponent
=
CellComponent
Hierarchy
ComponentObserver
<
C
>
CellComponentObserver
Index
Methods
component
Did
Assemble
component
Did
Compute
component
Did
Generate
component
Did
Insert
Child
Component
component
Did
Mount
component
Did
Power
component
Did
Remove
Child
Component
component
Did
Resolve
component
Did
Revise
component
Did
Set
Cell
Content
View
component
Did
Set
Cell
Trait
component
Did
Set
Cell
View
component
Did
Set
Parent
Component
component
Did
Unmount
component
Did
Unpower
component
Will
Assemble
component
Will
Compute
component
Will
Generate
component
Will
Insert
Child
Component
component
Will
Mount
component
Will
Power
component
Will
Remove
Child
Component
component
Will
Resolve
component
Will
Revise
component
Will
Set
Cell
Content
View
component
Will
Set
Cell
Trait
component
Will
Set
Cell
View
component
Will
Set
Parent
Component
component
Will
Unmount
component
Will
Unpower
Methods
Optional
component
Did
Assemble
component
Did
Assemble
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Compute
component
Did
Compute
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Generate
component
Did
Generate
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Insert
Child
Component
component
Did
Insert
Child
Component
(
childComponent
:
Component
, targetModel
:
null
|
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
targetModel:
null
|
Component
component:
C
Returns
void
Optional
component
Did
Mount
component
Did
Mount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Power
component
Did
Power
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Remove
Child
Component
component
Did
Remove
Child
Component
(
childComponent
:
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
component:
C
Returns
void
Optional
component
Did
Resolve
component
Did
Resolve
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Revise
component
Did
Revise
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Set
Cell
Content
View
component
Did
Set
Cell
Content
View
(
cellContentView
:
null
|
HtmlView
, oldCellContentView
:
null
|
HtmlView
, component
:
C
)
:
void
Parameters
cellContentView:
null
|
HtmlView
oldCellContentView:
null
|
HtmlView
component:
C
Returns
void
Optional
component
Did
Set
Cell
Trait
component
Did
Set
Cell
Trait
(
newCellTrait
:
null
|
CellTrait
, oldCellTrait
:
null
|
CellTrait
, component
:
C
)
:
void
Parameters
newCellTrait:
null
|
CellTrait
oldCellTrait:
null
|
CellTrait
component:
C
Returns
void
Optional
component
Did
Set
Cell
View
component
Did
Set
Cell
View
(
newCellView
:
null
|
CellView
, oldCellView
:
null
|
CellView
, component
:
C
)
:
void
Parameters
newCellView:
null
|
CellView
oldCellView:
null
|
CellView
component:
C
Returns
void
Optional
component
Did
Set
Parent
Component
component
Did
Set
Parent
Component
(
newParentComponent
:
null
|
Component
, oldParentComponent
:
null
|
Component
, component
:
C
)
:
void
Parameters
newParentComponent:
null
|
Component
oldParentComponent:
null
|
Component
component:
C
Returns
void
Optional
component
Did
Unmount
component
Did
Unmount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Unpower
component
Did
Unpower
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Assemble
component
Will
Assemble
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Compute
component
Will
Compute
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Generate
component
Will
Generate
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Insert
Child
Component
component
Will
Insert
Child
Component
(
childComponent
:
Component
, targetModel
:
null
|
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
targetModel:
null
|
Component
component:
C
Returns
void
Optional
component
Will
Mount
component
Will
Mount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Power
component
Will
Power
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Remove
Child
Component
component
Will
Remove
Child
Component
(
childComponent
:
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
component:
C
Returns
void
Optional
component
Will
Resolve
component
Will
Resolve
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Revise
component
Will
Revise
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Set
Cell
Content
View
component
Will
Set
Cell
Content
View
(
cellContentView
:
null
|
HtmlView
, oldCellContentView
:
null
|
HtmlView
, component
:
C
)
:
void
Parameters
cellContentView:
null
|
HtmlView
oldCellContentView:
null
|
HtmlView
component:
C
Returns
void
Optional
component
Will
Set
Cell
Trait
component
Will
Set
Cell
Trait
(
newCellTrait
:
null
|
CellTrait
, oldCellTrait
:
null
|
CellTrait
, component
:
C
)
:
void
Parameters
newCellTrait:
null
|
CellTrait
oldCellTrait:
null
|
CellTrait
component:
C
Returns
void
Optional
component
Will
Set
Cell
View
component
Will
Set
Cell
View
(
newCellView
:
null
|
CellView
, oldCellView
:
null
|
CellView
, component
:
C
)
:
void
Parameters
newCellView:
null
|
CellView
oldCellView:
null
|
CellView
component:
C
Returns
void
Optional
component
Will
Set
Parent
Component
component
Will
Set
Parent
Component
(
newParentComponent
:
null
|
Component
, oldParentComponent
:
null
|
Component
, component
:
C
)
:
void
Parameters
newParentComponent:
null
|
Component
oldParentComponent:
null
|
Component
component:
C
Returns
void
Optional
component
Will
Unmount
component
Will
Unmount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Unpower
component
Will
Unpower
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Modules
@swim/system
@swim/toolkit
@swim/ui
@swim/ux
@swim/button
@swim/token
@swim/grid
@swim/window
@swim/deck
@swim/vis
@swim/maps
Cell
Component
Observer
component
Did
Assemble
component
Did
Compute
component
Did
Generate
component
Did
Insert
Child
Component
component
Did
Mount
component
Did
Power
component
Did
Remove
Child
Component
component
Did
Resolve
component
Did
Revise
component
Did
Set
Cell
Content
View
component
Did
Set
Cell
Trait
component
Did
Set
Cell
View
component
Did
Set
Parent
Component
component
Did
Unmount
component
Did
Unpower
component
Will
Assemble
component
Will
Compute
component
Will
Generate
component
Will
Insert
Child
Component
component
Will
Mount
component
Will
Power
component
Will
Remove
Child
Component
component
Will
Resolve
component
Will
Revise
component
Will
Set
Cell
Content
View
component
Will
Set
Cell
Trait
component
Will
Set
Cell
View
component
Will
Set
Parent
Component
component
Will
Unmount
component
Will
Unpower
Generated using
TypeDoc