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.propertyviews |
This package contains property views, which are used to bind UI components with model properties.
|
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 |
---|---|
TableLayout.Constraint |
TableCellRenderer.createCellConstraint(Table table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
TableLayout.Constraint |
DefaultTableCellRenderer.createCellConstraint(Table table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
TableLayout.Constraint |
AbstractTableCellRenderer.createCellConstraint(Table table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
Component |
TableCellEditor.getTableCellEditorComponent(Table table,
Object value,
boolean isSelected,
int row,
int column)
Creates a component to edit the content of the given row and column of a table.
|
Component |
DefaultTableCellEditor.getTableCellEditorComponent(Table table,
Object value,
boolean isSelected,
int row,
int column) |
Component |
TableCellRenderer.getTableCellRendererComponent(Table table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
Create a component to display the content of a particular cell of the table.
|
Component |
DefaultTableCellRenderer.getTableCellRendererComponent(Table table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
Constructor and Description |
---|
TablePropertyView(Table component,
Entity entity,
FieldNode field) |
Modifier and Type | Method and Description |
---|---|
Component |
EntityListTableCellEditor.getTableCellEditorComponent(Table table,
Object value,
boolean isSelected,
int row,
int column) |
Component |
EntityListTableCellRenderer.getTableCellRendererComponent(Table table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
Copyright © 2021. All Rights Reserved.