public class TableEvent extends ControlEvent
Modifier and Type | Field and Description |
---|---|
static int |
CELL_CLICKED |
static int |
CELL_DOUBLE_CLICKED |
Object |
cellData
For CELL_CLICKED, the data associated with the cell that was clicked.
|
int |
col
For CELL_CLICKED, the cell which was clicked.
|
static int |
FLAG_SELECTED_BY_ARROWKEY |
int |
row
For CELL_CLICKED, the row which was clicked.
|
static int |
SELECTION_CHANGED |
action, CANCELLED, EXITED, exitKey, exitKeyModifiers, FOCUS_IN, FOCUS_OUT, MENU_SHOWN, oldOrNewFocus, OPERATION_CANCELLED, POPUP_CLOSED, PRESSED, START_CUSTOM_EVENTS, STRUCTURE_CHANGED, TIMER
Constructor and Description |
---|
TableEvent(int type,
Control target) |
clearPostData, getPostData, isReused, setPostData, setReused
_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNew
public static final int SELECTION_CHANGED
public static final int CELL_CLICKED
public static final int CELL_DOUBLE_CLICKED
public static final int FLAG_SELECTED_BY_ARROWKEY
public int row
public int col
public Object cellData
public TableEvent(int type, Control target)