JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Interface HiGridErrorHandler

All Superinterfaces:
EventListener, HiGridErrorListener
All Known Implementing Classes:
DefaultErrorHandler

public interface HiGridErrorHandler
extends HiGridErrorListener

The default error handler for HiGrid Error events.


Method Summary
 void setErrorDialogTitle(String title)
          Sets the title to the error dialog.
 void setShowErrorDialog(boolean show)
          Sets whether error dialogs should be displayed.
 
Methods inherited from interface com.klg.jclass.higrid.HiGridErrorListener
processError
 

Method Detail

setShowErrorDialog

public void setShowErrorDialog(boolean show)
Sets whether error dialogs should be displayed.

Parameters:
show - True if to show error dialog.

setErrorDialogTitle

public void setErrorDialogTitle(String title)
Sets the title to the error dialog.

Parameters:
title - The title.

Copyright © 2004 Quest Software Inc..
All rights reserved.