Class ActionGroupExtended
- 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.ActionGroupExtended
-
public class ActionGroupExtended extends ActionGroup
Java class for action-group-extended complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="action-group-extended"> <complexContent> <extension base="{http://www.hybris.com/cockpit/config/hybris}action-group"> <sequence> <element name="extended-action" type="{http://www.hybris.com/cockpit/config/hybris}action"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActionextendedAction-
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 ActionGroupExtended()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiongetExtendedAction()Gets the value of the extendedAction property.voidsetExtendedAction(Action value)Sets the value of the extendedAction 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
-
-