java.lang.Object
java.util.EventObject
javafx.event.Event
com.dlsc.formsfx.model.event.FieldEvent
- All Implemented Interfaces:
Serializable,Cloneable
public final class FieldEvent
extends javafx.event.Event
Identifies events triggered by a
Field.- Author:
- Andres Almiray
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static javafx.event.EventType<FieldEvent>EVENT_FIELD_PERSISTEDWhen aFieldis persisted.static javafx.event.EventType<FieldEvent>EVENT_FIELD_RESETWhen aFieldis reset. -
Method Summary
Modifier and Type Method Description static FieldEventfieldPersistedEvent(Field field)Creates a new instance ofFieldEventwith event type set toEVENT_FIELD_PERSISTED.static FieldEventfieldResetEvent(Field field)Creates a new instance ofFieldEventwith event type set toEVENT_FIELD_RESET.FieldgetField()
-
Field Details
-
EVENT_FIELD_PERSISTED
When aFieldis persisted. -
EVENT_FIELD_RESET
When aFieldis reset.
-
-
Method Details
-
fieldPersistedEvent
Creates a new instance ofFieldEventwith event type set toEVENT_FIELD_PERSISTED. -
fieldResetEvent
Creates a new instance ofFieldEventwith event type set toEVENT_FIELD_RESET. -
getField
-