A container that lays out child widgets in a set number of columns. Each widget can have a 'label' or 'title' attribute which can be configured to be displayed beside or above each widget.
The TableContainer has no default styling, as the base implementation is designed to be a simple layout mechanism. However you can style the labels and value cells and rows very easily. This page shows how four different styling schemes, greyLNF, greyBlueLNF, greenLNF and innerLNF can be applied to TableContainers.
This is a ContentPane with a label
| ||||||||
This is just some text that fills a couple of cells,
look at it wrap around!!!!
| ||||||||
colspan = 1 - actual colspan = null | colspan = 1 - actual colspan = null | colspan = 1 - actual colspan = null | |||
colspan = 2 - actual colspan = 3 | |||||
colspan = 2 - actual colspan = 3 | colspan = 1 - actual colspan = null | ||||
colspan = 1 - actual colspan = null | colspan = 1 - actual colspan = null | ||||
colspan = 3 - actual colspan = 5 | |||||
colspan = 4 (just takes up 3) - actual colspan = 5 |
colspan = 1 - actual colspan = null | colspan = 1 - actual colspan = null | colspan = 1 - actual colspan = null |
colspan = 2 - actual colspan = 2 | ||
colspan = 2 - actual colspan = 2 | colspan = 1 - actual colspan = null | |
colspan = 1 - actual colspan = null | colspan = 1 - actual colspan = null | |
colspan = 3 - actual colspan = 3 | ||
colspan = 4 (just takes up 3) - actual colspan = 3 |
Drag the splitter to resize the TableContainer in the right/center region and confirm the column widths resize correctly to their new width
Width: 242 | Width: 242 | ||
Nested BC region width: 503
Nested BC region width: 241
|