ariba.ui.table
Class AWTDataTable.DataTableNavigationHandler
java.lang.Object
ariba.ui.table.AWTDataTable.DataTableNavigationHandler
- All Implemented Interfaces:
- AWErrorHandler
- Enclosing class:
- AWTDataTable
public class AWTDataTable.DataTableNavigationHandler
- extends Object
- implements AWErrorHandler
AWTDataTable.DataTableNavigationHandler
public AWTDataTable.DataTableNavigationHandler(AWTDataTable table)
canGoToErrorImmediately
public boolean canGoToErrorImmediately(AWErrorInfo error,
AWComponent pageComponent)
- Specified by:
canGoToErrorImmediately in interface AWErrorHandler
canGoToErrorWithLink
public boolean canGoToErrorWithLink(AWErrorInfo error,
AWComponent pageComponent)
- Specified by:
canGoToErrorWithLink in interface AWErrorHandler
goToError
public AWComponent goToError(AWErrorInfo error,
AWComponent pageComponent)
- Description copied from interface:
AWErrorHandler
- Go to the error spot of the current error.
- Specified by:
goToError in interface AWErrorHandler
- Parameters:
error - the error being navigated topageComponent - the current page
- Returns:
- Return null if don't you want to handle navigation for this error.
Return pageComponent if you want to stay on the current page.
Return a new page if you want to go to another page.
selectFirstError
public AWErrorInfo selectFirstError(List errors)
- Specified by:
selectFirstError in interface AWErrorHandler
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.