Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/deck
DeckViewBar
Interface DeckViewBar<O, V>
Type parameters
O
:
DeckView
=
DeckView
V
:
DeckBar
=
DeckBar
Hierarchy
ViewRef
<
O
,
V
>
DeckViewBar
Callable
Deck
View
Bar
(
)
:
null
|
V
Deck
View
Bar
(
view
:
null
|
AnyView
<
V
>
, targetView
?:
null
|
View
, key
?:
string
)
:
O
Returns
null
|
V
Parameters
view:
null
|
AnyView
<
V
>
Optional
targetView:
null
|
View
Optional
key:
string
Returns
O
Index
Properties
constraint
Variables
constraints
flags
owner
view
Accessors
affinity
binds
coherent
family
Type
inherited
inherits
key
lazy
mounted
name
observes
parent
View
static
super
Fastener
super
Name
type
Methods
activate
Constraint
activate
Constraint
Variable
activate
Layout
add
Constraint
add
Constraint
Variable
attach
Sub
Fastener
attach
View
bind
Super
Fastener
bind
View
constraint
constraint
Variable
create
View
deactivate
Constraint
deactivate
Constraint
Variable
deactivate
Layout
deck
Bar
Did
Press
Back
Button
deck
Bar
Did
Press
Close
Button
decohere
deinit
View
delete
View
detach
Sub
Fastener
detach
View
detect
View
did
Attach
View
did
Bind
Super
Fastener
did
Detach
View
did
Inherit
did
Mount
did
Set
Affinity
did
Set
Inherits
did
Unbind
Super
Fastener
did
Uninherit
did
Unmount
from
Any
get
Super
Fastener
get
View
has
Affinity
has
Constraint
has
Constraint
Variable
init
init
Affinity
init
Bar
init
Inherits
init
View
insert
Child
insert
View
min
Affinity
mount
on
Attach
View
on
Bind
Super
Fastener
on
Detach
View
on
Inherit
on
Mount
on
Set
Affinity
on
Set
Inherits
on
Unbind
Super
Fastener
on
Uninherit
on
Unmount
recohere
remove
Constraint
remove
Constraint
Variable
remove
View
resize
Bar
set
Affinity
set
Coherent
set
Constraint
Variable
set
Flags
set
Inherited
set
Inherits
set
View
to
String
unbind
Super
Fastener
unbind
View
unmount
view
Did
Resize
will
Attach
View
will
Bind
Super
Fastener
will
Detach
View
will
Inherit
will
Mount
will
Set
Affinity
will
Set
Inherits
will
Unbind
Super
Fastener
will
Uninherit
will
Unmount
Properties
Readonly
constraint
Variables
constraint
Variables
:
readonly
ConstraintVariable
[]
Readonly
constraints
constraints
:
readonly
Constraint
[]
Readonly
flags
flags
:
number
Readonly
owner
owner
:
O
Readonly
view
view
:
null
|
V
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
<
ViewRef
<
any
,
any
>
>
Returns
null
|
Class
<
ViewRef
<
any
,
any
>
>
inherited
get
inherited
(
)
:
boolean
Returns
boolean
inherits
get
inherits
(
)
:
boolean
Returns
boolean
key
get
key
(
)
:
undefined
|
string
Returns
undefined
|
string
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
View
get
parentView
(
)
:
null
|
View
Returns
null
|
View
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
|
ViewFactory
<
V
,
AnyView
<
V
>
>
Returns
undefined
|
ViewFactory
<
V
,
AnyView
<
V
>
>
Methods
activate
Constraint
activate
Constraint
(
constraint
:
Constraint
)
:
void
Parameters
constraint:
Constraint
Returns
void
activate
Constraint
Variable
activate
Constraint
Variable
(
constraintVariable
:
ConstraintVariable
)
:
void
Parameters
constraintVariable:
ConstraintVariable
Returns
void
activate
Layout
activate
Layout
(
)
:
void
Returns
void
add
Constraint
add
Constraint
(
constraint
:
Constraint
)
:
void
Parameters
constraint:
Constraint
Returns
void
add
Constraint
Variable
add
Constraint
Variable
(
variable
:
ConstraintVariable
)
:
void
Parameters
variable:
ConstraintVariable
Returns
void
attach
Sub
Fastener
attach
Sub
Fastener
(
subFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
subFastener:
Fastener
<
unknown
>
Returns
void
attach
View
attach
View
(
view
?:
AnyView
<
V
>
, targetView
?:
null
|
View
)
:
V
Parameters
Optional
view:
AnyView
<
V
>
Optional
targetView:
null
|
View
Returns
V
bind
Super
Fastener
bind
Super
Fastener
(
)
:
void
Returns
void
bind
View
bind
View
(
view
:
View
, targetView
:
null
|
View
)
:
void
Parameters
view:
View
targetView:
null
|
View
Returns
void
constraint
constraint
(
lhs
:
AnyConstraintExpression
, relation
:
ConstraintRelation
, rhs
?:
AnyConstraintExpression
, strength
?:
AnyConstraintStrength
)
:
Constraint
Parameters
lhs:
AnyConstraintExpression
relation:
ConstraintRelation
Optional
rhs:
AnyConstraintExpression
Optional
strength:
AnyConstraintStrength
Returns
Constraint
constraint
Variable
constraint
Variable
(
name
:
string
, value
?:
number
, strength
?:
AnyConstraintStrength
)
:
ConstraintProperty
<
unknown
,
number
,
number
>
Parameters
name:
string
Optional
value:
number
Optional
strength:
AnyConstraintStrength
Returns
ConstraintProperty
<
unknown
,
number
,
number
>
create
View
create
View
(
)
:
V
Returns
V
deactivate
Constraint
deactivate
Constraint
(
constraint
:
Constraint
)
:
void
Parameters
constraint:
Constraint
Returns
void
deactivate
Constraint
Variable
deactivate
Constraint
Variable
(
constraintVariable
:
ConstraintVariable
)
:
void
Parameters
constraintVariable:
ConstraintVariable
Returns
void
deactivate
Layout
deactivate
Layout
(
)
:
void
Returns
void
deck
Bar
Did
Press
Back
Button
deck
Bar
Did
Press
Back
Button
(
event
:
null
|
Event
, view
:
O
)
:
void
Parameters
event:
null
|
Event
view:
O
Returns
void
deck
Bar
Did
Press
Close
Button
deck
Bar
Did
Press
Close
Button
(
event
:
null
|
Event
, view
:
O
)
:
void
Parameters
event:
null
|
Event
view:
O
Returns
void
decohere
decohere
(
)
:
void
Returns
void
deinit
View
deinit
View
(
view
:
V
)
:
void
Parameters
view:
V
Returns
void
delete
View
delete
View
(
)
:
null
|
V
Returns
null
|
V
detach
Sub
Fastener
detach
Sub
Fastener
(
subFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
subFastener:
Fastener
<
unknown
>
Returns
void
detach
View
detach
View
(
)
:
null
|
V
Returns
null
|
V
detect
View
detect
View
(
view
:
View
)
:
null
|
V
Parameters
view:
View
Returns
null
|
V
did
Attach
View
did
Attach
View
(
barView
:
V
)
:
void
override
Parameters
barView:
V
Returns
void
did
Bind
Super
Fastener
did
Bind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
did
Detach
View
did
Detach
View
(
view
:
V
)
:
void
Parameters
view:
V
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
:
AnyView
<
V
>
)
:
V
Parameters
value:
AnyView
<
V
>
Returns
V
get
Super
Fastener
get
Super
Fastener
(
)
:
null
|
Fastener
<
unknown
>
Returns
null
|
Fastener
<
unknown
>
get
View
get
View
(
)
:
V
Returns
V
has
Affinity
has
Affinity
(
affinity
:
number
)
:
boolean
Parameters
affinity:
number
Returns
boolean
has
Constraint
has
Constraint
(
constraint
:
Constraint
)
:
boolean
Parameters
constraint:
Constraint
Returns
boolean
has
Constraint
Variable
has
Constraint
Variable
(
variable
:
ConstraintVariable
)
:
boolean
Parameters
variable:
ConstraintVariable
Returns
boolean
init
init
(
)
:
void
Returns
void
init
Affinity
init
Affinity
(
affinity
:
number
)
:
void
Parameters
affinity:
number
Returns
void
Protected
init
Bar
init
Bar
(
barView
:
V
)
:
void
Parameters
barView:
V
Returns
void
init
Inherits
init
Inherits
(
inherits
:
string
|
boolean
)
:
void
Parameters
inherits:
string
|
boolean
Returns
void
init
View
init
View
(
view
:
V
)
:
void
Parameters
view:
V
Returns
void
insert
Child
insert
Child
(
parent
:
View
, childView
:
V
, targetView
:
null
|
View
, key
:
undefined
|
string
)
:
void
override
Parameters
parent:
View
childView:
V
targetView:
null
|
View
key:
undefined
|
string
Returns
void
insert
View
insert
View
(
parentView
?:
null
|
View
, newView
?:
AnyView
<
V
>
, targetView
?:
null
|
View
, key
?:
string
)
:
V
Parameters
Optional
parentView:
null
|
View
Optional
newView:
AnyView
<
V
>
Optional
targetView:
null
|
View
Optional
key:
string
Returns
V
min
Affinity
min
Affinity
(
affinity
:
undefined
|
number
)
:
boolean
Parameters
affinity:
undefined
|
number
Returns
boolean
mount
mount
(
)
:
void
Returns
void
on
Attach
View
on
Attach
View
(
view
:
V
, targetView
:
null
|
View
)
:
void
Parameters
view:
V
targetView:
null
|
View
Returns
void
on
Bind
Super
Fastener
on
Bind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
on
Detach
View
on
Detach
View
(
view
:
V
)
:
void
Parameters
view:
V
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
remove
Constraint
remove
Constraint
(
constraint
:
Constraint
)
:
void
Parameters
constraint:
Constraint
Returns
void
remove
Constraint
Variable
remove
Constraint
Variable
(
variable
:
ConstraintVariable
)
:
void
Parameters
variable:
ConstraintVariable
Returns
void
remove
View
remove
View
(
)
:
null
|
V
Returns
null
|
V
Protected
resize
Bar
resize
Bar
(
barView
:
V
)
:
void
Parameters
barView:
V
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
Constraint
Variable
set
Constraint
Variable
(
constraintVariable
:
ConstraintVariable
, state
:
number
)
:
void
Parameters
constraintVariable:
ConstraintVariable
state:
number
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
set
View
set
View
(
newView
:
null
|
AnyView
<
V
>
, targetView
?:
null
|
View
, key
?:
string
)
:
null
|
V
Parameters
newView:
null
|
AnyView
<
V
>
Optional
targetView:
null
|
View
Optional
key:
string
Returns
null
|
V
to
String
to
String
(
)
:
string
Returns
string
unbind
Super
Fastener
unbind
Super
Fastener
(
)
:
void
Returns
void
unbind
View
unbind
View
(
view
:
View
)
:
void
Parameters
view:
View
Returns
void
unmount
unmount
(
)
:
void
Returns
void
view
Did
Resize
view
Did
Resize
(
viewContext
:
ViewContext
, barView
:
V
)
:
void
Parameters
viewContext:
ViewContext
barView:
V
Returns
void
will
Attach
View
will
Attach
View
(
view
:
V
, targetView
:
null
|
View
)
:
void
Parameters
view:
V
targetView:
null
|
View
Returns
void
will
Bind
Super
Fastener
will
Bind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
will
Detach
View
will
Detach
View
(
view
:
V
)
:
void
Parameters
view:
V
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/ux
@swim/button
@swim/token
@swim/table
@swim/window
@swim/deck
@swim/vis
@swim/maps
Deck
Bar
Deck
Button
Deck
Card
Deck
Post
Deck
Rail
Deck
Slider
Deck
Slot
Deck
View
Title
Deck
Bar
Title
Deck
View
Deck
Bar
Observer
Deck
Button
Back
Icon
Deck
Button
Close
Icon
Deck
Button
Label
Deck
Button
Observer
Deck
Post
Init
Deck
Rail
Init
Deck
Slider
Item
Deck
Slider
Observer
Deck
View
Bar
constraint
Variables
constraints
flags
owner
view
affinity
binds
coherent
family
Type
inherited
inherits
key
lazy
mounted
name
observes
parent
View
static
super
Fastener
super
Name
type
activate
Constraint
activate
Constraint
Variable
activate
Layout
add
Constraint
add
Constraint
Variable
attach
Sub
Fastener
attach
View
bind
Super
Fastener
bind
View
constraint
constraint
Variable
create
View
deactivate
Constraint
deactivate
Constraint
Variable
deactivate
Layout
deck
Bar
Did
Press
Back
Button
deck
Bar
Did
Press
Close
Button
decohere
deinit
View
delete
View
detach
Sub
Fastener
detach
View
detect
View
did
Attach
View
did
Bind
Super
Fastener
did
Detach
View
did
Inherit
did
Mount
did
Set
Affinity
did
Set
Inherits
did
Unbind
Super
Fastener
did
Uninherit
did
Unmount
from
Any
get
Super
Fastener
get
View
has
Affinity
has
Constraint
has
Constraint
Variable
init
init
Affinity
init
Bar
init
Inherits
init
View
insert
Child
insert
View
min
Affinity
mount
on
Attach
View
on
Bind
Super
Fastener
on
Detach
View
on
Inherit
on
Mount
on
Set
Affinity
on
Set
Inherits
on
Unbind
Super
Fastener
on
Uninherit
on
Unmount
recohere
remove
Constraint
remove
Constraint
Variable
remove
View
resize
Bar
set
Affinity
set
Coherent
set
Constraint
Variable
set
Flags
set
Inherited
set
Inherits
set
View
to
String
unbind
Super
Fastener
unbind
View
unmount
view
Did
Resize
will
Attach
View
will
Bind
Super
Fastener
will
Detach
View
will
Inherit
will
Mount
will
Set
Affinity
will
Set
Inherits
will
Unbind
Super
Fastener
will
Uninherit
will
Unmount
Deck
View
Card
Deck
View
Observer
Any
Deck
Post
Any
Deck
Rail
Deck
Button
Back
Icon
Deck
Button
Close
Icon
Deck
Button
Label
Deck
Slider
Item
Deck
View
Bar
Deck
View
Card
Generated using
TypeDoc