com.hp.lft.sdk.powerbuilder

Class UiObjectWithLayoutInfoDescription

    • Constructor Detail

      • UiObjectWithLayoutInfoDescription

        public UiObjectWithLayoutInfoDescription()
    • Method Detail

      • setRightAligned

        public void setRightAligned(Boolean isRightAligned)
        Sets whether the generic properties of the test object are right-aligned. (For support for right-to-left languages)

        This style is ignored for left-to-right languages

        Parameters:
        isRightAligned - sets whether the test object's generic properties to right-aligned.
      • isRightAligned

        public Boolean isRightAligned()
        Indicates whether generic properties of the test object are right-aligned.
        Returns:
        true when text is displayed right-to-left.
      • setRightToLeftLayout

        public void setRightToLeftLayout(Boolean isRightToLeftLayout)
        Sets whether the object's horizontal origin is on the right edge of the test object.
        Parameters:
        isRightToLeftLayout - sets whether the object's horizontal origin is on the right edge of the test object.
      • isRightToLeftLayout

        public Boolean isRightToLeftLayout()
        Indicates whether the object's horizontal origin is on the right edge of the test object.
        Returns:
        true when the horizontal origin is on the right edge of the test object.
      • setRightToLeftReading

        public void setRightToLeftReading(Boolean isRightToLeftReading)
        Sets whether the object's text is displayed right-to-left.
        Parameters:
        isRightToLeftReading - sets whether the object's text is displayed right-to-left.
      • isRightToLeftReading

        public Boolean isRightToLeftReading()
        Indicates whether the object's text is displayed right-to-left.
        Returns:
        true when the object's text is displayed right-to-left.