Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/controller
ControllerRelation
Interface ControllerRelation<O, C>
Type parameters
O =
unknown
C
:
Controller
=
Controller
Hierarchy
Fastener
<
O
>
ControllerRelation
Index
Properties
flags
owner
Accessors
affinity
binds
coherent
family
Type
inherited
inherits
lazy
mounted
name
observes
parent
Controller
static
super
Fastener
super
Name
type
Methods
attach
Sub
Fastener
bind
Controller
bind
Super
Fastener
create
Controller
decohere
deinit
Controller
detach
Sub
Fastener
detect
Controller
did
Attach
Controller
did
Bind
Super
Fastener
did
Detach
Controller
did
Inherit
did
Mount
did
Set
Affinity
did
Set
Inherits
did
Unbind
Super
Fastener
did
Uninherit
did
Unmount
from
Any
get
Super
Fastener
has
Affinity
init
init
Affinity
init
Controller
init
Inherits
insert
Child
min
Affinity
mount
on
Attach
Controller
on
Bind
Super
Fastener
on
Detach
Controller
on
Inherit
on
Mount
on
Set
Affinity
on
Set
Inherits
on
Unbind
Super
Fastener
on
Uninherit
on
Unmount
recohere
set
Affinity
set
Coherent
set
Flags
set
Inherited
set
Inherits
to
String
unbind
Controller
unbind
Super
Fastener
unmount
will
Attach
Controller
will
Bind
Super
Fastener
will
Detach
Controller
will
Inherit
will
Mount
will
Set
Affinity
will
Set
Inherits
will
Unbind
Super
Fastener
will
Uninherit
will
Unmount
Properties
Readonly
flags
flags
:
number
Readonly
owner
owner
:
O
Accessors
affinity
get
affinity
(
)
:
number
Returns
number
binds
get
binds
(
)
:
undefined
|
boolean
Returns
undefined
|
boolean
coherent
get
coherent
(
)
:
boolean
Returns
boolean
family
Type
get
familyType
(
)
:
null
|
Class
<
ControllerRelation
<
any
,
any
>
>
Returns
null
|
Class
<
ControllerRelation
<
any
,
any
>
>
inherited
get
inherited
(
)
:
boolean
Returns
boolean
inherits
get
inherits
(
)
:
boolean
Returns
boolean
lazy
get
lazy
(
)
:
boolean
Returns
boolean
mounted
get
mounted
(
)
:
boolean
Returns
boolean
name
get
name
(
)
:
string
Returns
string
observes
get
observes
(
)
:
undefined
|
boolean
Returns
undefined
|
boolean
parent
Controller
get
parentController
(
)
:
null
|
Controller
Returns
null
|
Controller
static
get
static
(
)
:
string
|
boolean
Returns
string
|
boolean
super
Fastener
get
superFastener
(
)
:
null
|
Fastener
<
unknown
>
Returns
null
|
Fastener
<
unknown
>
super
Name
get
superName
(
)
:
undefined
|
string
Returns
undefined
|
string
type
get
type
(
)
:
undefined
|
ControllerFactory
<
C
,
AnyController
<
C
>
>
Returns
undefined
|
ControllerFactory
<
C
,
AnyController
<
C
>
>
Methods
attach
Sub
Fastener
attach
Sub
Fastener
(
subFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
subFastener:
Fastener
<
unknown
>
Returns
void
bind
Controller
bind
Controller
(
controller
:
Controller
, targetController
:
null
|
Controller
)
:
void
Parameters
controller:
Controller
targetController:
null
|
Controller
Returns
void
bind
Super
Fastener
bind
Super
Fastener
(
)
:
void
Returns
void
create
Controller
create
Controller
(
)
:
C
Returns
C
decohere
decohere
(
)
:
void
Returns
void
deinit
Controller
deinit
Controller
(
controller
:
C
)
:
void
Parameters
controller:
C
Returns
void
detach
Sub
Fastener
detach
Sub
Fastener
(
subFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
subFastener:
Fastener
<
unknown
>
Returns
void
detect
Controller
detect
Controller
(
controller
:
Controller
)
:
null
|
C
Parameters
controller:
Controller
Returns
null
|
C
did
Attach
Controller
did
Attach
Controller
(
controller
:
C
, targetController
:
null
|
Controller
)
:
void
Parameters
controller:
C
targetController:
null
|
Controller
Returns
void
did
Bind
Super
Fastener
did
Bind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
did
Detach
Controller
did
Detach
Controller
(
controller
:
C
)
:
void
Parameters
controller:
C
Returns
void
did
Inherit
did
Inherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
did
Mount
did
Mount
(
)
:
void
Returns
void
did
Set
Affinity
did
Set
Affinity
(
newAffinity
:
number
, oldAffinity
:
number
)
:
void
Parameters
newAffinity:
number
oldAffinity:
number
Returns
void
did
Set
Inherits
did
Set
Inherits
(
inherits
:
boolean
, superName
:
undefined
|
string
)
:
void
Parameters
inherits:
boolean
superName:
undefined
|
string
Returns
void
did
Unbind
Super
Fastener
did
Unbind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
did
Uninherit
did
Uninherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
did
Unmount
did
Unmount
(
)
:
void
Returns
void
from
Any
from
Any
(
value
:
AnyController
<
C
>
)
:
C
Parameters
value:
AnyController
<
C
>
Returns
C
get
Super
Fastener
get
Super
Fastener
(
)
:
null
|
Fastener
<
unknown
>
Returns
null
|
Fastener
<
unknown
>
has
Affinity
has
Affinity
(
affinity
:
number
)
:
boolean
Parameters
affinity:
number
Returns
boolean
init
init
(
)
:
void
Returns
void
init
Affinity
init
Affinity
(
affinity
:
number
)
:
void
Parameters
affinity:
number
Returns
void
init
Controller
init
Controller
(
controller
:
C
)
:
void
Parameters
controller:
C
Returns
void
init
Inherits
init
Inherits
(
inherits
:
string
|
boolean
)
:
void
Parameters
inherits:
string
|
boolean
Returns
void
insert
Child
insert
Child
(
parent
:
Controller
, child
:
C
, target
:
null
|
Controller
, key
:
undefined
|
string
)
:
void
Parameters
parent:
Controller
child:
C
target:
null
|
Controller
key:
undefined
|
string
Returns
void
min
Affinity
min
Affinity
(
affinity
:
undefined
|
number
)
:
boolean
Parameters
affinity:
undefined
|
number
Returns
boolean
mount
mount
(
)
:
void
Returns
void
on
Attach
Controller
on
Attach
Controller
(
controller
:
C
, targetController
:
null
|
Controller
)
:
void
Parameters
controller:
C
targetController:
null
|
Controller
Returns
void
on
Bind
Super
Fastener
on
Bind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
on
Detach
Controller
on
Detach
Controller
(
controller
:
C
)
:
void
Parameters
controller:
C
Returns
void
on
Inherit
on
Inherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
on
Mount
on
Mount
(
)
:
void
Returns
void
on
Set
Affinity
on
Set
Affinity
(
newAffinity
:
number
, oldAffinity
:
number
)
:
void
Parameters
newAffinity:
number
oldAffinity:
number
Returns
void
on
Set
Inherits
on
Set
Inherits
(
inherits
:
boolean
, superName
:
undefined
|
string
)
:
void
Parameters
inherits:
boolean
superName:
undefined
|
string
Returns
void
on
Unbind
Super
Fastener
on
Unbind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
on
Uninherit
on
Uninherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
on
Unmount
on
Unmount
(
)
:
void
Returns
void
recohere
recohere
(
t
:
number
)
:
void
Parameters
t:
number
Returns
void
set
Affinity
set
Affinity
(
affinity
:
number
)
:
void
Parameters
affinity:
number
Returns
void
set
Coherent
set
Coherent
(
coherent
:
boolean
)
:
void
Parameters
coherent:
boolean
Returns
void
set
Flags
set
Flags
(
flags
:
number
)
:
void
Parameters
flags:
number
Returns
void
set
Inherited
set
Inherited
(
inherited
:
boolean
, superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
inherited:
boolean
superFastener:
Fastener
<
unknown
>
Returns
void
set
Inherits
set
Inherits
(
inherits
:
string
|
boolean
)
:
void
Parameters
inherits:
string
|
boolean
Returns
void
to
String
to
String
(
)
:
string
Returns
string
unbind
Controller
unbind
Controller
(
controller
:
Controller
)
:
void
Parameters
controller:
Controller
Returns
void
unbind
Super
Fastener
unbind
Super
Fastener
(
)
:
void
Returns
void
unmount
unmount
(
)
:
void
Returns
void
will
Attach
Controller
will
Attach
Controller
(
controller
:
C
, targetController
:
null
|
Controller
)
:
void
Parameters
controller:
C
targetController:
null
|
Controller
Returns
void
will
Bind
Super
Fastener
will
Bind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
will
Detach
Controller
will
Detach
Controller
(
controller
:
C
)
:
void
Parameters
controller:
C
Returns
void
will
Inherit
will
Inherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
will
Mount
will
Mount
(
)
:
void
Returns
void
will
Set
Affinity
will
Set
Affinity
(
newAffinity
:
number
, oldAffinity
:
number
)
:
void
Parameters
newAffinity:
number
oldAffinity:
number
Returns
void
will
Set
Inherits
will
Set
Inherits
(
inherits
:
boolean
, superName
:
undefined
|
string
)
:
void
Parameters
inherits:
boolean
superName:
undefined
|
string
Returns
void
will
Unbind
Super
Fastener
will
Unbind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
will
Uninherit
will
Uninherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
will
Unmount
will
Unmount
(
)
:
void
Returns
void
Modules
@swim/runtime
@swim/toolkit
@swim/ui
@swim/model
@swim/style
@swim/theme
@swim/view
@swim/dom
@swim/graphics
@swim/controller
@swim/ux
@swim/vis
@swim/maps
Controller
Relation
flags
owner
affinity
binds
coherent
family
Type
inherited
inherits
lazy
mounted
name
observes
parent
Controller
static
super
Fastener
super
Name
type
attach
Sub
Fastener
bind
Controller
bind
Super
Fastener
create
Controller
decohere
deinit
Controller
detach
Sub
Fastener
detect
Controller
did
Attach
Controller
did
Bind
Super
Fastener
did
Detach
Controller
did
Inherit
did
Mount
did
Set
Affinity
did
Set
Inherits
did
Unbind
Super
Fastener
did
Uninherit
did
Unmount
from
Any
get
Super
Fastener
has
Affinity
init
init
Affinity
init
Controller
init
Inherits
insert
Child
min
Affinity
mount
on
Attach
Controller
on
Bind
Super
Fastener
on
Detach
Controller
on
Inherit
on
Mount
on
Set
Affinity
on
Set
Inherits
on
Unbind
Super
Fastener
on
Uninherit
on
Unmount
recohere
set
Affinity
set
Coherent
set
Flags
set
Inherited
set
Inherits
to
String
unbind
Controller
unbind
Super
Fastener
unmount
will
Attach
Controller
will
Bind
Super
Fastener
will
Detach
Controller
will
Inherit
will
Mount
will
Set
Affinity
will
Set
Inherits
will
Unbind
Super
Fastener
will
Uninherit
will
Unmount
Generated using
TypeDoc