to.etc.domui.component.tbl
Interface IDataTableChangeListener
- All Known Implementing Classes:
- DataPager
public interface IDataTableChangeListener
Accepts datatable change events.
- Author:
- Frits Jalvingh
Created on Jun 19, 2008
modelChanged
void modelChanged(TabularComponentBase<?> tbl,
ITableModel<?> old,
ITableModel<?> nw)
throws java.lang.Exception
- Called when the datatable as accepted a different model.
- Throws:
java.lang.Exception
pageChanged
void pageChanged(TabularComponentBase<?> tbl)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectionUIChanged
void selectionUIChanged(TabularComponentBase<?> tbl)
throws java.lang.Exception
- Throws:
java.lang.Exception