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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.FormAction
FormAction.KeysNested 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, setTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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, typeMethods inherited from interface java.lang.Comparable
compareToMethods 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, removeGroupMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.ModalFormAction
submitLabel, submitLabelMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.RowModalFormAction
findSubmitEndpoint, getSubmitEndpoint, iconColor, iconName, mapInitialValues, mapInitialValues, notRefreshOnMount, refreshOnMount, submitEndpoint, submitEndpoint, submitScope, submitUrl, submitUrl
-
Constructor Details
-
DefaultRowModalFormAction
public DefaultRowModalFormAction() -
DefaultRowModalFormAction
-
DefaultRowModalFormAction
-
DefaultRowModalFormAction
-
-
Method Details
-
copy
- Specified by:
copyin interfaceCopyable<DefaultRowModalFormAction>- Returns:
- a deep copy of this instance
-