public class GridEvent extends Event<GridListener>
Event.Type<H>| Modifier and Type | Field and Description |
|---|---|
static int |
CHECK_CHANGED_EVENT
Event generated when a grid row was checked or unchecked.
|
boolean |
checked
True if the column is checked.
|
int |
col
Stores the target column of this grid event.
|
int |
row
Stores the target row of this grid event.
|
static int |
SELECTED_EVENT
Event generated when a new row was selected.
|
static int |
TEXT_CHANGED_EVENT
Generated when an editable column had its text changed.
|
| Constructor and Description |
|---|
GridEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(GridListener listener) |
java.lang.String |
toString() |
clearQueue, getNextAvailableEventId, isAvailable, touchpublic static final int SELECTED_EVENT
public static final int CHECK_CHANGED_EVENT
public static final int TEXT_CHANGED_EVENT
public boolean checked
public int row
public int col
public java.lang.String toString()
toString in class Event<GridListener>public void dispatch(GridListener listener)
dispatch in class Event<GridListener>