Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/table
LeafControllerObserver
Interface LeafControllerObserver<C>
Type parameters
C
:
LeafController
=
LeafController
Hierarchy
ControllerObserver
<
C
>
LeafControllerObserver
RowControllerObserver
Index
Methods
controller
Did
Assemble
controller
Did
Attach
Parent
controller
Did
Compute
controller
Did
Detach
Cell
controller
Did
Detach
Cell
Content
View
controller
Did
Detach
Cell
Trait
controller
Did
Detach
Cell
View
controller
Did
Detach
Leaf
Trait
controller
Did
Detach
Leaf
View
controller
Did
Detach
Parent
controller
Did
Enter
Leaf
View
controller
Did
Generate
controller
Did
Highlight
Leaf
View
controller
Did
Insert
Child
controller
Did
Leave
Leaf
View
controller
Did
Long
Press
Cell
View
controller
Did
Long
Press
Leaf
View
controller
Did
Mount
controller
Did
Press
Cell
View
controller
Did
Press
Leaf
View
controller
Did
Remove
Child
controller
Did
Resolve
controller
Did
Revise
controller
Did
Set
Cell
Icon
controller
Did
Unhighlight
Leaf
View
controller
Did
Unmount
controller
Will
Assemble
controller
Will
Attach
Cell
controller
Will
Attach
Cell
Content
View
controller
Will
Attach
Cell
Trait
controller
Will
Attach
Cell
View
controller
Will
Attach
Leaf
Trait
controller
Will
Attach
Leaf
View
controller
Will
Attach
Parent
controller
Will
Compute
controller
Will
Detach
Parent
controller
Will
Generate
controller
Will
Highlight
Leaf
View
controller
Will
Insert
Child
controller
Will
Mount
controller
Will
Remove
Child
controller
Will
Resolve
controller
Will
Revise
controller
Will
Set
Cell
Icon
controller
Will
Unhighlight
Leaf
View
controller
Will
Unmount
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
Attach
Parent
controller
Did
Attach
Parent
(
parent
:
Controller
, controller
:
C
)
:
void
Parameters
parent:
Controller
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
Detach
Cell
controller
Did
Detach
Cell
(
cellController
:
CellController
, controller
:
C
)
:
void
Parameters
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Did
Detach
Cell
Content
View
controller
Did
Detach
Cell
Content
View
(
cellContentView
:
HtmlView
, cellController
:
CellController
, controller
:
C
)
:
void
Parameters
cellContentView:
HtmlView
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Did
Detach
Cell
Trait
controller
Did
Detach
Cell
Trait
(
cellTrait
:
CellTrait
, cellController
:
CellController
, controller
:
C
)
:
void
Parameters
cellTrait:
CellTrait
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Did
Detach
Cell
View
controller
Did
Detach
Cell
View
(
cellView
:
CellView
, cellController
:
CellController
, controller
:
C
)
:
void
Parameters
cellView:
CellView
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Did
Detach
Leaf
Trait
controller
Did
Detach
Leaf
Trait
(
leafTrait
:
LeafTrait
, controller
:
C
)
:
void
Parameters
leafTrait:
LeafTrait
controller:
C
Returns
void
Optional
controller
Did
Detach
Leaf
View
controller
Did
Detach
Leaf
View
(
leafView
:
LeafView
, controller
:
C
)
:
void
Parameters
leafView:
LeafView
controller:
C
Returns
void
Optional
controller
Did
Detach
Parent
controller
Did
Detach
Parent
(
parent
:
Controller
, controller
:
C
)
:
void
Parameters
parent:
Controller
controller:
C
Returns
void
Optional
controller
Did
Enter
Leaf
View
controller
Did
Enter
Leaf
View
(
leafView
:
LeafView
, controller
:
C
)
:
void
Parameters
leafView:
LeafView
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
Highlight
Leaf
View
controller
Did
Highlight
Leaf
View
(
leafView
:
LeafView
, controller
:
C
)
:
void
Parameters
leafView:
LeafView
controller:
C
Returns
void
Optional
controller
Did
Insert
Child
controller
Did
Insert
Child
(
child
:
Controller
, target
:
null
|
Controller
, controller
:
C
)
:
void
Parameters
child:
Controller
target:
null
|
Controller
controller:
C
Returns
void
Optional
controller
Did
Leave
Leaf
View
controller
Did
Leave
Leaf
View
(
leafView
:
LeafView
, controller
:
C
)
:
void
Parameters
leafView:
LeafView
controller:
C
Returns
void
Optional
controller
Did
Long
Press
Cell
View
controller
Did
Long
Press
Cell
View
(
input
:
PositionGestureInput
, cellView
:
CellView
, cellController
:
CellController
, controller
:
C
)
:
void
Parameters
input:
PositionGestureInput
cellView:
CellView
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Did
Long
Press
Leaf
View
controller
Did
Long
Press
Leaf
View
(
input
:
PositionGestureInput
, leafView
:
LeafView
, controller
:
C
)
:
void
Parameters
input:
PositionGestureInput
leafView:
LeafView
controller:
C
Returns
void
Optional
controller
Did
Mount
controller
Did
Mount
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Did
Press
Cell
View
controller
Did
Press
Cell
View
(
input
:
PositionGestureInput
, event
:
null
|
Event
, cellView
:
CellView
, cellController
:
CellController
, controller
:
C
)
:
void
Parameters
input:
PositionGestureInput
event:
null
|
Event
cellView:
CellView
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Did
Press
Leaf
View
controller
Did
Press
Leaf
View
(
input
:
PositionGestureInput
, event
:
null
|
Event
, leafView
:
LeafView
, controller
:
C
)
:
void
Parameters
input:
PositionGestureInput
event:
null
|
Event
leafView:
LeafView
controller:
C
Returns
void
Optional
controller
Did
Remove
Child
controller
Did
Remove
Child
(
child
:
Controller
, controller
:
C
)
:
void
Parameters
child:
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
Icon
controller
Did
Set
Cell
Icon
(
newIcon
:
null
|
Graphics
, oldIcon
:
null
|
Graphics
, cellController
:
CellController
, controller
:
C
)
:
void
Parameters
newIcon:
null
|
Graphics
oldIcon:
null
|
Graphics
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Did
Unhighlight
Leaf
View
controller
Did
Unhighlight
Leaf
View
(
leafView
:
LeafView
, controller
:
C
)
:
void
Parameters
leafView:
LeafView
controller:
C
Returns
void
Optional
controller
Did
Unmount
controller
Did
Unmount
(
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
Attach
Cell
controller
Will
Attach
Cell
(
cellController
:
CellController
, controller
:
C
)
:
void
Parameters
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Will
Attach
Cell
Content
View
controller
Will
Attach
Cell
Content
View
(
cellContentView
:
HtmlView
, cellController
:
CellController
, controller
:
C
)
:
void
Parameters
cellContentView:
HtmlView
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Will
Attach
Cell
Trait
controller
Will
Attach
Cell
Trait
(
cellTrait
:
CellTrait
, cellController
:
CellController
, controller
:
C
)
:
void
Parameters
cellTrait:
CellTrait
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Will
Attach
Cell
View
controller
Will
Attach
Cell
View
(
cellView
:
CellView
, cellController
:
CellController
, controller
:
C
)
:
void
Parameters
cellView:
CellView
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Will
Attach
Leaf
Trait
controller
Will
Attach
Leaf
Trait
(
leafTrait
:
LeafTrait
, controller
:
C
)
:
void
Parameters
leafTrait:
LeafTrait
controller:
C
Returns
void
Optional
controller
Will
Attach
Leaf
View
controller
Will
Attach
Leaf
View
(
leafView
:
LeafView
, controller
:
C
)
:
void
Parameters
leafView:
LeafView
controller:
C
Returns
void
Optional
controller
Will
Attach
Parent
controller
Will
Attach
Parent
(
parent
:
Controller
, controller
:
C
)
:
void
Parameters
parent:
Controller
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
Detach
Parent
controller
Will
Detach
Parent
(
parent
:
Controller
, controller
:
C
)
:
void
Parameters
parent:
Controller
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
Highlight
Leaf
View
controller
Will
Highlight
Leaf
View
(
leafView
:
LeafView
, controller
:
C
)
:
void
Parameters
leafView:
LeafView
controller:
C
Returns
void
Optional
controller
Will
Insert
Child
controller
Will
Insert
Child
(
child
:
Controller
, target
:
null
|
Controller
, controller
:
C
)
:
void
Parameters
child:
Controller
target:
null
|
Controller
controller:
C
Returns
void
Optional
controller
Will
Mount
controller
Will
Mount
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Optional
controller
Will
Remove
Child
controller
Will
Remove
Child
(
child
:
Controller
, controller
:
C
)
:
void
Parameters
child:
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
Icon
controller
Will
Set
Cell
Icon
(
newIcon
:
null
|
Graphics
, oldIcon
:
null
|
Graphics
, cellController
:
CellController
, controller
:
C
)
:
void
Parameters
newIcon:
null
|
Graphics
oldIcon:
null
|
Graphics
cellController:
CellController
controller:
C
Returns
void
Optional
controller
Will
Unhighlight
Leaf
View
controller
Will
Unhighlight
Leaf
View
(
leafView
:
LeafView
, controller
:
C
)
:
void
Parameters
leafView:
LeafView
controller:
C
Returns
void
Optional
controller
Will
Unmount
controller
Will
Unmount
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
Modules
@swim/runtime
@swim/toolkit
@swim/ui
@swim/ux
@swim/button
@swim/token
@swim/table
@swim/window
@swim/deck
@swim/vis
@swim/maps
Leaf
Controller
Observer
controller
Did
Assemble
controller
Did
Attach
Parent
controller
Did
Compute
controller
Did
Detach
Cell
controller
Did
Detach
Cell
Content
View
controller
Did
Detach
Cell
Trait
controller
Did
Detach
Cell
View
controller
Did
Detach
Leaf
Trait
controller
Did
Detach
Leaf
View
controller
Did
Detach
Parent
controller
Did
Enter
Leaf
View
controller
Did
Generate
controller
Did
Highlight
Leaf
View
controller
Did
Insert
Child
controller
Did
Leave
Leaf
View
controller
Did
Long
Press
Cell
View
controller
Did
Long
Press
Leaf
View
controller
Did
Mount
controller
Did
Press
Cell
View
controller
Did
Press
Leaf
View
controller
Did
Remove
Child
controller
Did
Resolve
controller
Did
Revise
controller
Did
Set
Cell
Icon
controller
Did
Unhighlight
Leaf
View
controller
Did
Unmount
controller
Will
Assemble
controller
Will
Attach
Cell
controller
Will
Attach
Cell
Content
View
controller
Will
Attach
Cell
Trait
controller
Will
Attach
Cell
View
controller
Will
Attach
Leaf
Trait
controller
Will
Attach
Leaf
View
controller
Will
Attach
Parent
controller
Will
Compute
controller
Will
Detach
Parent
controller
Will
Generate
controller
Will
Highlight
Leaf
View
controller
Will
Insert
Child
controller
Will
Mount
controller
Will
Remove
Child
controller
Will
Resolve
controller
Will
Revise
controller
Will
Set
Cell
Icon
controller
Will
Unhighlight
Leaf
View
controller
Will
Unmount
Generated using
TypeDoc