Uses of Class
com.dlsc.formsfx.model.structure.Form
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.event | |
| com.dlsc.formsfx.model.structure | |
| com.dlsc.formsfx.view.renderer |
-
Uses of Form in com.dlsc.formsfx.model.event
Methods in com.dlsc.formsfx.model.event that return Form Modifier and Type Method Description FormFormEvent. getForm()Methods in com.dlsc.formsfx.model.event with parameters of type Form Modifier and Type Method Description static FormEventFormEvent. formPersistedEvent(Form form)Creates a new instance ofFormEventwith event type set toEVENT_FORM_PERSISTED.static FormEventFormEvent. formResetEvent(Form form)Creates a new instance ofFormEventwith event type set toEVENT_FORM_RESET. -
Uses of Form in com.dlsc.formsfx.model.structure
Methods in com.dlsc.formsfx.model.structure that return Form Modifier and Type Method Description FormForm. addEventHandler(javafx.event.EventType<FormEvent> eventType, javafx.event.EventHandler<? super FormEvent> eventHandler)Registers an event handler to this form.FormForm. binding(BindingMode newValue)Changes the way field values are bound to external properties.FormForm. i18n(TranslationService newValue)Sets the translation service property of the current form.static FormForm. of(Group... sections)Creates a new form containing the given sections.FormForm. removeEventHandler(javafx.event.EventType<FormEvent> eventType, javafx.event.EventHandler<? super FormEvent> eventHandler)Unregisters a previously registered event handler from this form.FormForm. title(String newValue)Sets the title property of the current form. -
Uses of Form in com.dlsc.formsfx.view.renderer
Fields in com.dlsc.formsfx.view.renderer declared as Form Modifier and Type Field Description protected FormFormRenderer. formConstructors in com.dlsc.formsfx.view.renderer with parameters of type Form Constructor Description FormRenderer(Form form)This is the constructor to pass over data.