com.hp.lft.sdk.stdwin

Class ListBoxDescription.Init<T extends ListBoxDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • items

        public T items(java.lang.String[] items)
        Initializes the items in the list.
        Parameters:
        items - the items in the list.
        Returns:
        the description instance with the update state (builder pattern).
      • selectedItems

        public T selectedItems(java.lang.String[] selectedItems)
        Initializes the selected items in the list.
        Parameters:
        selectedItems - the selected items in the list.
        Returns:
        the description instance with the update state (builder pattern).
      • itemsCount

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