com.hp.lft.sdk.sap.ui5

Class RowRepeaterDescription.Init<T extends RowRepeaterDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • design

        public T design(RowRepeaterDesign value)
        Initializes the visual design of the RowRepeater.
        Parameters:
        value - the visual design of the row repeater.
        Returns:
        The description instance with the update state (builder pattern).
      • moreSteps

        public T moreSteps(java.lang.Boolean hasMoreSteps)
        Initializes whether the row repeater has a More button.
        Parameters:
        hasMoreSteps - true if the row repeater has a More button.
        Returns:
        The description instance with the update state (builder pattern).
      • filters

        public T filters(java.lang.String[] value)
        Initializes the list of the filter buttons used to filter the rows.
        Parameters:
        value - the semicolon-delimited list of filter buttons to use when filtering rows.
        Returns:
        The description instance with the update state (builder pattern).
      • sorters

        public T sorters(java.lang.String[] value)
        Initializes the list of sorter buttons used to sort the rows.
        Parameters:
        value - the semicolon-delimited list of sorter buttons to use when sorting rows.
        Returns:
        The description instance with the update state (builder pattern).
      • pagesCount

        public T pagesCount(java.lang.Integer value)
        Initializes the total number of pages in the row repeater.
        Parameters:
        value - the total number of pages in the row repeater.
        Returns:
        The description instance with the update state (builder pattern).