SalesPoint Framework v3.0

Uses of Interface
sale.stdforms.FormSheetStrategy.ErrorHandler

Packages that use FormSheetStrategy.ErrorHandler
sale.stdforms This package contains basic standard FormSheets
 

Uses of FormSheetStrategy.ErrorHandler in sale.stdforms
 

Fields in sale.stdforms declared as FormSheetStrategy.ErrorHandler
static FormSheetStrategy.ErrorHandler FormSheetStrategy.DEFAULT_ERROR_HANDLER
          The default error handler.
static FormSheetStrategy.ErrorHandler FormSheetStrategy.MSG_POPUP_ERROR_HANDLER
          An alternative error handler that will pop up a modeless MsgForm in the process.
protected  FormSheetStrategy.ErrorHandler FormSheetStrategy.m_ehErrHandler
          The current error handler.
 

Methods in sale.stdforms with parameters of type FormSheetStrategy.ErrorHandler
 void FormSheetStrategy.setErrorHandler(FormSheetStrategy.ErrorHandler ehErrHandler)
          Set the current error handler.
 


SalesPoint Framework v3.0