|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface AbstractCellTable.TableSectionChangeHandler
Interface that this class's subclass may implement to get notified with table section change event. During rendering, a faster method based on swaping the entire section will be used iff
AbstractCellTable.getTableBodyElement()
,
AbstractCellTable.getTableHeadElement()
, or AbstractCellTable.getTableFootElement()
are called, the correct section
will be returned.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |