Uses of Interface
org.salespointframework.desktop.strategies.FormSheetStrategy.ErrorHandler

Packages that use FormSheetStrategy.ErrorHandler
org.salespointframework.desktop.strategies   
 

Uses of FormSheetStrategy.ErrorHandler in org.salespointframework.desktop.strategies
 

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

Methods in org.salespointframework.desktop.strategies with parameters of type FormSheetStrategy.ErrorHandler
 void FormSheetStrategy.setErrorHandler(FormSheetStrategy.ErrorHandler ehErrHandler)
          Set the current error handler.