protected static interface AbstractCellTable.TableSectionChangeHandler
AbstractCellTable.getTableBodyElement(),
 AbstractCellTable.getTableHeadElement(), or AbstractCellTable.getTableFootElement() are called, the correct section
 will be returned.| Modifier and Type | Method and Description | 
|---|---|
| void | onTableBodyChange(TableSectionElement newTBody)Notify that a table body section has been changed. | 
| void | onTableFootChange(TableSectionElement newTFoot)Notify that a table body section has been changed. | 
| void | onTableHeadChange(TableSectionElement newTHead)Notify that a table head section has been changed. | 
void onTableBodyChange(TableSectionElement newTBody)
newTBody - the new body sectionvoid onTableFootChange(TableSectionElement newTFoot)
newTFoot - the new foot sectionvoid onTableHeadChange(TableSectionElement newTHead)
newTHead - the new head section