CellErrorHandler

All Implemented Interfaces: java.io.Serializable

public interface CellErrorHandler extends Serializable

Represents the interface that intend to handle cell error events.

Methods

MethodDescription
handleCellEvent(Object sender, GridCellException ex, OnErrorActionQuery query)handle the related Cell Event.

handleCellEvent(Object sender, GridCellException ex, OnErrorActionQuery query)

public abstract void handleCellEvent(Object sender, GridCellException ex, OnErrorActionQuery query)

handle the related Cell Event.

Parameters:

ParameterTypeDescription
senderjava.lang.ObjectThe source of the event.
exGridCellExceptionThe cell operation error.
queryOnErrorActionQuerycan get onerror action type information.