Class DefaultEntityModalFormAction
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractAction<DefaultEntityModalFormAction>
com.broadleafcommerce.metadata.dsl.core.extension.actions.DefaultEntityModalFormAction
- All Implemented Interfaces:
Action<DefaultEntityModalFormAction>
,Copyable<DefaultEntityModalFormAction>
,ConditionalAction<DefaultEntityModalFormAction>
,EntityModalFormAction<DefaultEntityModalFormAction>
,FormAction<DefaultEntityModalFormAction>
,ModalFormAction<DefaultEntityModalFormAction>
,Serializable
,Comparable<DefaultEntityModalFormAction>
public class DefaultEntityModalFormAction
extends AbstractAction<DefaultEntityModalFormAction>
implements EntityModalFormAction<DefaultEntityModalFormAction>
The default implementation of
EntityModalFormAction
. This is intended to be a secondary
view action.- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.EntityModalFormAction
EntityModalFormAction.Attributes, EntityModalFormAction.EndpointTypes
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.FormAction
FormAction.Keys
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultEntityModalFormAction
(Action<?> action) DefaultEntityModalFormAction
(String placement) DefaultEntityModalFormAction
(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, 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.ConditionalAction
conditional, conditional
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.EntityModalFormAction
addSubmitEndpoint, findSubmitEndpoint, getSubmitEndpoint, notRefreshOnMount, refreshOnMount, submitEndpoint, submitScope, submitUrl, submitUrl, transform, transform, transform, unsetRefreshOnMount
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
modalSize, submitLabel, submitLabel
-
Constructor Details
-
DefaultEntityModalFormAction
public DefaultEntityModalFormAction() -
DefaultEntityModalFormAction
-
DefaultEntityModalFormAction
-
DefaultEntityModalFormAction
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceCopyable<DefaultEntityModalFormAction>
- Returns:
- a deep copy of this instance
-