public class CellValidationEvent extends CellEvent
Constructor and Description |
---|
CellValidationEvent(java.lang.Object source,
Cell cell,
int mouseButton,
java.awt.geom.Point2D mousePosition,
int column,
int row) |
Modifier and Type | Method and Description |
---|---|
void |
cancelDrag() |
boolean |
getCancel()
Gets a value indicating whether to prevent the user from completing the operation.
|
void |
setCancel(boolean cancel)
Sets a value indicating whether to prevent the user from completing the operation.
|
getCell, getColumn, getMouseButton, getPointerPosition, getRow, getTable
public CellValidationEvent(java.lang.Object source, Cell cell, int mouseButton, java.awt.geom.Point2D mousePosition, int column, int row)
public boolean getCancel()
public void setCancel(boolean cancel)
public void cancelDrag()