Class 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> actions  
      protected java.lang.String label  
      protected java.lang.String mergeMode  
      protected java.lang.String qualifier  
      protected java.lang.Boolean showGroupHeader  
      protected java.lang.Boolean showSeparator  
      • 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.String getLabel()
      Gets the value of the label property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getQualifier()  
      java.lang.Boolean isShowGroupHeader()
      Gets the value of the showGroupHeader property.
      boolean isShowSeparator()
      Gets the value of the showSeparator property.
      void setLabel​(java.lang.String value)
      Sets the value of the label property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setQualifier​(java.lang.String value)  
      void setShowGroupHeader​(java.lang.Boolean value)
      Sets the value of the showGroupHeader property.
      void setShowSeparator​(java.lang.Boolean value)
      Sets the value of the showSeparator property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • ActionGroup

        public ActionGroup()
    • 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 is String
      • 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 is Boolean
      • 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 is Boolean
      • 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 is String