public interface IDataTableChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
modelChanged(TableModelTableBase<?> tbl,
ITableModel<?> old,
ITableModel<?> nw)
Called when the datatable as accepted a different model.
|
void |
pageChanged(TableModelTableBase<?> tbl) |
void |
selectionUIChanged(TableModelTableBase<?> tbl) |
void modelChanged(@Nonnull TableModelTableBase<?> tbl, @Nullable ITableModel<?> old, @Nullable ITableModel<?> nw) throws Exception
Exceptionvoid pageChanged(@Nonnull TableModelTableBase<?> tbl) throws Exception
Exceptionvoid selectionUIChanged(@Nonnull TableModelTableBase<?> tbl) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.