Class DefaultRowModalFormAction
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractAction<DefaultRowModalFormAction>
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.DefaultRowModalFormAction
-
- All Implemented Interfaces:
Action<DefaultRowModalFormAction>
,Copyable<DefaultRowModalFormAction>
,FormAction<DefaultRowModalFormAction>
,ModalFormAction<DefaultRowModalFormAction>
,RowModalFormAction<DefaultRowModalFormAction>
,Serializable
,Comparable<DefaultRowModalFormAction>
public class DefaultRowModalFormAction extends AbstractAction<DefaultRowModalFormAction> implements RowModalFormAction<DefaultRowModalFormAction>
- 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.RowModalFormAction
RowModalFormAction.Attributes, RowModalFormAction.EndpointTypes
-
-
Constructor Summary
Constructors Constructor Description DefaultRowModalFormAction()
DefaultRowModalFormAction(RowModalFormAction<?> action)
DefaultRowModalFormAction(String placement)
DefaultRowModalFormAction(String placement, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultRowModalFormAction
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
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.RowModalFormAction
findSubmitEndpoint, getSubmitEndpoint, iconName, mapInitialValues, mapInitialValues, notRefreshOnMount, refreshOnMount, submitEndpoint, submitEndpoint, submitScope, submitUrl, submitUrl
-
-
-
-
Constructor Detail
-
DefaultRowModalFormAction
public DefaultRowModalFormAction()
-
DefaultRowModalFormAction
public DefaultRowModalFormAction(String placement)
-
DefaultRowModalFormAction
public DefaultRowModalFormAction(RowModalFormAction<?> action)
-
-
Method Detail
-
copy
public DefaultRowModalFormAction copy()
- Specified by:
copy
in interfaceCopyable<DefaultRowModalFormAction>
- Returns:
- a deep copy of this instance
-
-