com.hp.lft.sdk.stdwin

Class ScrollBarDescription.Init<T extends ScrollBarDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • maxPosition

        public T maxPosition(java.lang.Integer maxPosition)
        Initializes the maximum scrolling position.
        Parameters:
        maxPosition - the maximum scrolling position.
        Returns:
        the description instance with the update state (builder pattern).
      • minPosition

        public T minPosition(java.lang.Integer minPosition)
        Initializes the minimum scrolling position.
        Parameters:
        minPosition - the minimum scrolling position.
        Returns:
        the description instance with the update state (builder pattern).
      • position

        public T position(java.lang.Integer position)
        Initializes the current scroll bar position.
        Parameters:
        position - the current scroll bar position.
        Returns:
        the description instance with the update state (builder pattern).