| Package | Description |
|---|---|
| org.nuiton.web.gwt.table |
| Modifier and Type | Class and Description |
|---|---|
class |
FlexTableWithModel |
class |
SortableFlexTableWithModel |
class |
SortableTableModel
This class is used to provide sorting functionnalities when clicking on table
columns.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TableModelListener> |
AbstractGWTTableModel.listenerList
Storage for the listeners registered with this model.
|
| Modifier and Type | Method and Description |
|---|---|
TableModelListener[] |
AbstractGWTTableModel.getTableModelListeners()
Returns an array containing the listeners that have been added to the
table model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GWTTableModel.addTableModelListener(TableModelListener listener) |
void |
AbstractGWTTableModel.addTableModelListener(TableModelListener listener)
Adds a listener to the table model.
|
void |
GWTTableModel.removeTableModelListener(TableModelListener listener) |
void |
AbstractGWTTableModel.removeTableModelListener(TableModelListener listener)
Removes a listener from the table model so that it will no longer receive
notification of changes to the table model.
|
Copyright © 2010-2012 CodeLutin. All Rights Reserved.