Home Manual Reference Source
public class | source

TableBuilder

Method Summary

Public Methods
public

add(type: *, template: *, attributes: *, callback: *)

public

build()

public

button(text: *, scope: *, handler: *)

public

column(attribute: *)

public

columns(columns: *)

public

remove(type: *, template: *, name: *, callback: *)

Public Methods

public add(type: *, template: *, attributes: *, callback: *) source

Params:

NameTypeAttributeDescription
type *
template *
attributes *
callback *

public build() source

public button(text: *, scope: *, handler: *) source

Params:

NameTypeAttributeDescription
text *
scope *
handler *

public column(attribute: *) source

Params:

NameTypeAttributeDescription
attribute *

public columns(columns: *) source

Params:

NameTypeAttributeDescription
columns *

public remove(type: *, template: *, name: *, callback: *) source

Params:

NameTypeAttributeDescription
type *
template *
name *
callback *