public interface ITableDataModelListener
Modifier and Type | Method and Description |
---|---|
void |
dataChanged() |
void |
rowsAdded(int[] rowIndices) |
void |
rowsChanged(int[] rowIndices) |
void |
rowsRemoved(int[] rowIndices) |
void |
selectionChanged() |
Siehe auch Jowidgets Nutzerhandbuch