|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GWTTableModel | |
|---|---|
| org.nuiton.web.gwt.table | |
| Uses of GWTTableModel in org.nuiton.web.gwt.table |
|---|
| Classes in org.nuiton.web.gwt.table that implement GWTTableModel | |
|---|---|
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. |
| Fields in org.nuiton.web.gwt.table declared as GWTTableModel | |
|---|---|
protected GWTTableModel |
SortableTableModel.model
|
| Methods in org.nuiton.web.gwt.table that return GWTTableModel | |
|---|---|
GWTTableModel |
FlexTableWithModel.getModel()
|
| Methods in org.nuiton.web.gwt.table with parameters of type GWTTableModel | |
|---|---|
void |
FlexTableWithModel.setModel(GWTTableModel model)
|
| Constructors in org.nuiton.web.gwt.table with parameters of type GWTTableModel | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||