com.hp.lft.sdk.sap.ui5

Class AccordionDescription.Init<T extends AccordionDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • items

        public T items(java.lang.String[] items)
        Initializes the panels in the accordion.
        Parameters:
        items - the panels in the accordion.
        Returns:
        the description instance with updated state (builder pattern).
      • itemsCount

        public T itemsCount(java.lang.Integer itemsCount)
        Initializes the number of panels contained in the accordion.
        Parameters:
        itemsCount - the number of panels contained in the accordion.
        Returns:
        the description instance with the update state (builder pattern).