public class TableDataModelAdapter extends java.lang.Object implements ITableDataModelListener
Constructor and Description |
---|
TableDataModelAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
dataChanged() |
void |
rowsAdded(int[] rowIndices) |
void |
rowsChanged(int[] rowIndices) |
void |
rowsRemoved(int[] rowIndices) |
void |
selectionChanged() |
public void rowsAdded(int[] rowIndices)
rowsAdded
in interface ITableDataModelListener
public void rowsRemoved(int[] rowIndices)
rowsRemoved
in interface ITableDataModelListener
public void rowsChanged(int[] rowIndices)
rowsChanged
in interface ITableDataModelListener
public void dataChanged()
dataChanged
in interface ITableDataModelListener
public void selectionChanged()
selectionChanged
in interface ITableDataModelListener
Siehe auch Jowidgets Nutzerhandbuch