Class DefaultModalFormAction
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractAction<DefaultModalFormAction>
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.DefaultModalFormAction
-
- All Implemented Interfaces:
Action<DefaultModalFormAction>
,Copyable<DefaultModalFormAction>
,FormAction<DefaultModalFormAction>
,ModalFormAction<DefaultModalFormAction>
,Serializable
,Comparable<DefaultModalFormAction>
public class DefaultModalFormAction extends AbstractAction<DefaultModalFormAction> implements ModalFormAction<DefaultModalFormAction>
- Author:
- Nick Crum (ncrum)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.FormAction
FormAction.Keys
-
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.ModalFormAction
ModalFormAction.Attributes
-
-
Constructor Summary
Constructors Constructor Description DefaultModalFormAction()
DefaultModalFormAction(ModalFormAction<?> action)
DefaultModalFormAction(String placement)
DefaultModalFormAction(String placement, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultModalFormAction
copy()
-
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, setType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods 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, type
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods 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, removeGroup
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.ModalFormAction
submitLabel, submitLabel
-
-
-
-
Constructor Detail
-
DefaultModalFormAction
public DefaultModalFormAction()
-
DefaultModalFormAction
public DefaultModalFormAction(String placement)
-
DefaultModalFormAction
public DefaultModalFormAction(ModalFormAction<?> action)
-
-
Method Detail
-
copy
public DefaultModalFormAction copy()
- Specified by:
copy
in interfaceCopyable<DefaultModalFormAction>
- Returns:
- a deep copy of this instance
-
-