| Package | Description |
|---|---|
| com.codename1.properties |
High level property objects that allow us to replace getters/setters in business objects with more convenient
storage/parsing mappings while retaining type safety.
|
| com.codename1.ui.layouts |
Layout managers allow a
Container to
arrange its components by a set of rules that adapt to specific
densities (ppi - pixels per inch). |
| com.codename1.ui.table |
Table component for editing and viewing tabular data and arranging Codename One components in a tabular form
|
| Class and Description |
|---|
| AbstractTableModel
This abstract class extends table model with various capabilities such
as type information etc.
|
| TableModel
The table and table model class are complimentry classes allowing the quick construction
of tabular data controls.
|
| Class and Description |
|---|
| TableLayout
TableLayout is a very elaborate constraint based layout manager that can arrange elements
in rows/columns while defining constraints to control complex behavior such as spanning, alignment/weight
etc.
Notice that the table layout is in the com.codename1.ui.table package and not in the
layouts package. |
| TableLayout.Constraint
Represents the layout constraint for an entry within the table indicating
the desired position/behavior of the component.
|
| Class and Description |
|---|
| AbstractTableModel
This abstract class extends table model with various capabilities such
as type information etc.
|
| TableLayout.Constraint
Represents the layout constraint for an entry within the table indicating
the desired position/behavior of the component.
|
| TableModel
The table and table model class are complimentry classes allowing the quick construction
of tabular data controls.
|
Copyright © 2021. All rights reserved.