Class UiObjectWithLayoutInfoDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable
Direct Known Subclasses:
ButtonDescription, CalendarDescription, CheckBoxDescription, ComboBoxDescription, EditFieldDescription, EditorDescription, ListBoxDescription, RadioButtonDescription, StaticDescription, TabControlDescription, ToolBarDescription, TreeViewDescription, UiObjectDescription, WindowDescription

public abstract class UiObjectWithLayoutInfoDescription extends UiObjectBaseDescription
The description of a standard Windows UiObjectWithLayout abstract type.
  • Constructor Details

    • UiObjectWithLayoutInfoDescription

      public UiObjectWithLayoutInfoDescription()
    • UiObjectWithLayoutInfoDescription

      protected UiObjectWithLayoutInfoDescription(UiObjectWithLayoutInfoDescription.Init<?> init)
  • Method Details

    • 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.