public class CellValidationEvent extends CellEvent
Constructor and Description |
---|
CellValidationEvent(java.lang.Object source,
Cell cell,
int mouseButton,
android.graphics.PointF pointerPosition,
int column,
int row) |
Modifier and Type | Method and Description |
---|---|
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, android.graphics.PointF pointerPosition, int column, int row)
public boolean getCancel()
public void setCancel(boolean cancel)