| Package | Description |
|---|---|
| ca.weblite.shared.components.table |
This package contains a Table component similar to swing’s JTable and associated renderer and editor classes.
|
| com.codename1.rad.ui.table |
This package contains bindable implementations of the classes in the
ca.weblite.shared.components.table package. |
| Modifier and Type | Class and Description |
|---|---|
class |
StringArrayTableModel
A table model that gets its data from a
String array. |
| Modifier and Type | Method and Description |
|---|---|
TableModel |
Table.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setModel(TableModel model) |
| Constructor and Description |
|---|
Table(TableModel model) |
Table(TableModel model,
TableCellRenderer renderer,
TableCellEditor editor) |
TableModelEvent(TableModel source,
int column,
int firstRow,
int lastRow,
int type) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityListTableModel<T extends Entity>
A table model that allows using a
Table to render and edit an EntityList. |
Copyright © 2022. All Rights Reserved.