- getAdapter(Class, Class, Element, FXFormNode) - Method in interface com.dooapp.fxform.adapter.AdapterProvider
-
Provide the adapter from fromClass to toClass for the given element and node.
- getAdapter(Class, Class, Element, FXFormNode) - Method in class com.dooapp.fxform.adapter.AnnotationAdapterProvider
-
- getAdapter(Class, Class, Element, FXFormNode) - Method in class com.dooapp.fxform.adapter.DefaultAdapterProvider
-
- getAdapterProvider() - Method in class com.dooapp.fxform.AbstractFXForm
-
Gets the value of the property adapterProvider.
- getAnnotation(Class<T>) - Method in interface com.dooapp.fxform.model.Element
-
Similar to Field#getAnnotation
- getAnnotation(Class<T>) - Method in class com.dooapp.fxform.model.impl.AbstractFieldElement
-
- getAnnotation(Class<T>) - Method in class com.dooapp.fxform.model.impl.java.AbstractJavaBeanElement
-
- getAnnotation(Class<T>) - Method in class com.dooapp.fxform.model.impl.ReadOnlyPropertyMethodElement
-
- getAnnotation() - Method in class com.dooapp.fxform.validation.NotAdaptableConstraintDescriptor
-
- getAttributes() - Method in class com.dooapp.fxform.validation.NotAdaptableConstraintDescriptor
-
- getBean() - Method in class com.dooapp.fxform.model.impl.AbstractSourceElement
-
- getBean() - Method in class com.dooapp.fxform.validation.ClassLevelValidator
-
Gets the value of the property bean.
- getCategory() - Method in interface com.dooapp.fxform.model.Element
-
Return the category of this element.
- getCategory() - Method in class com.dooapp.fxform.model.impl.AbstractSourceElement
-
Gets the value of the property category.
- getClassLevelValidator() - Method in class com.dooapp.fxform.AbstractFXForm
-
- getComposingConstraints() - Method in class com.dooapp.fxform.validation.NotAdaptableConstraintDescriptor
-
- getConstraint(Element) - Method in class com.dooapp.fxform.view.FXFormSkin
-
- getConstraintDescriptor() - Method in class com.dooapp.fxform.validation.NotAdaptableInputValue
-
- getConstraintDescriptor() - Method in class com.dooapp.fxform.view.factory.impl.ParseErrorConstraintViolation
-
- getConstraintFactoryProvider() - Method in class com.dooapp.fxform.AbstractFXForm
-
- getConstraintValidatorClasses() - Method in class com.dooapp.fxform.validation.NotAdaptableConstraintDescriptor
-
- getConstraintViolations() - Method in class com.dooapp.fxform.AbstractFXForm
-
Get an ObservableList mirroring all constraint violations in the form.
- getDeclaringClass() - Method in interface com.dooapp.fxform.model.Element
-
Return the class declaring this element.
- getDeclaringClass() - Method in class com.dooapp.fxform.model.impl.AbstractFieldElement
-
- getDeclaringClass() - Method in class com.dooapp.fxform.model.impl.ReadOnlyPropertyMethodElement
-
- getEditor(Element) - Method in class com.dooapp.fxform.view.FXFormSkin
-
- getEditorFactoryProvider() - Method in class com.dooapp.fxform.AbstractFXForm
-
- getElement() - Method in class com.dooapp.fxform.controller.ElementController
-
- getElementProvider() - Method in class com.dooapp.fxform.FXForm
-
Gets the value of the property elementProvider.
- getElements() - Method in class com.dooapp.fxform.AbstractFXForm
-
Gets the value of the property elements.
- getElements(ObjectProperty<T>) - Method in class com.dooapp.fxform.model.DefaultElementProvider
-
- getElements(ObjectProperty<T>) - Method in interface com.dooapp.fxform.model.ElementProvider
-
Build the list of elements to add into the form for the given source.
- getFactory(Element) - Method in class com.dooapp.fxform.view.factory.AnnotationFactoryProvider
-
Might return null if no FormFactory annotation if defined neither on the field nor on the field type.
- getFactory(Element) - Method in class com.dooapp.fxform.view.factory.DefaultFactoryProvider
-
Create the node by trying to find a delegate factory.
- getFactory(Element) - Method in class com.dooapp.fxform.view.factory.DefaultLabelFactoryProvider
-
- getFactory(Element) - Method in class com.dooapp.fxform.view.factory.DefaultTooltipFactoryProvider
-
- getFactory(Element) - Method in interface com.dooapp.fxform.view.factory.FactoryProvider
-
- getField() - Method in class com.dooapp.fxform.model.impl.AbstractFieldElement
-
- getFieldByName(Class, String) - Static method in class com.dooapp.fxform.reflection.ReflectionUtils
-
Extract a Field from a given class using its name.
- getFilteredElements() - Method in class com.dooapp.fxform.AbstractFXForm
-
Gets the value of the property filteredElements.
- getFilters() - Method in class com.dooapp.fxform.AbstractFXForm
-
- getFilters() - Method in class com.dooapp.fxform.model.DefaultElementProvider
-
- getFxFormValidator() - Method in class com.dooapp.fxform.AbstractFXForm
-
Gets the value of the property fxFormValidator.
- getGroups() - Method in class com.dooapp.fxform.validation.NotAdaptableConstraintDescriptor
-
- getIdSuffix() - Method in enum com.dooapp.fxform.view.NodeType
-
- getInvalidValue() - Method in class com.dooapp.fxform.validation.NotAdaptableInputValue
-
- getInvalidValue() - Method in class com.dooapp.fxform.view.factory.impl.ParseErrorConstraintViolation
-
- getLabel(Element) - Method in class com.dooapp.fxform.view.FXFormSkin
-
- getLabelFactoryProvider() - Method in class com.dooapp.fxform.AbstractFXForm
-
- getLeafBean() - Method in class com.dooapp.fxform.validation.NotAdaptableInputValue
-
- getLeafBean() - Method in class com.dooapp.fxform.view.factory.impl.ParseErrorConstraintViolation
-
- getMessage() - Method in class com.dooapp.fxform.validation.NotAdaptableInputValue
-
- getMessage() - Method in class com.dooapp.fxform.view.factory.impl.ParseErrorConstraintViolation
-
- getMessageInterpolator() - Method in class com.dooapp.fxform.validation.DefaultFXFormValidator
-
- getMessageInterpolator() - Method in interface com.dooapp.fxform.validation.FXFormValidator
-
Get the MessageInterpolator used by the validation layer.
- getMessageTemplate() - Method in class com.dooapp.fxform.validation.NotAdaptableInputValue
-
- getMessageTemplate() - Method in class com.dooapp.fxform.view.factory.impl.ParseErrorConstraintViolation
-
- getMethodReturnTypeGeneric(Object, Method) - Static method in class com.dooapp.fxform.reflection.ReflectionUtils
-
Tries to retrieve the generic parameter of an ObjectProperty return by a method at runtime.
- getName() - Method in class com.dooapp.fxform.model.impl.AbstractFieldElement
-
- getName() - Method in class com.dooapp.fxform.model.impl.ReadOnlyPropertyMethodElement
-
- getNames() - Method in class com.dooapp.fxform.filter.AbstractNameFilter
-
- getNames() - Method in class com.dooapp.fxform.filter.field.IncludeFieldFilter
-
- getNode() - Method in class com.dooapp.fxform.controller.NodeController
-
Gets the value of the property node.
- getNode() - Method in interface com.dooapp.fxform.view.DisposableNode
-
Get the encapsulated node.
- getNode() - Method in class com.dooapp.fxform.view.factory.impl.FXFormChoiceBoxNode
-
- getNode() - Method in class com.dooapp.fxform.view.FXFormNodeWrapper
-
- getNode() - Method in class com.dooapp.fxform.view.FXFormSkin
-
- getObjectPropertyGeneric(Object, Field) - Static method in class com.dooapp.fxform.reflection.ReflectionUtils
-
Tries to retrieve the generic parameter of an ObjectProperty at runtime.
- getPayload() - Method in class com.dooapp.fxform.validation.NotAdaptableConstraintDescriptor
-
- getProperties(Object, List<String>) - Method in interface com.dooapp.fxform.reflection.FieldProvider
-
- getProperties(Object) - Method in interface com.dooapp.fxform.reflection.FieldProvider
-
- getProperties(Object) - Method in class com.dooapp.fxform.reflection.impl.MultipleSourceFieldProvider
-
- getProperties(Object, List<String>) - Method in class com.dooapp.fxform.reflection.impl.MultipleSourceFieldProvider
-
- getProperty() - Method in class com.dooapp.fxform.view.factory.impl.FXFormChoiceBoxNode
-
- getProperty() - Method in interface com.dooapp.fxform.view.FXFormNode
-
Get the property of the view to bind to the model.
- getProperty() - Method in class com.dooapp.fxform.view.FXFormNodeWrapper
-
- getProperty(Node) - Method in class com.dooapp.fxform.view.property.DefaultPropertyProvider
-
- getProperty(N) - Method in interface com.dooapp.fxform.view.property.PropertyProvider
-
Provides the default property for this node.
- getPropertyElementValidator() - Method in class com.dooapp.fxform.controller.PropertyEditorController
-
- getPropertyPath() - Method in class com.dooapp.fxform.validation.NotAdaptableInputValue
-
- getPropertyPath() - Method in class com.dooapp.fxform.view.factory.impl.ParseErrorConstraintViolation
-
- getPropertyProvider() - Method in class com.dooapp.fxform.AbstractFXForm
-
Gets the value of the property propertyProvider.
- getResourceBundle() - Method in class com.dooapp.fxform.AbstractFXForm
-
Gets the value of the property resourceBundle.
- getResourceBundle() - Method in class com.dooapp.fxform.resource.DefaultResourceProvider
-
Gets the value of the property resourceBundle.
- getResourceBundle() - Method in interface com.dooapp.fxform.resource.ResourceProvider
-
Gets the value of the property resourceBundle.
- getResourceProvider() - Method in class com.dooapp.fxform.AbstractFXForm
-
- getRootBean() - Method in class com.dooapp.fxform.validation.NotAdaptableInputValue
-
- getRootBean() - Method in class com.dooapp.fxform.view.factory.impl.ParseErrorConstraintViolation
-
- getRootBeanClass() - Method in class com.dooapp.fxform.validation.NotAdaptableInputValue
-
- getRootBeanClass() - Method in class com.dooapp.fxform.view.factory.impl.ParseErrorConstraintViolation
-
- getSkinnable() - Method in class com.dooapp.fxform.view.FXFormSkin
-
- getSource() - Method in class com.dooapp.fxform.FXForm
-
Gets the value of the property source.
- getSource() - Method in class com.dooapp.fxform.model.impl.AbstractSourceElement
-
Gets the value of the property source.
- getSource(Element) - Method in class com.dooapp.fxform.reflection.MultipleBeanSource
-
- getSources() - Method in class com.dooapp.fxform.reflection.MultipleBeanSource
-
- getString(Element, NodeType) - Method in class com.dooapp.fxform.resource.DefaultResourceProvider
-
- getString(Element, NodeType) - Method in interface com.dooapp.fxform.resource.ResourceProvider
-
- getStyle() - Method in enum com.dooapp.fxform.view.NodeType
-
- getTooltip(Element) - Method in class com.dooapp.fxform.view.FXFormSkin
-
- getTooltipFactoryProvider() - Method in class com.dooapp.fxform.AbstractFXForm
-
- getType() - Method in interface com.dooapp.fxform.model.Element
-
The raw type of this element.
- getType() - Method in class com.dooapp.fxform.model.impl.java.AbstractJavaBeanElement
-
- getType() - Method in class com.dooapp.fxform.model.impl.ReadOnlyPropertyFieldElement
-
- getType() - Method in class com.dooapp.fxform.model.impl.ReadOnlyPropertyMethodElement
-
- getValidator() - Method in class com.dooapp.fxform.validation.ClassLevelValidator
-
Gets the value of the property validator.
- getValidator() - Method in class com.dooapp.fxform.validation.PropertyElementValidator
-
Gets the value of the property validator.
- getValue() - Method in class com.dooapp.fxform.model.impl.AbstractSourceElement
-
- getWrappedType() - Method in interface com.dooapp.fxform.model.Element
-
The type wrapped by this element
- getWrappedType() - Method in class com.dooapp.fxform.model.impl.java.AbstractJavaBeanElement
-
- getWrappedType() - Method in class com.dooapp.fxform.model.impl.ReadOnlyPropertyFieldElement
-
- getWrappedType() - Method in class com.dooapp.fxform.model.impl.ReadOnlyPropertyMethodElement
-
- setAdapterProvider(AdapterProvider) - Method in class com.dooapp.fxform.AbstractFXForm
-
Sets the value of the property adapterProvider.
- setBean(Object) - Method in class com.dooapp.fxform.validation.ClassLevelValidator
-
Sets the value of the property bean.
- setCategory(String) - Method in interface com.dooapp.fxform.model.Element
-
Set the category of this element.
- setCategory(String) - Method in class com.dooapp.fxform.model.impl.AbstractSourceElement
-
Sets the value of the property category.
- setConstraintFactoryProvider(FactoryProvider) - Method in class com.dooapp.fxform.AbstractFXForm
-
- setEditorFactoryProvider(FactoryProvider) - Method in class com.dooapp.fxform.AbstractFXForm
-
- setElementProvider(ElementProvider) - Method in class com.dooapp.fxform.FXForm
-
Sets the value of the property elementProvider.
- setElements(ListProperty<Element>) - Method in class com.dooapp.fxform.AbstractFXForm
-
Sets the value of the property elements.
- setFxFormValidator(FXFormValidator) - Method in class com.dooapp.fxform.AbstractFXForm
-
Sets the value of the property fxFormValidator.
- setLabelFactoryProvider(FactoryProvider) - Method in class com.dooapp.fxform.AbstractFXForm
-
- setNode(FXFormNode) - Method in class com.dooapp.fxform.controller.NodeController
-
Sets the value of the property node.
- setOnCreateNode(Callable<Node>) - Method in class com.dooapp.fxform.view.skin.NodeSkin
-
- setPropertyProvider(PropertyProvider) - Method in class com.dooapp.fxform.AbstractFXForm
-
Sets the value of the property propertyProvider.
- setResourceBundle(ResourceBundle) - Method in class com.dooapp.fxform.AbstractFXForm
-
Set the resource bundle used by this form to i18n labels, tooltips,...
- setResourceBundle(ResourceBundle) - Method in class com.dooapp.fxform.resource.DefaultResourceProvider
-
Sets the value of the property resourceBundle.
- setResourceBundle(ResourceBundle) - Method in interface com.dooapp.fxform.resource.ResourceProvider
-
Sets the value of the property resourceBundle.
- setSource(T) - Method in class com.dooapp.fxform.FXForm
-
Sets the value of the property source.
- setSource(SourceType) - Method in class com.dooapp.fxform.model.impl.AbstractSourceElement
-
Sets the value of the property source.
- setTitle(String) - Method in class com.dooapp.fxform.AbstractFXForm
-
Sets the value of the property title.
- setTooltipFactoryProvider(FactoryProvider) - Method in class com.dooapp.fxform.AbstractFXForm
-
- setValidator(FXFormValidator) - Method in class com.dooapp.fxform.validation.ClassLevelValidator
-
Sets the value of the property validator.
- setValidator(FXFormValidator) - Method in class com.dooapp.fxform.validation.PropertyElementValidator
-
Sets the value of the property validator.
- setValue(WrappedType) - Method in class com.dooapp.fxform.model.impl.java.AbstractJavaBeanElement
-
- setValue(WrappedType) - Method in class com.dooapp.fxform.model.impl.PropertyFieldElement
-
- setValue(WrappedType) - Method in class com.dooapp.fxform.model.impl.PropertyMethodElement
-
- skin(Skin) - Method in class com.dooapp.fxform.builder.FXFormBuilder
-
- source(Object) - Method in class com.dooapp.fxform.builder.FXFormBuilder
-
- sourceProperty() - Method in class com.dooapp.fxform.FXForm
-
- sourceProperty() - Method in interface com.dooapp.fxform.model.Element
-
The source bean of this element.
- sourceProperty() - Method in class com.dooapp.fxform.model.impl.AbstractSourceElement
-
- SyntheticFieldFilter - Class in com.dooapp.fxform.filter.field
-
User: Antoine Mischler
Date: 16/12/2013
Time: 14:40
- SyntheticFieldFilter() - Constructor for class com.dooapp.fxform.filter.field.SyntheticFieldFilter
-