Interface FieldArrayBlockField<F extends FieldArrayBlockField<F>>

All Superinterfaces:
Comparable<F>, Component<F>, Copyable<F>, Field<F>, FieldArrayField<F>, FormComponent<F>, Serializable
All Known Implementing Classes:
DefaultFieldArrayBlockField

public interface FieldArrayBlockField<F extends FieldArrayBlockField<F>> extends FieldArrayField<F>
Represents the metadata for a FieldTypes.FIELD_ARRAY_BLOCK field. Renders a controllable field array form group that can manage duplicating its components.
Author:
Dima Myroniuk (dmyroniuk)
  • Method Details

    • postamble

      default F postamble(String messageKey)
      Adds the FieldArrayBlockField.Attributes.POSTAMBLE attribute to this component. The attribute value is used to display between components.
      Parameters:
      messageKey - the message key to display between components
      Returns:
      this field for further customization
    • postamble

      default F postamble(InternationalizedMessage message)
      Adds the FieldArrayBlockField.Attributes.POSTAMBLE attribute to this component. The attribute value is used to display between components.
      Parameters:
      message - the message to display between components
      Returns:
      this field for further customization