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 | Method and Description |
---|---|
void |
TableModel.addTableModelListener(ActionListener<TableModel.TableModelEvent> l)
Add a listener to be notified of changes to the model.
|
void |
StringArrayTableModel.addTableModelListener(ActionListener<TableModel.TableModelEvent> l) |
void |
TableModel.removeTableModelListener(ActionListener<TableModel.TableModelEvent> l)
Remove a listener.
|
void |
StringArrayTableModel.removeTableModelListener(ActionListener<TableModel.TableModelEvent> l) |
Modifier and Type | Method and Description |
---|---|
void |
EntityListTableModel.addTableModelListener(ActionListener<TableModel.TableModelEvent> l) |
void |
EntityListTableModel.removeTableModelListener(ActionListener<TableModel.TableModelEvent> l) |
Copyright © 2021. All Rights Reserved.