Class Actions


  • public class Actions
    extends java.lang.Object

    Java class for actions complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="actions">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element name="three-dots-group" type="{http://www.hybris.com/cockpit/config/hybris}action-group-three-dots"/>
               <element name="extended-group" type="{http://www.hybris.com/cockpit/config/hybris}action-group-extended"/>
               <element name="split-group" type="{http://www.hybris.com/cockpit/config/hybris}action-group-split"/>
               <element name="group" type="{http://www.hybris.com/cockpit/config/hybris}action-group"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<ActionGroup> group  
    • Constructor Summary

      Constructors 
      Constructor Description
      Actions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ActionGroup> getGroup()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • Actions

        public Actions()
    • Method Detail

      • getGroup

        public java.util.List<ActionGroup> getGroup()