Interface BlockedForm
- All Known Implementing Classes:
BlockedFormBuilder
,ComplexFormBuilder
public interface BlockedForm
Form block handler support interface
- Since:
- 4.0
- Author:
- JBStrap
-
Field Summary
-
Method Summary
-
Field Details
-
UNNAMED_BLOCK
- See Also:
-
-
Method Details
-
createBlock
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 formtitle
- The title of the form block. Ifnull
, no title will be used- Returns:
- The created form block component
-
getBlock
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
-