Uses of Enum Class
com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy
Packages that use ComplexBuilderHierarchy
Package
Description
-
Uses of ComplexBuilderHierarchy in com.jbstrap.ui.components.form
Methods in com.jbstrap.ui.components.form with parameters of type ComplexBuilderHierarchyModifier and TypeMethodDescriptionForm.setHierarchy
(ComplexBuilderHierarchy hierachy) Sets the builder hierarchy (used when using a complex form builder). -
Uses of ComplexBuilderHierarchy in com.jbstrap.ui.components.form.builders
Methods in com.jbstrap.ui.components.form.builders that return ComplexBuilderHierarchyModifier and TypeMethodDescriptionComplexFormBuilder.getHierarchy()
Gets the hierarchy used by the form builderstatic ComplexBuilderHierarchy
Returns the enum constant of this class with the specified name.static ComplexBuilderHierarchy[]
ComplexBuilderHierarchy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jbstrap.ui.components.form.builders with parameters of type ComplexBuilderHierarchyModifier and TypeMethodDescriptionvoid
ComplexFormBuilder.setHierarchy
(ComplexBuilderHierarchy hierachia) Sets the hierarchy to be used by the form. -
Uses of ComplexBuilderHierarchy in com.jbstrap.ui.components.form.builders.interfaces
Methods in com.jbstrap.ui.components.form.builders.interfaces that return ComplexBuilderHierarchyModifier and TypeMethodDescriptionComplexForm.getHierarchy()
Gets the hierarchy type of the displayed components in the complex form builder class.Methods in com.jbstrap.ui.components.form.builders.interfaces with parameters of type ComplexBuilderHierarchyModifier and TypeMethodDescriptionvoid
ComplexForm.setHierarchy
(ComplexBuilderHierarchy hierachia) Sets the hierarchy type of the displayed components in the complex form builder class.