Class ActionGroupSplit
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.ActionGroup
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.ActionGroupSplit
-
public class ActionGroupSplit extends ActionGroup
Java class for action-group-split complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="action-group-split"> <complexContent> <extension base="{http://www.hybris.com/cockpit/config/hybris}action-group"> <sequence> <element name="primary-action" type="{http://www.hybris.com/cockpit/config/hybris}action"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActionprimaryAction-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.ActionGroup
actions, label, mergeMode, qualifier, showGroupHeader, showSeparator
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description ActionGroupSplit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiongetPrimaryAction()Gets the value of the primaryAction property.voidsetPrimaryAction(Action value)Sets the value of the primaryAction property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.ActionGroup
getActions, getLabel, getMergeMode, getQualifier, isShowGroupHeader, isShowSeparator, setLabel, setMergeMode, setQualifier, setShowGroupHeader, setShowSeparator
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Field Detail
-
primaryAction
protected Action primaryAction
-
-