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.attributes |
This package contains
Attribute classes for use in UI descriptors. |
com.codename1.rad.ui |
This package contains the foundation classes for CodeRAD views.
|
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 |
AbstractTableCellEditor
An abstract base class for The TableCellEditor interface.
|
class |
DefaultTableCellEditor
A default
TableCellEditor which renders cell content in a TextField . |
Modifier and Type | Method and Description |
---|---|
void |
Table.setTableCellEditor(TableCellEditor editor) |
Constructor and Description |
---|
Table(TableModel model,
TableCellRenderer renderer,
TableCellEditor editor) |
Constructor and Description |
---|
TableCellEditorAttribute(TableCellEditor value) |
Modifier and Type | Method and Description |
---|---|
static TableCellEditor |
UI.getDefaultTableCellEditor() |
Modifier and Type | Method and Description |
---|---|
static TableCellEditorAttribute |
UI.cellEditor(TableCellEditor editor) |
static void |
UI.setDefaultTableCellEditor(TableCellEditor editor) |
Modifier and Type | Class and Description |
---|---|
class |
EntityListTableCellEditor
A cell editor for editing cell in a Table that uses
EntityListTableModel as a model. |
Constructor and Description |
---|
EntityListTableCellEditor(TableCellEditor parent) |
EntityListTableCellEditor(TableCellEditor parent,
PropertyViewFactory viewFactory) |
Copyright © 2021. All Rights Reserved.