Class DefaultInlineGridSelectAction
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractAction<DefaultInlineGridSelectAction>
com.broadleafcommerce.metadata.dsl.core.extension.actions.DefaultInlineGridSelectAction
- All Implemented Interfaces:
Action<DefaultInlineGridSelectAction>
,Copyable<DefaultInlineGridSelectAction>
,InlineGridSelectAction<DefaultInlineGridSelectAction>
,Serializable
,Comparable<DefaultInlineGridSelectAction>
public class DefaultInlineGridSelectAction
extends AbstractAction<DefaultInlineGridSelectAction>
implements InlineGridSelectAction<DefaultInlineGridSelectAction>
- Author:
- Jon Fleschler (jfleschler)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.InlineGridSelectAction
InlineGridSelectAction.Attributes, InlineGridSelectAction.Endpoints
-
Constructor Summary
ConstructorsConstructorDescription -
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.InlineGridSelectAction
options, paramName, submitEndpoint
-
Constructor Details
-
DefaultInlineGridSelectAction
public DefaultInlineGridSelectAction() -
DefaultInlineGridSelectAction
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceCopyable<DefaultInlineGridSelectAction>
- Returns:
- a deep copy of this instance
-