All Known Implementing Classes:
BlockedFormBuilder, ComplexFormBuilder

public interface BlockedForm
Form block handler support interface
Since:
4.0
Author:
JBStrap
  • Field Details

  • Method Details

    • createBlock

      FormBlock createBlock(String name, String title)
      Creates a form block for the build classes, that handle form blocks.
      Parameters:
      name - The name of the form block. Has to be unique within the form
      title - The title of the form block. If null, no title will be used
      Returns:
      The created form block component
    • getBlock

      FormBlock getBlock(String name)
      Gets the form item. Specified by the name.
      Parameters:
      name - The name of the form block
      Returns:
      The form block component, or null if not found