Class DefaultCustomAttributesGridField
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.AbstractComponent<C>
-
- com.broadleafcommerce.metadata.dsl.core.AbstractFormComponent<F>
-
- com.broadleafcommerce.metadata.dsl.core.extension.fields.AbstractField<DefaultCustomAttributesGridField>
-
- com.broadleafcommerce.metadata.dsl.core.extension.fields.DefaultCustomAttributesGridField
-
- All Implemented Interfaces:
Component<DefaultCustomAttributesGridField>
,Copyable<DefaultCustomAttributesGridField>
,CustomAttributesGridField<DefaultCustomAttributesGridField>
,Field<DefaultCustomAttributesGridField>
,FormComponent<DefaultCustomAttributesGridField>
,Serializable
,Comparable<DefaultCustomAttributesGridField>
public class DefaultCustomAttributesGridField extends AbstractField<DefaultCustomAttributesGridField> implements CustomAttributesGridField<DefaultCustomAttributesGridField>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.fields.CustomAttributesGridField
CustomAttributesGridField.Attributes
-
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.Field
Field.Attributes
-
-
Constructor Summary
Constructors Constructor Description DefaultCustomAttributesGridField()
DefaultCustomAttributesGridField(CustomAttributesGridField<?> grid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultCustomAttributesGridField
copy()
-
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.extension.fields.AbstractField
canEqual, equals, getDefaultValue, getName, getPlaceholder, getReadOnlyConditionals, getRequiredMessage, getValidationSchema, hashCode, isReadOnly, isRequired, isShowInQueryBuilder, setDefaultValue, setName, setPlaceholder, setReadOnly, setReadOnlyConditionals, setRequired, setRequiredMessage, setShowInQueryBuilder, setValidationSchema
-
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.AbstractFormComponent
getDescription, getHelpText, getHint, getTooltip, isHidden, setDescription, setHelpText, setHidden, setHint, setTooltip
-
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.AbstractComponent
compareTo, getActions, getAttributes, getAugmentationKey, getClassifier, getComponents, getConditionals, getEndpoints, getId, getLabel, getOrder, getScope, getType, isTranslatable, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.Component
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
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.fields.CustomAttributesGridField
complexAttributes, complexAttributes, nameLabel, nameLabel, noNameLabel, notComplexAttributes
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.Field
clearReadOnlyConditionals, decorated, defaultValue, getDefaultValue, getName, getPlaceholder, getReadOnlyConditionals, getRequiredMessage, getValidationSchema, isReadOnly, isRequired, isShowInQueryBuilder, isTargetCollection, name, notReadOnly, notRequired, placeholder, placeholder, readOnly, readOnly, readOnlyConditional, readOnlyConditionals, required, required, required, required, requiredMessage, requiredMessage, setDefaultValue, setName, setPlaceholder, setReadOnly, setReadOnlyConditionals, setRequired, setRequiredMessage, setShowInQueryBuilder, setValidationSchema, targetIsCollection, targetIsNotCollection, validationMethod, validationSchema, validationSchema
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.FormComponent
getHelpText, getHint, getTooltip, helpText, helpText, hidden, hidden, hint, hint, isHidden, notHidden, setHelpText, setHidden, setHint, setTooltip, tooltip, tooltip
-
-
-
-
Constructor Detail
-
DefaultCustomAttributesGridField
public DefaultCustomAttributesGridField()
-
DefaultCustomAttributesGridField
public DefaultCustomAttributesGridField(CustomAttributesGridField<?> grid)
-
-
Method Detail
-
copy
public DefaultCustomAttributesGridField copy()
- Specified by:
copy
in interfaceCopyable<DefaultCustomAttributesGridField>
- Returns:
- a deep copy of this instance
-
-