com.hp.lft.sdk.stdwin

Class UiObjectDescription.Init<T extends UiObjectDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • horizontalScroll

        public T horizontalScroll(ScrollProperty horizontalScroll)
        Initializes the scroll properties for the horizontal scroll bar. Possible values: ScrollProperty
        Parameters:
        horizontalScroll - sets the horizontal scroll bar properties. Possible values: ScrollProperty
        Returns:
        the description instance with the update state (builder pattern).
      • horizontalScroll

        public T horizontalScroll(ScrollInfo horizontalScroll)
        Initializes the scroll bar information for the horizontal scroll bar. Possible values: ScrollInfo
        Parameters:
        horizontalScroll - the horizontal scroll bar information. Possible values: ScrollInfo
        Returns:
        the description instance with the update state (builder pattern).
      • verticalScroll

        public T verticalScroll(ScrollProperty verticalScroll)
        Initializes the scroll properties for the vertical scroll bar. Possible values: ScrollProperty
        Parameters:
        verticalScroll - represent the properties of a scrollbar. Possible values: ScrollProperty
        Returns:
        the description instance with the update state (builder pattern).
      • verticalScroll

        public T verticalScroll(ScrollInfo verticalScroll)
        Initializes the scroll bar information for vertical scroll bar. Possible values: ScrollInfo
        Parameters:
        verticalScroll - she scroll bar information for the vertical scroll bar. Possible values: ScrollInfo
        Returns:
        the description instance with the update state (builder pattern).