public interface FieldArrayBlockField<F extends FieldArrayBlockField<F>> extends FieldArrayField<F>
FieldTypes.FIELD_ARRAY_BLOCK
field. Renders a controllable
field array form group that can manage duplicating its components.Modifier and Type | Interface and Description |
---|---|
static class |
FieldArrayBlockField.Attributes |
FieldArrayField.Keys
Modifier and Type | Method and Description |
---|---|
default F |
postamble(InternationalizedMessage message)
Adds the
FieldArrayBlockField.Attributes.POSTAMBLE attribute to this component. |
default F |
postamble(String messageKey)
Adds the
FieldArrayBlockField.Attributes.POSTAMBLE attribute to this component. |
addField, addField, addField, addFields, findField, getField
decorated, defaultValue, getDefaultValue, getName, getPlaceholder, getRequiredMessage, getValidationSchema, isReadOnly, isRequired, isShowInQueryBuilder, name, notReadOnly, notRequired, placeholder, placeholder, readOnly, readOnly, required, required, required, required, requiredMessage, requiredMessage, setDefaultValue, setName, setPlaceholder, setReadOnly, setRequired, setRequiredMessage, setShowInQueryBuilder, setValidationSchema, validationMethod, validationSchema, validationSchema
getHelpText, getHint, getTooltip, helpText, helpText, hidden, hidden, hint, hint, isHidden, notHidden, setHelpText, setHidden, setHint, setTooltip, tooltip, tooltip
addAction, addAction, addComponent, addEndpoint, addEndpoint, apply, attribute, augmentationKey, classifier, clearConditionals, clearEndpoints, conditional, conditionals, description, description, findAction, findAction, findActions, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAction, getAction, getActions, getActionsList, getAttribute, getAttribute, getAttributes, getAugmentationKey, getClassifier, getComponent, getComponent, getComponents, getComponentsList, getConditionals, getDescription, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOrder, getScope, getType, hasAction, hasAttribute, hasComponent, hasEndpoint, id, isAugmentable, isTranslatable, label, label, notTranslatable, order, removeAction, removeAttribute, removeComponent, removeEndpoint, scope, self, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, translatable, translatable, type
compareTo
default F postamble(String messageKey)
FieldArrayBlockField.Attributes.POSTAMBLE
attribute to this component. The attribute value is
used to display between components.messageKey
- the message key to display between componentsdefault F postamble(InternationalizedMessage message)
FieldArrayBlockField.Attributes.POSTAMBLE
attribute to this component. The attribute value is
used to display between components.message
- the message to display between componentsCopyright © 2021. All rights reserved.