java.lang.Object
java.util.EventObject
javafx.event.Event
com.dlsc.formsfx.model.event.FormEvent
- All Implemented Interfaces:
Serializable,Cloneable
public final class FormEvent
extends javafx.event.Event
Identifies events triggered by a
Form.- Author:
- Andres Almiray
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static javafx.event.EventType<FormEvent>EVENT_FORM_PERSISTEDWhen aFormis persisted.static javafx.event.EventType<FormEvent>EVENT_FORM_RESETWhen aFormis reset. -
Method Summary
Modifier and Type Method Description static FormEventformPersistedEvent(Form form)Creates a new instance ofFormEventwith event type set toEVENT_FORM_PERSISTED.static FormEventformResetEvent(Form form)Creates a new instance ofFormEventwith event type set toEVENT_FORM_RESET.FormgetForm()
-
Field Details
-
EVENT_FORM_PERSISTED
When aFormis persisted. -
EVENT_FORM_RESET
When aFormis reset.
-
-
Method Details
-
formPersistedEvent
Creates a new instance ofFormEventwith event type set toEVENT_FORM_PERSISTED. -
formResetEvent
Creates a new instance ofFormEventwith event type set toEVENT_FORM_RESET. -
getForm
-