Class TabStripDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class TabStripDescription extends UiObjectDescriptionBase
The description of a SAP NWBC TabStrip test object.
  • Constructor Details

    • TabStripDescription

      public TabStripDescription()
      Initializes a new instance of the TabStripDescription class.
    • TabStripDescription

      protected TabStripDescription(TabStripDescription.Init<?> init)
      Initializes a new instance of the TabStripDescription class using the Builder pattern.
      Parameters:
      init - the Builder pattern.
  • Method Details

    • setAttachedText

      public void setAttachedText(StringProperty attachedText)
      Sets the attached text associated with the object.
      Parameters:
      attachedText - the attached text associated with the object.
    • setAttachedText

      public void setAttachedText(String attachedText)
      Sets the attached text associated with the object.
      Parameters:
      attachedText - the attached text associated with the object.
    • getAttachedText

      public StringProperty getAttachedText()
      Returns the attached text associated with the object.
      Returns:
      the attached text associated with the object.
    • setCanFocus

      public void setCanFocus(Boolean canFocus)
      Sets whether the control can receive the focus.
      Parameters:
      canFocus - true if the control can receive the focus; otherwise, false.
    • canFocus

      public Boolean canFocus()
      Returns whether the control can receive the focus.
      Returns:
      true if the control can receive the focus; otherwise, false.
    • setClassName

      public void setClassName(StringProperty className)
      Sets the object's .NET class.
      Parameters:
      className - the object's .NET class.
    • setClassName

      public void setClassName(String className)
      Sets the object's .NET class.
      Parameters:
      className - the object's .NET class.
    • getClassName

      public StringProperty getClassName()
      Returns the object's .NET class.
      Returns:
      the object's .NET class.
    • setAllItems

      public void setAllItems(StringProperty allItems)
      Sets all of the tabs in the tab strip.
      Parameters:
      allItems - all of the tabs in the tab strip.
    • setAllItems

      public void setAllItems(String allItems)
      Sets all of the tabs in the tab strip.
      Parameters:
      allItems - all of the tabs in the tab strip.
    • getAllItems

      public StringProperty getAllItems()
      Returns all of the tabs in the tab strip.
      Returns:
      all of the tabs in the tab strip.
    • setSelection

      public void setSelection(StringProperty selection)
      Sets the selected tab in the tab strip.
      Parameters:
      selection - the selected tab in the tab strip.
    • setSelection

      public void setSelection(String selection)
      Sets the selected tab in the tab strip.
      Parameters:
      selection - the selected tab in the tab strip.
    • getSelection

      public StringProperty getSelection()
      Returns the selected tab in the tab strip.
      Returns:
      the selected tab in the tab strip.