com.jxcell
Class ValidationFailedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.jxcell.ValidationFailedEvent
All Implemented Interfaces:
java.io.Serializable

public class ValidationFailedEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static short eFail
           
static short eIgnoreValidationRule
           
static short eRetry
           
static short eShowErrorAndFail
           
 
Method Summary
 short getAction()
           
 int getCol()
           
 java.lang.String getEntry()
           
 java.lang.String getMessage()
           
 int getRow()
           
 int getSheet()
           
 void setAction(short word0)
           
 void setEntry(java.lang.String s)
           
 void setMessage(java.lang.String s)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eFail

public static final short eFail
See Also:
Constant Field Values

eShowErrorAndFail

public static final short eShowErrorAndFail
See Also:
Constant Field Values

eIgnoreValidationRule

public static final short eIgnoreValidationRule
See Also:
Constant Field Values

eRetry

public static final short eRetry
See Also:
Constant Field Values
Method Detail

getEntry

public java.lang.String getEntry()

setEntry

public void setEntry(java.lang.String s)

getSheet

public int getSheet()

getRow

public int getRow()

getCol

public int getCol()

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String s)

getAction

public short getAction()

setAction

public void setAction(short word0)
               throws CellException
Throws:
CellException