DTable

  • DTable Class.
new DTable()
Instance Members
drawAllTable(data, input)
drawTable(rows, input)
dataTable(data, input)
rowHeights(rows, input)
colWidths(rows, input)

RCell

RCell Class

new RCell(text: any)

Extends TCell

Parameters
text (any)
Instance Members
draw(width, height, input, input)

findClass

Find the class for the current value

findClass(value: any): array
Parameters
value (any)
Returns
array: classname, current class and params

StrechCell

StrechCell Class

new StrechCell(inner: any, width: any, heigth: any)

Extends TCell

Parameters
inner (any)
width (any)
heigth (any)
Instance Members
minWidth(input, input)
minHeight(input, input)
draw(width, heigth, input, input)

TCell

TCell Class.

new TCell(text: any)
Parameters
text (any)
Instance Members
draw(width, height, input, input)
getContent(width, height, input, input)
minWidth(input, input)
minHeight(input, input)

UnderlinedCell

UnderlinedCell Class

new UnderlinedCell(inner: any)

Extends TCell

Parameters
inner (any)
Instance Members
draw(width, height, input, input)