public class PagedTableEvent extends 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 |
source
Constructor and Description |
---|
PagedTableEvent(Object source,
int id,
int[] rows)
Constructor
|
PagedTableEvent(Object source,
int id,
Object rowDeleted)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getEvent() |
Object |
getRowDeleted() |
int[] |
getRows() |
getSource, toString
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
public PagedTableEvent(Object source, int id, int[] rows)
source
- public int getEvent()
public int[] getRows()
public Object getRowDeleted()