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
TableLayout
Class TableLayout
Hierarchy
TableLayout
Implements
Equals
Equivalent
Debug
Index
Constructors
constructor
Properties
col
Spacing
cols
left
right
width
Methods
debug
equals
equivalent
To
get
Col
resized
to
String
create
from
Any
from
Init
of
Constructors
constructor
new
Table
Layout
(
width
:
null
|
Length
, left
:
null
|
Length
, right
:
null
|
Length
, colSpacing
:
null
|
AnyLength
, cols
:
readonly
ColLayout
[]
)
:
TableLayout
Parameters
width:
null
|
Length
left:
null
|
Length
right:
null
|
Length
colSpacing:
null
|
AnyLength
cols:
readonly
ColLayout
[]
Returns
TableLayout
Properties
Readonly
col
Spacing
col
Spacing
:
null
|
Length
Readonly
cols
cols
:
readonly
ColLayout
[]
Readonly
left
left
:
null
|
Length
Readonly
right
right
:
null
|
Length
Readonly
width
width
:
null
|
Length
Methods
debug
debug
(
output
:
Output
<
unknown
>
)
:
void
Parameters
output:
Output
<
unknown
>
Returns
void
equals
equals
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
equivalent
To
equivalent
To
(
that
:
unknown
, epsilon
?:
number
)
:
boolean
Parameters
that:
unknown
Optional
epsilon:
number
Returns
boolean
get
Col
get
Col
(
key
:
string
)
:
null
|
ColLayout
Parameters
key:
string
Returns
null
|
ColLayout
resized
resized
(
width
:
AnyLength
, left
?:
null
|
AnyLength
, right
?:
null
|
AnyLength
, colSpacing
?:
null
|
AnyLength
)
:
TableLayout
Parameters
width:
AnyLength
Optional
left:
null
|
AnyLength
Optional
right:
null
|
AnyLength
Optional
colSpacing:
null
|
AnyLength
Returns
TableLayout
to
String
to
String
(
)
:
string
Returns
string
Static
create
create
(
cols
:
readonly
ColLayout
[]
)
:
TableLayout
Parameters
cols:
readonly
ColLayout
[]
Returns
TableLayout
Static
from
Any
from
Any
(
value
:
AnyTableLayout
)
:
TableLayout
Parameters
value:
AnyTableLayout
Returns
TableLayout
Static
from
Init
from
Init
(
init
:
TableLayoutInit
)
:
TableLayout
Parameters
init:
TableLayoutInit
Returns
TableLayout
Static
of
of
(
...
tableCols
:
AnyColLayout
[]
)
:
TableLayout
Parameters
Rest
...
tableCols:
AnyColLayout
[]
Returns
TableLayout
Modules
@swim/system
@swim/toolkit
@swim/ui
@swim/ux
@swim/button
@swim/token
@swim/grid
@swim/window
@swim/deck
@swim/vis
@swim/maps
Table
Layout
constructor
col
Spacing
cols
left
right
width
debug
equals
equivalent
To
get
Col
resized
to
String
create
from
Any
from
Init
of
Generated using
TypeDoc