Class 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 Detail

      • primaryAction

        protected Action primaryAction
    • Constructor Detail

      • ActionGroupSplit

        public ActionGroupSplit()
    • Method Detail

      • getPrimaryAction

        public Action getPrimaryAction()
        Gets the value of the primaryAction property.
        Returns:
        possible object is Action
      • setPrimaryAction

        public void setPrimaryAction​(Action value)
        Sets the value of the primaryAction property.
        Parameters:
        value - allowed object is Action