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.
cells
(cells _)