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>
,ConditionalAction<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:
-
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
ConstructorsConstructorDescriptionDefaultRowModalFormAction
(RowModalFormAction<?> action) DefaultRowModalFormAction
(String placement) DefaultRowModalFormAction
(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.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
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.RowModalFormAction
findSubmitEndpoint, getSubmitEndpoint, iconColor, iconName, mapInitialValues, mapInitialValues, notRefreshOnMount, refreshOnMount, submitEndpoint, submitEndpoint, submitScope, submitUrl, submitUrl, unsetRefreshOnMount
-
Constructor Details
-
DefaultRowModalFormAction
public DefaultRowModalFormAction() -
DefaultRowModalFormAction
-
DefaultRowModalFormAction
-
DefaultRowModalFormAction
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceCopyable<DefaultRowModalFormAction>
- Returns:
- a deep copy of this instance
-