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

Method Summary
 void modelChanged(TabularComponentBase<?> tbl, ITableModel<?> old, ITableModel<?> nw)
          Called when the datatable as accepted a different model.
 void pageChanged(TabularComponentBase<?> tbl)
           
 void selectionUIChanged(TabularComponentBase<?> tbl)
           
 

Method Detail

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