public class DataSetEvent
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<DataSetEvent> |
BEFORE_COMMIT |
static javafx.event.EventType<DataSetEvent> |
BEFORE_DELETE |
static javafx.event.EventType<DataSetEvent> |
COMMITED |
static javafx.event.EventType<DataSetEvent> |
CREATED |
static javafx.event.EventType<DataSetEvent> |
DELETED |
static javafx.event.EventType<DataSetEvent> |
GET_DIRTY |
static javafx.event.EventType<DataSetEvent> |
INDEX_CHANGED |
static javafx.event.EventType<DataSetEvent> |
REVERTED |
static javafx.event.EventType<DataSetEvent> |
ROWS_CREATED |
static javafx.event.EventType<DataSetEvent> |
ROWS_DELETED |
static javafx.event.EventType<DataSetEvent> |
STORE_CHANGED |
| Constructor and Description |
|---|
DataSetEvent(javafx.event.EventType<? extends javafx.event.Event> eventType) |
DataSetEvent(java.lang.Object o,
javafx.event.EventTarget eventTarget,
javafx.event.EventType<? extends javafx.event.Event> eventType) |
public static final javafx.event.EventType<DataSetEvent> INDEX_CHANGED
public static final javafx.event.EventType<DataSetEvent> GET_DIRTY
public static final javafx.event.EventType<DataSetEvent> BEFORE_COMMIT
public static final javafx.event.EventType<DataSetEvent> COMMITED
public static final javafx.event.EventType<DataSetEvent> REVERTED
public static final javafx.event.EventType<DataSetEvent> CREATED
public static final javafx.event.EventType<DataSetEvent> BEFORE_DELETE
public static final javafx.event.EventType<DataSetEvent> DELETED
public static final javafx.event.EventType<DataSetEvent> ROWS_CREATED
public static final javafx.event.EventType<DataSetEvent> ROWS_DELETED
public static final javafx.event.EventType<DataSetEvent> STORE_CHANGED