Class DefaultDerivedUrlField
- 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<DefaultDerivedUrlField>
-
- com.broadleafcommerce.metadata.dsl.core.extension.fields.DefaultDerivedUrlField
-
- All Implemented Interfaces:
Component<DefaultDerivedUrlField>
,Copyable<DefaultDerivedUrlField>
,DerivedUrlField<DefaultDerivedUrlField>
,Field<DefaultDerivedUrlField>
,FormComponent<DefaultDerivedUrlField>
,Serializable
,Comparable<DefaultDerivedUrlField>
public class DefaultDerivedUrlField extends AbstractField<DefaultDerivedUrlField> implements DerivedUrlField<DefaultDerivedUrlField>
- Author:
- Nick Crum (ncrum)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.fields.DerivedUrlField
DerivedUrlField.Attributes
-
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.Field
Field.Attributes
-
-
Constructor Summary
Constructors Constructor Description DefaultDerivedUrlField()
DefaultDerivedUrlField(DerivedUrlField<?> component)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultDerivedUrlField
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.DerivedUrlField
source
-
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
-
DefaultDerivedUrlField
public DefaultDerivedUrlField()
-
DefaultDerivedUrlField
public DefaultDerivedUrlField(DerivedUrlField<?> component)
-
-
Method Detail
-
copy
public DefaultDerivedUrlField copy()
- Specified by:
copy
in interfaceCopyable<DefaultDerivedUrlField>
- Returns:
- a deep copy of this instance
-
-