Class ActionGroup
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.ActionGroup
-
- Direct Known Subclasses:
ActionGroupExtended,ActionGroupSplit,ActionGroupThreeDots
public class ActionGroup extends Positioned
Java class for action-group complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="action-group"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="action" type="{http://www.hybris.com/cockpit/config/hybris}action" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="qualifier" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="show-group-header" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="show-separator" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Action>actionsprotected java.lang.Stringlabelprotected java.lang.StringmergeModeprotected java.lang.Stringqualifierprotected java.lang.BooleanshowGroupHeaderprotected java.lang.BooleanshowSeparator-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description ActionGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Action>getActions()java.lang.StringgetLabel()Gets the value of the label property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetQualifier()java.lang.BooleanisShowGroupHeader()Gets the value of the showGroupHeader property.booleanisShowSeparator()Gets the value of the showSeparator property.voidsetLabel(java.lang.String value)Sets the value of the label property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetQualifier(java.lang.String value)voidsetShowGroupHeader(java.lang.Boolean value)Sets the value of the showGroupHeader property.voidsetShowSeparator(java.lang.Boolean value)Sets the value of the showSeparator property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Field Detail
-
label
protected java.lang.String label
-
actions
protected java.util.List<Action> actions
-
qualifier
protected java.lang.String qualifier
-
showGroupHeader
protected java.lang.Boolean showGroupHeader
-
showSeparator
protected java.lang.Boolean showSeparator
-
mergeMode
protected java.lang.String mergeMode
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
public void setLabel(java.lang.String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getActions
public java.util.List<Action> getActions()
-
getQualifier
public java.lang.String getQualifier()
-
setQualifier
public void setQualifier(java.lang.String value)
-
isShowGroupHeader
public java.lang.Boolean isShowGroupHeader()
Gets the value of the showGroupHeader property.- Returns:
- possible object is
Boolean
-
setShowGroupHeader
public void setShowGroupHeader(java.lang.Boolean value)
Sets the value of the showGroupHeader property.- Parameters:
value- allowed object isBoolean
-
isShowSeparator
public boolean isShowSeparator()
Gets the value of the showSeparator property.- Returns:
- possible object is
Boolean
-
setShowSeparator
public void setShowSeparator(java.lang.Boolean value)
Sets the value of the showSeparator property.- Parameters:
value- allowed object isBoolean
-
getMergeMode
public java.lang.String getMergeMode()
Gets the value of the mergeMode property.- Returns:
- possible object is
String
-
setMergeMode
public void setMergeMode(java.lang.String value)
Sets the value of the mergeMode property.- Parameters:
value- allowed object isString
-
-