Skip navigation links
A B C D E F G H I L M N O P R S T U V 

A

addListener(Runnable) - Method in class com.dlsc.formsfx.model.util.TranslationService
 
addStylesheetFiles(String...) - Method in interface com.dlsc.formsfx.view.util.ViewMixin
This method adds the stylesheet files to the getStylesheets method.
atLeast(double, String) - Static method in class com.dlsc.formsfx.model.validators.DoubleRangeValidator
Creates a DoubleRangeValidator with a given lower bound.
atLeast(int, String) - Static method in class com.dlsc.formsfx.model.validators.IntegerRangeValidator
Creates an IntegerRangeValidator with a given lower bound.
atLeast(int, String) - Static method in class com.dlsc.formsfx.model.validators.SelectionLengthValidator
Creates an SelectionLengthValidator with a given lower bound.
atLeast(int, String) - Static method in class com.dlsc.formsfx.model.validators.StringLengthValidator
Creates an StringLengthValidator with a given lower bound.

B

between(double, double, String) - Static method in class com.dlsc.formsfx.model.validators.DoubleRangeValidator
Creates a DoubleRangeValidator with given lower and upper bounds.
between(int, int, String) - Static method in class com.dlsc.formsfx.model.validators.IntegerRangeValidator
Creates an IntegerRangeValidator with given lower and upper bounds.
between(int, int, String) - Static method in class com.dlsc.formsfx.model.validators.SelectionLengthValidator
Creates an SelectionLengthValidator with given lower and upper bounds.
between(int, int, String) - Static method in class com.dlsc.formsfx.model.validators.StringLengthValidator
Creates an StringLengthValidator with given lower and upper bounds.
bind(P) - Method in class com.dlsc.formsfx.model.structure.DataField
Binds the given property with the field.
bind(ListProperty<V>, ListProperty<V>) - Method in class com.dlsc.formsfx.model.structure.MultiSelectionField
Binds the given items and selection property with the corresponding fields.
bind(ListProperty<V>, ObjectProperty<V>) - Method in class com.dlsc.formsfx.model.structure.SingleSelectionField
Binds the given items and selection property with the corresponding fields.
binding(BindingMode) - Method in class com.dlsc.formsfx.model.structure.Form
Changes the way field values are bound to external properties.
BindingMode - Enum in com.dlsc.formsfx.model.util
Contains constants for the different ways to handle value bindings.
BooleanField - Class in com.dlsc.formsfx.model.structure
This class provides an implementation of a Field containing a boolean value.

C

CHANGED_CLASS - Static variable in class com.dlsc.formsfx.view.controls.SimpleControl
 
changedProperty() - Method in class com.dlsc.formsfx.model.structure.Field
 
changedProperty() - Method in class com.dlsc.formsfx.model.structure.Form
 
changedProperty() - Method in class com.dlsc.formsfx.model.structure.Group
 
changeLocale(ResourceBundle) - Method in class com.dlsc.formsfx.model.util.ResourceBundleService
Change the resource bundle to use for this service.
collapse(boolean) - Method in class com.dlsc.formsfx.model.structure.Section
Changes the collapsed state on a section.
collapsedProperty() - Method in class com.dlsc.formsfx.model.structure.Section
A group can optionally be collapsed.
ColSpan - Enum in com.dlsc.formsfx.view.util
An enum to set the span of columns in the form more easily.
com.dlsc.formsfx.model.structure - package com.dlsc.formsfx.model.structure
 
com.dlsc.formsfx.model.util - package com.dlsc.formsfx.model.util
 
com.dlsc.formsfx.model.validators - package com.dlsc.formsfx.model.validators
 
com.dlsc.formsfx.view.controls - package com.dlsc.formsfx.view.controls
 
com.dlsc.formsfx.view.renderer - package com.dlsc.formsfx.view.renderer
 
com.dlsc.formsfx.view.util - package com.dlsc.formsfx.view.util
 
CustomValidator<T> - Class in com.dlsc.formsfx.model.validators
A custom validator implementation of the root validator.

D

DataField<P extends Property,V,F extends Field> - Class in com.dlsc.formsfx.model.structure
DataField holds a single value.
deselect(int) - Method in class com.dlsc.formsfx.model.structure.MultiSelectionField
Removes the element at the given index from the current selection.
deselect() - Method in class com.dlsc.formsfx.model.structure.SingleSelectionField
Removes the selection on the current field.
DISABLED_CLASS - Static variable in class com.dlsc.formsfx.view.controls.SimpleControl
 
DoubleField - Class in com.dlsc.formsfx.model.structure
This class provides an implementation of a Field containing a double value.
DoubleRangeValidator - Class in com.dlsc.formsfx.model.validators
A DoubleRangeValidator checks if a double value is between a minimum and a maximum value.

E

editable(boolean) - Method in class com.dlsc.formsfx.model.structure.Field
Sets the editable property of the current field.
editableProperty() - Method in class com.dlsc.formsfx.model.structure.Field
 
errorMessagesProperty() - Method in class com.dlsc.formsfx.model.structure.Field
The results of the field's validation is stored in this property.
exactly(double, String) - Static method in class com.dlsc.formsfx.model.validators.DoubleRangeValidator
Creates a DoubleRangeValidator with a given lower and upper bound, which are equal.
exactly(int, String) - Static method in class com.dlsc.formsfx.model.validators.IntegerRangeValidator
Creates a IntegerRangeValidator with a given lower and upper bound, which are equal.
exactly(int, String) - Static method in class com.dlsc.formsfx.model.validators.SelectionLengthValidator
Creates a SelectionLengthValidator with a given lower and upper bound, which are equal.
exactly(int, String) - Static method in class com.dlsc.formsfx.model.validators.StringLengthValidator
Creates a StringLengthValidator with a given lower and upper bound, which are equal.

F

Field<F extends Field> - Class in com.dlsc.formsfx.model.structure
This class provides the base implementation for a FormsFX field.
forAlphaNumeric(String) - Static method in class com.dlsc.formsfx.model.validators.RegexValidator
Creates a RegexValidator for alphanumeric inputs.
forEmail(String) - Static method in class com.dlsc.formsfx.model.validators.RegexValidator
Creates a RegexValidator for email addresses.
Form - Class in com.dlsc.formsfx.model.structure
A form is the containing unit for sections and fields and is used to bring structure to form data.
format(ValueTransformer<V>) - Method in class com.dlsc.formsfx.model.structure.DataField
Sets the value transformer for the current field.
format(ValueTransformer<V>, String) - Method in class com.dlsc.formsfx.model.structure.DataField
Applies a new value transformer that converts the entered string input to a concrete value.
format(String) - Method in class com.dlsc.formsfx.model.structure.DataField
Adds an error message to handle formatting errors with the default value transformers.
FormRenderer - Class in com.dlsc.formsfx.view.renderer
This class is used to render a form.
FormRenderer(Form) - Constructor for class com.dlsc.formsfx.view.renderer.FormRenderer
This is the constructor to pass over data.
forPattern(String, String) - Static method in class com.dlsc.formsfx.model.validators.RegexValidator
Creates a RegexValidator with a custom pattern.
forPredicate(Predicate<E>, String) - Static method in class com.dlsc.formsfx.model.validators.CustomValidator
 
forURL(String) - Static method in class com.dlsc.formsfx.model.validators.RegexValidator
Creates a RegexValidator for URLs.

G

getErrorMessage() - Method in class com.dlsc.formsfx.model.validators.ValidationResult
 
getErrorMessages() - Method in class com.dlsc.formsfx.model.structure.Field
Gets the value of the property errorMessages.
getFields() - Method in class com.dlsc.formsfx.model.structure.Form
 
getFields() - Method in class com.dlsc.formsfx.model.structure.Group
 
getGroups() - Method in class com.dlsc.formsfx.model.structure.Form
 
getID() - Method in class com.dlsc.formsfx.model.structure.Field
 
getItems() - Method in class com.dlsc.formsfx.model.structure.SelectionField
Gets the value of the property items.
getLabel() - Method in class com.dlsc.formsfx.model.structure.Field
Gets the value of the property label.
getPlaceholder() - Method in class com.dlsc.formsfx.model.structure.Field
Gets the value of the property placeholder.
getRenderer() - Method in class com.dlsc.formsfx.model.structure.Field
 
getResult() - Method in class com.dlsc.formsfx.model.validators.ValidationResult
 
getSelection() - Method in class com.dlsc.formsfx.model.structure.MultiSelectionField
Gets the value of the property selection.
getSelection() - Method in class com.dlsc.formsfx.model.structure.SingleSelectionField
Gets the value of the property selection.
getSpan() - Method in class com.dlsc.formsfx.model.structure.Field
Gets the value of the property span.
getStyleClass() - Method in class com.dlsc.formsfx.model.structure.Field
Gets the value of the property styleClass.
getStylesheets() - Method in interface com.dlsc.formsfx.view.util.ViewMixin
This method holds a list of stylesheets.
getTitle() - Method in class com.dlsc.formsfx.model.structure.Form
Gets the value of the property title.
getTitle() - Method in class com.dlsc.formsfx.model.structure.Section
Gets the value of the property title.
getTooltip() - Method in class com.dlsc.formsfx.model.structure.Field
Gets the value of the property tooltip.
getUserAgentStylesheet() - Method in class com.dlsc.formsfx.view.renderer.FormRenderer
 
getUserInput() - Method in class com.dlsc.formsfx.model.structure.DataField
Gets the value of the property userInput.
getValue() - Method in class com.dlsc.formsfx.model.structure.DataField
Gets the value of the property value.
Group - Class in com.dlsc.formsfx.model.structure
A group is the intermediate unit in a form.
GroupRenderer - Class in com.dlsc.formsfx.view.renderer
This class renders a group for a form.
GroupRendererBase<V extends Group> - Class in com.dlsc.formsfx.view.renderer
This class handles shared aspects of groups and sections during rendering.
GroupRendererBase() - Constructor for class com.dlsc.formsfx.view.renderer.GroupRendererBase
 

H

hasChanged() - Method in class com.dlsc.formsfx.model.structure.Field
 
hasChanged() - Method in class com.dlsc.formsfx.model.structure.Form
 
hasChanged() - Method in class com.dlsc.formsfx.model.structure.Group
 

I

i18n(TranslationService) - Method in class com.dlsc.formsfx.model.structure.Form
Sets the translation service property of the current form.
id(String) - Method in class com.dlsc.formsfx.model.structure.Field
Sets the id property of the current field.
idProperty() - Method in class com.dlsc.formsfx.model.structure.Field
Fields can be styled using CSS through ID or class hooks.
init() - Method in interface com.dlsc.formsfx.view.util.ViewMixin
This method calls all the other methods, so that it can be initialized easier.
initializeParts() - Method in class com.dlsc.formsfx.view.controls.SimpleBooleanControl
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.controls.SimpleCheckBoxControl
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.controls.SimpleComboBoxControl
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.controls.SimpleControl
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.controls.SimpleDoubleControl
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.controls.SimpleIntegerControl
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.controls.SimpleListViewControl
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.controls.SimpleNumberControl
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.controls.SimpleRadioButtonControl
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.controls.SimpleTextControl
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.renderer.FormRenderer
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.renderer.GroupRenderer
This method is used to initializes all the properties of a class.
initializeParts() - Method in class com.dlsc.formsfx.view.renderer.GroupRendererBase
 
initializeParts() - Method in class com.dlsc.formsfx.view.renderer.SectionRenderer
This method is used to initializes all the properties of a class.
initializeParts() - Method in interface com.dlsc.formsfx.view.util.ViewMixin
This method is used to initializes all the properties of a class.
initializeSelf() - Method in interface com.dlsc.formsfx.view.util.ViewMixin
This method can be used to initialize the parts of the same class.
IntegerField - Class in com.dlsc.formsfx.model.structure
This class provides an implementation of a Field containing a integer value.
IntegerRangeValidator - Class in com.dlsc.formsfx.model.validators
A IntegerRangeValidator checks if an integer value is between a minimum and a maximum value.
INVALID_CLASS - Static variable in class com.dlsc.formsfx.view.controls.SimpleControl
 
isCollapsed() - Method in class com.dlsc.formsfx.model.structure.Section
Gets the value of the property collapsed.
isEditable() - Method in class com.dlsc.formsfx.model.structure.Field
Gets the value of the property editable.
isI18N() - Method in class com.dlsc.formsfx.model.structure.Field
 
isI18N() - Method in class com.dlsc.formsfx.model.structure.Form
 
isI18N() - Method in class com.dlsc.formsfx.model.structure.Group
 
isMultiline() - Method in class com.dlsc.formsfx.model.structure.StringField
Gets the value of the property multiline.
isPersistable() - Method in class com.dlsc.formsfx.model.structure.Form
Gets the value of the property persistable.
isRequired() - Method in class com.dlsc.formsfx.model.structure.Field
Gets the value of the property required.
isValid() - Method in class com.dlsc.formsfx.model.structure.Field
Gets the value of the property valid.
isValid() - Method in class com.dlsc.formsfx.model.structure.Form
Gets the value of the property valid.
isValid() - Method in class com.dlsc.formsfx.model.structure.Group
Gets the value of the property valid.
items(List<V>, List<Integer>) - Method in class com.dlsc.formsfx.model.structure.MultiSelectionField
Updates the list of available items to a new list, along with a pre-defined selection.
items(List<V>) - Method in class com.dlsc.formsfx.model.structure.MultiSelectionField
Updates the list of available items to a new list, without a pre-defined selection.
items(List<V>, int) - Method in class com.dlsc.formsfx.model.structure.SingleSelectionField
Updates the list of available items to a new list, along with a pre-defined selection.
items(List<V>) - Method in class com.dlsc.formsfx.model.structure.SingleSelectionField
Updates the list of available items to a new list, without a pre-defined selection.
itemsProperty() - Method in class com.dlsc.formsfx.model.structure.SelectionField
Stores a typed list of available items on this field.

L

label(String) - Method in class com.dlsc.formsfx.model.structure.Field
Sets the label property of the current field.
labelProperty() - Method in class com.dlsc.formsfx.model.structure.Field
The label acts as a description for the field.
layoutParts() - Method in class com.dlsc.formsfx.view.controls.SimpleBooleanControl
This method is used to align the parts of a class.
layoutParts() - Method in class com.dlsc.formsfx.view.controls.SimpleCheckBoxControl
This method is used to align the parts of a class.
layoutParts() - Method in class com.dlsc.formsfx.view.controls.SimpleComboBoxControl
This method is used to align the parts of a class.
layoutParts() - Method in class com.dlsc.formsfx.view.controls.SimpleControl
This method is used to align the parts of a class.
layoutParts() - Method in class com.dlsc.formsfx.view.controls.SimpleListViewControl
This method is used to align the parts of a class.
layoutParts() - Method in class com.dlsc.formsfx.view.controls.SimpleNumberControl
This method is used to align the parts of a class.
layoutParts() - Method in class com.dlsc.formsfx.view.controls.SimpleRadioButtonControl
This method is used to align the parts of a class.
layoutParts() - Method in class com.dlsc.formsfx.view.controls.SimpleTextControl
This method is used to align the parts of a class.
layoutParts() - Method in class com.dlsc.formsfx.view.renderer.FormRenderer
This method is used to align the parts of a class.
layoutParts() - Method in class com.dlsc.formsfx.view.renderer.GroupRenderer
This method is used to align the parts of a class.
layoutParts() - Method in class com.dlsc.formsfx.view.renderer.GroupRendererBase
This method is used to align the parts of a class.
layoutParts() - Method in class com.dlsc.formsfx.view.renderer.SectionRenderer
This method is used to align the parts of a class.
layoutParts() - Method in interface com.dlsc.formsfx.view.util.ViewMixin
This method is used to align the parts of a class.

M

multiline(boolean) - Method in class com.dlsc.formsfx.model.structure.StringField
Sets whether the field is considered to be multiline or not.
multilineProperty() - Method in class com.dlsc.formsfx.model.structure.StringField
 
MultiSelectionField<V> - Class in com.dlsc.formsfx.model.structure
This class provides an implementation of a MultiSelectionField allowing for multi-selection.

N

notifyListeners() - Method in class com.dlsc.formsfx.model.util.TranslationService
Notifies all listeners of a locale change.

O

of(Group...) - Static method in class com.dlsc.formsfx.model.structure.Form
Creates a new form containing the given sections.
of(Field...) - Static method in class com.dlsc.formsfx.model.structure.Group
Creates a new group containing the given fields.
of(Field...) - Static method in class com.dlsc.formsfx.model.structure.Section
Creates a new section containing the given fields.
ofBooleanType(boolean) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new BooleanField with the given default value.
ofBooleanType(BooleanProperty) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new BooleanField with the given property.
ofDoubleType(double) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new DoubleField with the given default value.
ofDoubleType(DoubleProperty) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new DoubleField with the given property.
ofIntegerType(int) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new IntegerField with the given default value.
ofIntegerType(IntegerProperty) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new IntegerField with the given property.
ofMultiSelectionType(List<T>, List<Integer>) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new MultiSelectionField with the given items and a pre-defined selection.
ofMultiSelectionType(List<T>) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new MultiSelectionField with the given items and no pre-defined selection.
ofMultiSelectionType(ListProperty<T>, ListProperty<T>) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new MultiSelectionField with the given properties for items and selection.
ofSingleSelectionType(List<T>, int) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new SingleSelectionField with the given items and a pre-defined selection.
ofSingleSelectionType(List<T>) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new SingleSelectionField with the given items and no pre-defined selection.
ofSingleSelectionType(ListProperty<T>, ObjectProperty<T>) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new SingleSelectionField with the given properties for items and selection.
ofStringType(String) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new StringField with the given default value.
ofStringType(StringProperty) - Static method in class com.dlsc.formsfx.model.structure.Field
Creates a new StringField with the given property.

P

persist() - Method in class com.dlsc.formsfx.model.structure.Form
Persists the values for all fields contained in this form's groups.
persistableProperty() - Method in class com.dlsc.formsfx.model.structure.Form
 
placeholder(String) - Method in class com.dlsc.formsfx.model.structure.Field
Sets the placeholder property of the current field.
placeholderProperty() - Method in class com.dlsc.formsfx.model.structure.Field
The placeholder is only visible in an empty field.

R

RegexValidator - Class in com.dlsc.formsfx.model.validators
A RegexValidator checks if a given input matches a regular expression.
removeListener(Runnable) - Method in class com.dlsc.formsfx.model.util.TranslationService
 
render(SimpleControl<F>) - Method in class com.dlsc.formsfx.model.structure.Field
Sets the control that renders this field.
required(boolean) - Method in class com.dlsc.formsfx.model.structure.Field
Sets the required property to for the current field without providing an error message.
required(String) - Method in class com.dlsc.formsfx.model.structure.Field
Sets the required property to true for the current field.
REQUIRED_CLASS - Static variable in class com.dlsc.formsfx.view.controls.SimpleControl
Pseudo classes for state changes.
requiredProperty() - Method in class com.dlsc.formsfx.model.structure.Field
 
reset() - Method in class com.dlsc.formsfx.model.structure.Form
Resets the values for all fields contained in this form's groups.
ResourceBundleService - Class in com.dlsc.formsfx.model.util
The ResourceBundleService is a concrete implementation of a TranslationService and uses ResourceBundles to perform translations.
ResourceBundleService(ResourceBundle) - Constructor for class com.dlsc.formsfx.model.util.ResourceBundleService
 

S

Section - Class in com.dlsc.formsfx.model.structure
A section is a kind of group with more options.
SectionRenderer - Class in com.dlsc.formsfx.view.renderer
This class renders a section for a form.
select(int) - Method in class com.dlsc.formsfx.model.structure.MultiSelectionField
Adds the element at the given index to the current selection.
select(int) - Method in class com.dlsc.formsfx.model.structure.SingleSelectionField
Sets the selection to the element at the given index.
SelectionField<V,F extends SelectionField<V,F>> - Class in com.dlsc.formsfx.model.structure
SelectionField holds a list of values.
SelectionLengthValidator<E> - Class in com.dlsc.formsfx.model.validators
A SelectionLengthValidator checks if a selection list's length is between a minimum and a maximum value.
selectionProperty() - Method in class com.dlsc.formsfx.model.structure.MultiSelectionField
 
selectionProperty() - Method in class com.dlsc.formsfx.model.structure.SingleSelectionField
 
setBindingMode(BindingMode) - Method in class com.dlsc.formsfx.model.structure.DataField
Activates or deactivates the bindingModeListener based on the given BindingMode.
setBindingMode(BindingMode) - Method in class com.dlsc.formsfx.model.structure.MultiSelectionField
Activates or deactivates the bindingModeListener based on the given BindingMode.
setBindingMode(BindingMode) - Method in class com.dlsc.formsfx.model.structure.SingleSelectionField
Activates or deactivates the bindingModeListener based on the given BindingMode.
setField(F) - Method in class com.dlsc.formsfx.view.controls.SimpleControl
 
setupBindings() - Method in class com.dlsc.formsfx.view.controls.SimpleBooleanControl
This method is used to configure the bindings of the properties.
setupBindings() - Method in class com.dlsc.formsfx.view.controls.SimpleCheckBoxControl
This method is used to configure the bindings of the properties.
setupBindings() - Method in class com.dlsc.formsfx.view.controls.SimpleComboBoxControl
This method is used to configure the bindings of the properties.
setupBindings() - Method in class com.dlsc.formsfx.view.controls.SimpleControl
This method is used to configure the bindings of the properties.
setupBindings() - Method in class com.dlsc.formsfx.view.controls.SimpleListViewControl
This method is used to configure the bindings of the properties.
setupBindings() - Method in class com.dlsc.formsfx.view.controls.SimpleNumberControl
This method is used to configure the bindings of the properties.
setupBindings() - Method in class com.dlsc.formsfx.view.controls.SimpleRadioButtonControl
This method is used to configure the bindings of the properties.
setupBindings() - Method in class com.dlsc.formsfx.view.controls.SimpleTextControl
This method is used to configure the bindings of the properties.
setupBindings() - Method in class com.dlsc.formsfx.view.renderer.SectionRenderer
This method is used to configure the bindings of the properties.
setupBindings() - Method in interface com.dlsc.formsfx.view.util.ViewMixin
This method is used to configure the bindings of the properties.
setupEventHandlers() - Method in class com.dlsc.formsfx.view.controls.SimpleBooleanControl
This method is used to set up event handlers.
setupEventHandlers() - Method in class com.dlsc.formsfx.view.controls.SimpleCheckBoxControl
This method is used to set up event handlers.
setupEventHandlers() - Method in class com.dlsc.formsfx.view.controls.SimpleComboBoxControl
This method is used to set up event handlers.
setupEventHandlers() - Method in class com.dlsc.formsfx.view.controls.SimpleListViewControl
This method is used to set up event handlers.
setupEventHandlers() - Method in class com.dlsc.formsfx.view.controls.SimpleNumberControl
This method is used to set up event handlers.
setupEventHandlers() - Method in class com.dlsc.formsfx.view.controls.SimpleRadioButtonControl
This method is used to set up event handlers.
setupEventHandlers() - Method in interface com.dlsc.formsfx.view.util.ViewMixin
This method is used to set up event handlers.
setupValueChangedListeners() - Method in class com.dlsc.formsfx.view.controls.SimpleBooleanControl
This method is used to set up value change listeners.
setupValueChangedListeners() - Method in class com.dlsc.formsfx.view.controls.SimpleCheckBoxControl
This method is used to set up value change listeners.
setupValueChangedListeners() - Method in class com.dlsc.formsfx.view.controls.SimpleComboBoxControl
This method is used to set up value change listeners.
setupValueChangedListeners() - Method in class com.dlsc.formsfx.view.controls.SimpleControl
This method is used to set up value change listeners.
setupValueChangedListeners() - Method in class com.dlsc.formsfx.view.controls.SimpleDoubleControl
This method is used to set up value change listeners.
setupValueChangedListeners() - Method in class com.dlsc.formsfx.view.controls.SimpleIntegerControl
This method is used to set up value change listeners.
setupValueChangedListeners() - Method in class com.dlsc.formsfx.view.controls.SimpleListViewControl
This method is used to set up value change listeners.
setupValueChangedListeners() - Method in class com.dlsc.formsfx.view.controls.SimpleNumberControl
This method is used to set up value change listeners.
setupValueChangedListeners() - Method in class com.dlsc.formsfx.view.controls.SimpleRadioButtonControl
This method is used to set up value change listeners.
setupValueChangedListeners() - Method in class com.dlsc.formsfx.view.controls.SimpleTextControl
This method is used to set up value change listeners.
setupValueChangedListeners() - Method in class com.dlsc.formsfx.view.renderer.SectionRenderer
This method is used to set up value change listeners.
setupValueChangedListeners() - Method in interface com.dlsc.formsfx.view.util.ViewMixin
This method is used to set up value change listeners.
SimpleBooleanControl - Class in com.dlsc.formsfx.view.controls
This class provides the base implementation for a simple control to edit boolean values.
SimpleBooleanControl() - Constructor for class com.dlsc.formsfx.view.controls.SimpleBooleanControl
 
SimpleCheckBoxControl<V> - Class in com.dlsc.formsfx.view.controls
This class provides the base implementation for a simple control to edit checkbox values.
SimpleCheckBoxControl() - Constructor for class com.dlsc.formsfx.view.controls.SimpleCheckBoxControl
 
SimpleComboBoxControl<V> - Class in com.dlsc.formsfx.view.controls
This class provides the base implementation for a simple control to edit combobox values.
SimpleComboBoxControl() - Constructor for class com.dlsc.formsfx.view.controls.SimpleComboBoxControl
 
SimpleControl<F extends Field> - Class in com.dlsc.formsfx.view.controls
This class provides a base for general purpose FormsFX controls.
SimpleControl() - Constructor for class com.dlsc.formsfx.view.controls.SimpleControl
 
SimpleDoubleControl - Class in com.dlsc.formsfx.view.controls
This class provides a specific implementation to edit double values.
SimpleDoubleControl() - Constructor for class com.dlsc.formsfx.view.controls.SimpleDoubleControl
 
SimpleIntegerControl - Class in com.dlsc.formsfx.view.controls
This class provides a specific implementation to edit integer values.
SimpleIntegerControl() - Constructor for class com.dlsc.formsfx.view.controls.SimpleIntegerControl
 
SimpleListViewControl<V> - Class in com.dlsc.formsfx.view.controls
This class provides the base implementation for a simple control to edit listview values.
SimpleListViewControl() - Constructor for class com.dlsc.formsfx.view.controls.SimpleListViewControl
 
SimpleNumberControl<F extends DataField,D extends Number> - Class in com.dlsc.formsfx.view.controls
This class provides the base implementation for a simple control to edit numerical fields.
SimpleNumberControl() - Constructor for class com.dlsc.formsfx.view.controls.SimpleNumberControl
 
SimpleRadioButtonControl<V> - Class in com.dlsc.formsfx.view.controls
This class provides the base implementation for a simple control to edit radio button values.
SimpleRadioButtonControl() - Constructor for class com.dlsc.formsfx.view.controls.SimpleRadioButtonControl
 
SimpleTextControl - Class in com.dlsc.formsfx.view.controls
This class provides the base implementation for a simple control to edit string values.
SimpleTextControl() - Constructor for class com.dlsc.formsfx.view.controls.SimpleTextControl
 
SingleSelectionField<V> - Class in com.dlsc.formsfx.model.structure
This class provides an implementation of a SelectionField allowing only for single selection.
span(int) - Method in class com.dlsc.formsfx.model.structure.Field
Sets the amount of columns the field takes up inside the section grid.
span(ColSpan) - Method in class com.dlsc.formsfx.model.structure.Field
Sets the amount of columns the field takes up inside the section grid.
spanProperty() - Method in class com.dlsc.formsfx.model.structure.Field
 
StringField - Class in com.dlsc.formsfx.model.structure
This class provides an implementation of a Field containing a string value.
StringLengthValidator - Class in com.dlsc.formsfx.model.validators
A StringLengthValidator checks if a string value's length is between a minimum and a maximum value.
styleClass(String...) - Method in class com.dlsc.formsfx.model.structure.Field
Sets the style classes for the current field.
styleClassProperty() - Method in class com.dlsc.formsfx.model.structure.Field
 

T

title(String) - Method in class com.dlsc.formsfx.model.structure.Form
Sets the title property of the current form.
title(String) - Method in class com.dlsc.formsfx.model.structure.Section
Sets the title property of the current group.
titleProperty() - Method in class com.dlsc.formsfx.model.structure.Form
The title acts as a description for the form.
titleProperty() - Method in class com.dlsc.formsfx.model.structure.Section
 
toggleTooltip(Node) - Method in class com.dlsc.formsfx.view.controls.SimpleControl
Sets the error message as tooltip for the matching control and shows them below the same control.
toggleTooltip(Node, Control) - Method in class com.dlsc.formsfx.view.controls.SimpleControl
Sets the error message as tooltip for the matching control.
tooltip(String) - Method in class com.dlsc.formsfx.model.structure.Field
Sets the tooltip property of the current field.
tooltipProperty() - Method in class com.dlsc.formsfx.model.structure.Field
The tooltip is an extension of the label.
transform(String) - Method in interface com.dlsc.formsfx.model.util.ValueTransformer
 
translate(String) - Method in class com.dlsc.formsfx.model.util.ResourceBundleService
Looks up a key in the translation service and returns the translate string.
translate(String) - Method in class com.dlsc.formsfx.model.util.TranslationService
Looks up a key in the translation service and returns the translate string.
TranslationService - Class in com.dlsc.formsfx.model.util
A general purpose translation service that is used to translate values into multiple locales based on keys.
TranslationService() - Constructor for class com.dlsc.formsfx.model.util.TranslationService
 

U

unbind(P) - Method in class com.dlsc.formsfx.model.structure.DataField
Unbinds the given property with the field.
unbind(ListProperty<V>, ListProperty<V>) - Method in class com.dlsc.formsfx.model.structure.MultiSelectionField
Unbinds the given items and selection property with the corresponding fields.
unbind(ListProperty<V>, ObjectProperty<V>) - Method in class com.dlsc.formsfx.model.structure.SingleSelectionField
Unbinds the given items and selection property with the corresponding fields.
updateStyle(PseudoClass, boolean) - Method in class com.dlsc.formsfx.view.controls.SimpleControl
Sets the css style for the defined properties.
upTo(double, String) - Static method in class com.dlsc.formsfx.model.validators.DoubleRangeValidator
Creates a DoubleRangeValidator with a given upper bound.
upTo(int, String) - Static method in class com.dlsc.formsfx.model.validators.IntegerRangeValidator
Creates an IntegerRangeValidator with a given upper bound.
upTo(int, String) - Static method in class com.dlsc.formsfx.model.validators.SelectionLengthValidator
Creates an SelectionLengthValidator with a given upper bound.
upTo(int, String) - Static method in class com.dlsc.formsfx.model.validators.StringLengthValidator
Creates an StringLengthValidator with a given upper bound.
userInputProperty() - Method in class com.dlsc.formsfx.model.structure.DataField
 

V

validate(Validator<V>...) - Method in class com.dlsc.formsfx.model.structure.DataField
Sets the list of validators for the current field.
validate(Validator<ObservableList<V>>...) - Method in class com.dlsc.formsfx.model.structure.MultiSelectionField
Sets the list of validators for the current field.
validate(Validator<V>...) - Method in class com.dlsc.formsfx.model.structure.SingleSelectionField
Sets the list of validators for the current field.
validate(T) - Method in class com.dlsc.formsfx.model.validators.CustomValidator
validate(String) - Method in class com.dlsc.formsfx.model.validators.RegexValidator
validate(T) - Method in interface com.dlsc.formsfx.model.validators.Validator
 
validateRequired(String) - Method in class com.dlsc.formsfx.model.structure.BooleanField
Validates that the new field input matches the required condition.
validateRequired(String) - Method in class com.dlsc.formsfx.model.structure.DataField
Validates that the new field input matches the required condition.
ValidationResult - Class in com.dlsc.formsfx.model.validators
A ValidationResult is the description of the result of a validation.
Validator<T> - Interface in com.dlsc.formsfx.model.validators
A validator is used to validate a generic input for a specific syntax or semantic.
validProperty() - Method in class com.dlsc.formsfx.model.structure.Field
The field's current state is represented by the value properties, as well as by the valid and changed flags.
validProperty() - Method in class com.dlsc.formsfx.model.structure.Form
The form acts as a proxy for its contained sections' changed and valid properties.
validProperty() - Method in class com.dlsc.formsfx.model.structure.Group
The group acts as a proxy for its contained fields' changed and valid properties.
valueOf(String) - Static method in enum com.dlsc.formsfx.model.util.BindingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dlsc.formsfx.view.util.ColSpan
Returns the enum constant of this type with the specified name.
valueOf() - Method in enum com.dlsc.formsfx.view.util.ColSpan
 
valueProperty() - Method in class com.dlsc.formsfx.model.structure.DataField
Every field tracks its value in multiple ways.
values() - Static method in enum com.dlsc.formsfx.model.util.BindingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dlsc.formsfx.view.util.ColSpan
Returns an array containing the constants of this enum type, in the order they are declared.
ValueTransformer<T> - Interface in com.dlsc.formsfx.model.util
A value transformer takes a string as an input and returns a parsed type.
ViewMixin - Interface in com.dlsc.formsfx.view.util
This interface defines lifecycle of a FormsFX view.
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2017. All rights reserved.