Class DefaultCloneModalFormAction
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractAction<DefaultCloneModalFormAction>
com.broadleafcommerce.metadata.dsl.core.extension.actions.DefaultCloneModalFormAction
- All Implemented Interfaces:
Action<DefaultCloneModalFormAction>,Copyable<DefaultCloneModalFormAction>,CloneModalFormAction<DefaultCloneModalFormAction>,FormAction<DefaultCloneModalFormAction>,ModalFormAction<DefaultCloneModalFormAction>,Serializable,Comparable<DefaultCloneModalFormAction>
public class DefaultCloneModalFormAction
extends AbstractAction<DefaultCloneModalFormAction>
implements CloneModalFormAction<DefaultCloneModalFormAction>
- Author:
- Nick Crum (ncrum)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.CloneModalFormAction
CloneModalFormAction.Attributes, CloneModalFormAction.EndpointTypesNested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.FormAction
FormAction.Keys -
Constructor Summary
ConstructorsConstructorDescriptionDefaultCloneModalFormAction(CloneModalFormAction<?> action) DefaultCloneModalFormAction(String placement) DefaultCloneModalFormAction(String placement, String type) -
Method Summary
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractAction
canEqual, compareTo, equals, getAttributes, getComponents, getEndpoints, getId, getLabel, getOperationType, getOrder, getPlacement, getScope, getType, hashCode, setAttributes, setComponents, setEndpoints, setId, setLabel, setOperationType, setOrder, setPlacement, setScope, setTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.Action
addComponent, addComponents, addEndpoint, addEndpoint, apply, attribute, clearEndpoints, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAttribute, getAttribute, getAttributes, getComponent, getComponent, getComponents, getComponentsList, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOperationType, getOrder, getPlacement, getScope, getType, hasAttribute, hasComponent, hasEndpoint, id, label, label, operationType, order, placement, removeAttribute, removeComponent, removeEndpoint, scope, self, setAttributes, setComponents, setEndpoints, setId, setLabel, setOperationType, setOrder, setPlacement, setScope, setType, typeMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.CloneModalFormAction
addCloneEndpoint, cloneEndpoint, cloneScope, cloneUrl, cloneUrl, findCloneEndpoint, getCloneEndpoint, redirectLink, redirectLinkById, redirectLinkByPath, transformClone, transformClone, transformCloneMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.FormAction
addExternal, addExternal, addField, addField, addField, addFormComponents, addGroup, addGroup, external, field, findExternal, findField, findGroup, getExternal, getField, getGroup, group, removeExternal, removeField, removeGroupMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.ModalFormAction
submitLabel, submitLabel
-
Constructor Details
-
DefaultCloneModalFormAction
public DefaultCloneModalFormAction() -
DefaultCloneModalFormAction
-
DefaultCloneModalFormAction
-
DefaultCloneModalFormAction
-
-
Method Details
-
copy
- Specified by:
copyin interfaceCopyable<DefaultCloneModalFormAction>- Returns:
- a deep copy of this instance
-