Search
Preparing search index...
The search index is not available
@quenk/wml-widgets
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"layout/grid-layout/index"
GridLayout
Class GridLayout
GridLayout
Hierarchy
GenericLayout
<
GridLayoutAttrs
>
GridLayout
Implements
Widget
Layout
Index
Constructors
constructor
Properties
attrs
children
remove
Content
set
Content
view
Methods
removed
render
rendered
Object literals
values
Constructors
constructor
new
Grid
Layout
(
attrs
:
WidgetAttrs
<
GridLayoutAttrs
>
, children
:
Content
[]
)
:
GridLayout
children is an array of content passed to this Component.
Parameters
attrs:
WidgetAttrs
<
GridLayoutAttrs
>
children:
Content
[]
Returns
GridLayout
Properties
attrs
attrs
:
WidgetAttrs
<
GridLayoutAttrs
>
children
children
:
Content
[]
remove
Content
remove
Content
:
RemoveContent
<
this
>
= removeContent(this)(_get(this))
set
Content
set
Content
:
SetContent
<
this
>
= setContent(this)(_get(this))
view
view
:
View
= new views.Grid(this)
Methods
removed
removed
(
)
:
void
Returns
void
render
render
(
)
:
Content
Returns
Content
rendered
rendered
(
)
:
void
Returns
void
Object literals
values
values
:
object
content
content
:
object
class
class
:
string
= concat(GRID_LAYOUT, LAYOUT, (this.attrs.ww && this.attrs.ww.class) ?this.attrs.ww.class : '')
id
id
:
string
= "root"
Globals
"layout/grid-
layout/index"
Column
Grid
Layout
constructor
attrs
children
remove
Content
set
Content
view
removed
render
rendered
values
Row
Column
Attrs
Grid
Layout
Attrs
Row
Attrs
GRID_
LAYOUT
GRID_
LAYOUT_
COLUMN
GRID_
LAYOUT_
ROW
Generated using
TypeDoc
GridLayout