com.hp.lft.sdk.powerbuilder

Class UiObjectWithLayoutInfoDescription.Init<T extends UiObjectWithLayoutInfoDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • rightAligned

        public T rightAligned(Boolean isRightAligned)
        Indicates whether the object has generic right-aligned properties.
        Parameters:
        isRightAligned - when true, sets the object to have generic right-aligned properties
        Returns:
        the description instance with the update state (builder pattern).
      • rightToLeftLayout

        public T rightToLeftLayout(Boolean isRightToLeftLayout)
        Indicates whether the object's horizontal origin is on the right edge of the test object.
        Parameters:
        isRightToLeftLayout - when true, sets the object's horizontal origin to the right edge of the test object.
        Returns:
        the description instance with the update state (builder pattern).
      • rightToLeftReading

        public T rightToLeftReading(Boolean isRightToLeftReading)
        Initializes whether the object's text is displayed right-to-left.
        Parameters:
        isRightToLeftReading - when true, sets the object's text to right-to-left.
        Returns:
        the description instance with the update state (builder pattern).