|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AWTColumnManager
Column managers, that implement this interface, can register themselves with an AWTDataTable in order to get callbacks before and after the table executes each phase.
Method Summary | |
---|---|
void |
postAppend(AWTDataTable table)
Do work after the table's renderResponse |
void |
postInvoke(AWTDataTable table,
AWResponseGenerating result)
Do work after the table's invokeAction |
void |
postTake(AWTDataTable table)
Do work after the table's takeValues |
void |
preAppend(AWTDataTable table)
Do work before the table's renderResponse |
void |
preInvoke(AWTDataTable table)
Do work before the table's invokeAction |
void |
preTake(AWTDataTable table)
Do work before the table's takeValues |
Method Detail |
---|
void preTake(AWTDataTable table)
table
- The table executing the phasevoid postTake(AWTDataTable table)
table
- The table executing the phasevoid preInvoke(AWTDataTable table)
table
- The table executing the phasevoid postInvoke(AWTDataTable table, AWResponseGenerating result)
table
- The table executing the phasevoid preAppend(AWTDataTable table)
table
- The table executing the phasevoid postAppend(AWTDataTable table)
table
- The table executing the phase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |