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:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.CloneModalFormActionCloneModalFormAction.Attributes, CloneModalFormAction.EndpointTypes
 - 
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.FormActionFormAction.Keys
 
- 
 - 
Constructor SummaryConstructors Constructor Description DefaultCloneModalFormAction()DefaultCloneModalFormAction(CloneModalFormAction<?> action)DefaultCloneModalFormAction(String placement)DefaultCloneModalFormAction(String placement, String type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultCloneModalFormActioncopy()- 
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractActioncanEqual, compareTo, equals, getAttributes, getComponents, getEndpoints, getId, getLabel, getOperationType, getOrder, getPlacement, getScope, getType, hashCode, setAttributes, setComponents, setEndpoints, setId, setLabel, setOperationType, setOrder, setPlacement, setScope, setType
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.ActionaddComponent, 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, type
 - 
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.CloneModalFormActionaddCloneEndpoint, cloneEndpoint, cloneScope, cloneUrl, cloneUrl, findCloneEndpoint, getCloneEndpoint, redirectLink, redirectLinkById, redirectLinkByPath, transformClone, transformClone, transformClone
 - 
Methods inherited from interface java.lang.ComparablecompareTo
 - 
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.FormActionaddExternal, addExternal, addField, addField, addField, addFormComponents, addGroup, addGroup, external, field, findExternal, findField, findGroup, getExternal, getField, getGroup, group, removeExternal, removeField, removeGroup
 - 
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.ModalFormActionsubmitLabel, submitLabel
 
- 
 
- 
- 
- 
Constructor Detail- 
DefaultCloneModalFormActionpublic DefaultCloneModalFormAction() 
 - 
DefaultCloneModalFormActionpublic DefaultCloneModalFormAction(String placement) 
 - 
DefaultCloneModalFormActionpublic DefaultCloneModalFormAction(CloneModalFormAction<?> action) 
 
- 
 - 
Method Detail- 
copypublic DefaultCloneModalFormAction copy() - Specified by:
- copyin interface- Copyable<DefaultCloneModalFormAction>
- Returns:
- a deep copy of this instance
 
 
- 
 
-