com.hp.lft.sdk.sap.ui5

Class AccordionDescription

    • Constructor Detail

      • AccordionDescription

        public AccordionDescription()
        Initializes a new instance of the AccordionDescription class.
      • AccordionDescription

        protected AccordionDescription(AccordionDescription.Init<?> init)
        Initializes a new instance of the AccordionDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setItemsCount

        public void setItemsCount(java.lang.Integer itemsCount)
        Sets the number of panels in the accordion.
        Parameters:
        itemsCount - the number of panels in the accordion.
      • getItemsCount

        public java.lang.Integer getItemsCount()
        Gets the number of panels in the accordion.
        Returns:
        the number of panels in the accordion.
      • setItems

        public void setItems(java.lang.String[] items)
        Sets the panels in the accordion.
        Parameters:
        items - the panels in the accordion.
      • getItems

        public java.lang.String[] getItems()
        Gets a collection of all of the panels in the accordion.
        Returns:
        a collection of all of the panels in the accordion.