Namespace: tables

qui.tables

Classes

Table
TableCell
TableRow

Namespaces

commoncells
commontables

Members

(static, constant) TABLE_CELL_ALIGN_BOTTOM

Source:

(static, constant) TABLE_CELL_ALIGN_CENTER

Source:

(static, constant) TABLE_CELL_ALIGN_LEFT

Source:

(static, constant) TABLE_CELL_ALIGN_RIGHT

Source:

(static, constant) TABLE_CELL_ALIGN_TOP

Source:

Type Definitions

TableRowMatchFunc(row) → {Boolean}

Table row match function.

Parameters:
Name Type Description
row qui.tables.TableRow

the row to be tested

Source:
Returns:

true if the row matches the condition, false otherwise

Type
Boolean