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

java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.stdwin.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.stdwin.UiObjectWithLayoutInfoDescription.Init<T>
Direct Known Subclasses:
ButtonDescription.Init, CalendarDescription.Init, CheckBoxDescription.Init, ComboBoxDescription.Init, EditFieldDescription.Init, EditorDescription.Init, ListBoxDescription.Init, RadioButtonDescription.Init, StaticDescription.Init, TabControlDescription.Init, ToolBarDescription.Init, TreeViewDescription.Init, UiObjectDescription.Init, WindowDescription.Init
Enclosing class:
UiObjectWithLayoutInfoDescription

protected abstract static class UiObjectWithLayoutInfoDescription.Init<T extends UiObjectWithLayoutInfoDescription.Init<T>> extends UiObjectBaseDescription.Init<T>
Helper class for derived Builder classes.
  • Constructor Details

    • Init

      protected Init()
  • Method Details

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