com.jxcell
Class ValidationFailedEvent
java.lang.Object
java.util.EventObject
com.jxcell.ValidationFailedEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ValidationFailedEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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