The TableItem class represents rows in the table. The parent of a TableItem is the containing Table.
Its constructor:
TableItem(Table parent, int style) TableItem(Table parent, int style, int index)