Uses of Enum Class
com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy
Package
Description
-
Uses of ComplexBuilderHierarchy in com.jbstrap.ui.components.form
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionComplexForm.getHierarchy()
Gets the hierarchy type of the displayed components in the complex form builder class.Modifier and TypeMethodDescriptionvoid
ComplexForm.setHierarchy
(ComplexBuilderHierarchy hierachia) Sets the hierarchy type of the displayed components in the complex form builder class.