See: Description
Interface | Description |
---|---|
TableModel |
The table and table model class are complimentry classes allowing the quick construction
of tabular data controls.
|
Class | Description |
---|---|
DefaultTableModel |
A default implementation of the table model based on a two dimensional array.
|
Table |
The table class represents a grid of data that can be used for rendering a grid
of components/labels.
|
TableLayout |
Layout manager similar in spirit to HTML tables allowing rows and columns
of varying width/height.
|
TableLayout.Constraint |
Represents the layout constraint for an entry within the table indicating
the desired position/behavior of the component.
|
Table component for editing and viewing tabular data and arranging Codename One components in a tabular form