Interface ComplexForm
- All Known Implementing Classes:
ComplexFormBuilder
public interface ComplexForm
The complex form builder support interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionGets the hierarchy type of the displayed components in the complex form builder class.void
setHierarchy
(ComplexBuilderHierarchy hierachia) Sets the hierarchy type of the displayed components in the complex form builder class.
-
Method Details
-
setHierarchy
Sets the hierarchy type of the displayed components in the complex form builder class. By default, the complex form builder uses theComplexBuilderHierarchy.TAB_BLOCK_COLUMN
hierarchy.- Parameters:
hierachia
- The hierarchy type to be used. The usable types can be found in theComplexBuilderHierarchy
enum
-
getHierarchy
ComplexBuilderHierarchy getHierarchy()Gets the hierarchy type of the displayed components in the complex form builder class.- Returns:
- The hierarchy type
-