Class DefaultGridRowConditionalAction
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractAction<DefaultGridRowConditionalAction>
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.DefaultGridRowConditionalAction
-
- All Implemented Interfaces:
Action<DefaultGridRowConditionalAction>
,Copyable<DefaultGridRowConditionalAction>
,GridRowConditionalAction<DefaultGridRowConditionalAction>
,Serializable
,Comparable<DefaultGridRowConditionalAction>
public class DefaultGridRowConditionalAction extends AbstractAction<DefaultGridRowConditionalAction> implements GridRowConditionalAction<DefaultGridRowConditionalAction>
The default implementation forGridRowConditionalAction
.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.GridRowConditionalAction
GridRowConditionalAction.Attributes
-
-
Constructor Summary
Constructors Constructor Description DefaultGridRowConditionalAction()
DefaultGridRowConditionalAction(GridRowConditionalAction<?> conditionalAction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultGridRowConditionalAction
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.GridRowConditionalAction
conditional, conditional
-
-
-
-
Constructor Detail
-
DefaultGridRowConditionalAction
public DefaultGridRowConditionalAction()
-
DefaultGridRowConditionalAction
public DefaultGridRowConditionalAction(GridRowConditionalAction<?> conditionalAction)
-
-
Method Detail
-
copy
public DefaultGridRowConditionalAction copy()
- Specified by:
copy
in interfaceCopyable<DefaultGridRowConditionalAction>
- Returns:
- a deep copy of this instance
-
-