ariba.ui.table
Interface AWTColumnManager


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

preTake

void preTake(AWTDataTable table)
Do work before the table's takeValues

Parameters:
table - The table executing the phase

postTake

void postTake(AWTDataTable table)
Do work after the table's takeValues

Parameters:
table - The table executing the phase

preInvoke

void preInvoke(AWTDataTable table)
Do work before the table's invokeAction

Parameters:
table - The table executing the phase

postInvoke

void postInvoke(AWTDataTable table,
                AWResponseGenerating result)
Do work after the table's invokeAction

Parameters:
table - The table executing the phase

preAppend

void preAppend(AWTDataTable table)
Do work before the table's renderResponse

Parameters:
table - The table executing the phase

postAppend

void postAppend(AWTDataTable table)
Do work after the table's renderResponse

Parameters:
table - The table executing the phase


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.