|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableModelListener | |
|---|---|
| org.nuiton.web.gwt.table | |
| Uses of TableModelListener in org.nuiton.web.gwt.table |
|---|
| Classes in org.nuiton.web.gwt.table that implement TableModelListener | |
|---|---|
class |
FlexTableWithModel
|
class |
SortableFlexTableWithModel
|
class |
SortableTableModel
This class is used to provide sorting functionnalities when clicking on table columns. |
| Fields in org.nuiton.web.gwt.table with type parameters of type TableModelListener | |
|---|---|
protected List<TableModelListener> |
AbstractGWTTableModel.listenerList
Storage for the listeners registered with this model. |
| Methods in org.nuiton.web.gwt.table that return TableModelListener | |
|---|---|
TableModelListener[] |
AbstractGWTTableModel.getTableModelListeners()
Returns an array containing the listeners that have been added to the table model. |
| Methods in org.nuiton.web.gwt.table with parameters of type TableModelListener | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||