[][src]Module unsegen::widget::builtin::table

A table of widgets with static number of columns.

Use by implementing TableRow and adding instances of that type to a Table using rows_mut.

Structs

Column

A single column in a Table.

CurrentCellBehavior

Pass all behavior to the currently active cell.

RowsMut

Mutable row access mapper to enforce invariants after mutation.

Table

A table of widgets with static number of Columns.

Traits

TableRow

This trait both (statically) describes the layout of the table (COLUMNS) and represents a single row in the table.