gdl.scene2d.ui.table

Table

protocol

members

add!

(add! _ actor)
Adds a new cell to the table with the specified actor.

add-rows

(add-rows _ rows)
rows is a seq of seqs of columns.
Elements are actors or a map of
{:actor :expand? :bottom?  :colspan int :pad :pad-bottom}. Only :actor is required.

add-separator!

(add-separator! _)
Adds horizontal Separator widget to table with padding top, bottom 2px with fillX and expandX properties and inserts new row after separator (not before!)

cells

(cells _)