| Package | Description |
|---|---|
| org.nuiton.web.gwt.table |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGWTTableModel |
class |
DefaultTableModel
A two dimensional data structure used to store
Object
instances, usually for display in a JTable component. |
class |
SortableTableModel
This class is used to provide sorting functionnalities when clicking on table
columns.
|
| Modifier and Type | Field and Description |
|---|---|
protected GWTTableModel |
SortableTableModel.model |
| Modifier and Type | Method and Description |
|---|---|
GWTTableModel |
FlexTableWithModel.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlexTableWithModel.setModel(GWTTableModel model) |
| Constructor and Description |
|---|
FlexTableWithModel(GWTTableModel model) |
SortableTableModel(GWTTableModel model) |
TableModelEvent(GWTTableModel source) |
TableModelEvent(GWTTableModel source,
int row) |
TableModelEvent(GWTTableModel source,
int firstRow,
int lastRow) |
TableModelEvent(GWTTableModel source,
int firstRow,
int lastRow,
int column) |
TableModelEvent(GWTTableModel source,
int firstRow,
int lastRow,
int column,
int type) |
Copyright © 2010–2014 CodeLutin. All rights reserved.