| 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.table |
Table component for editing and viewing tabular data and arranging Codename One components in a tabular form
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UiBinding.BoundTableModel
Implements table model binding, this is implemented as a class to allow
additional features such as adding/removing rows
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTableModel
A default implementation of the table model based on a two dimensional array.
|
class |
SortableTableModel
A proxy that wraps the table model providing sorting API that can be leveraged by the table
|
Copyright © 2023. All rights reserved.