public class PagedTableEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
EVENT_ADD_ENTRY |
static int |
EVENT_MODIFY_ENTRY |
static int |
EVENT_REMOVE_ALL |
static int |
EVENT_REMOVE_ENTRY |
static int |
EVENT_SELECTED_PAGE |
static int |
EVENT_SELECTED_ROWS |
static int |
EVENT_SWAP_ENTRIES |
Constructor and Description |
---|
PagedTableEvent(java.lang.Object source,
int id,
int[] rows)
Constructor
|
PagedTableEvent(java.lang.Object source,
int id,
java.lang.Object rowDeleted)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getEvent() |
java.lang.Object |
getRowDeleted() |
int[] |
getRows() |
public static int EVENT_SELECTED_ROWS
public static int EVENT_ADD_ENTRY
public static int EVENT_REMOVE_ENTRY
public static int EVENT_REMOVE_ALL
public static int EVENT_SELECTED_PAGE
public static int EVENT_MODIFY_ENTRY
public static int EVENT_SWAP_ENTRIES