Interface StatusBar

All Superinterfaces:
Clickable, DoubleClickable, EnabledProvider, LocationInfoProvider, SupportDragAndDrop, SupportSendKeys, SupportsNativeObject, TestObject, TestObjectDescriber, UiObjectBase, UiObjectBase, VisibleProvider, WaitUntilEnabledProvider, WaitUntilVisibleProvider

public interface StatusBar extends UiObjectBase, TestObject
A .NET Windows Forms status bar object.
  • Method Details

    • getItems

      List<String> getItems() throws GeneralLeanFtException
      Returns the items (parts) in the status bar.
      Returns:
      the items (parts) in the status bar.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • isRightAligned

      boolean isRightAligned() throws GeneralLeanFtException
      Indicates whether this status bar has generic "right-aligned" properties.
      Returns:
      true if has generic right-aligned properties.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • isRightToLeftLayout

      boolean isRightToLeftLayout() throws GeneralLeanFtException
      Indicates whether this status bar's horizontal origin is on the right edge.
      Returns:
      true if horizontal origin is on the right edge.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • isRightToLeftReading

      boolean isRightToLeftReading() throws GeneralLeanFtException
      Indicates whether this status bar's text is displayed right-to-left.
      Returns:
      true if right-to-left
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getWindowExtendedStyle

      EnumSet<WindowExtendedStyles> getWindowExtendedStyle() throws GeneralLeanFtException
      Returns the extended window style of this status bar.
      Returns:
      the extended window style
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getWindowExtendedStyleAsLong

      long getWindowExtendedStyleAsLong() throws GeneralLeanFtException
      Returns the extended window style of the object as long.
      Returns:
      the extended window style of the object as long.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getWindowStyle

      EnumSet<WindowStyles> getWindowStyle() throws GeneralLeanFtException
      Returns the window style of this status bar.
      Returns:
      the window style
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getWindowStyleAsLong

      long getWindowStyleAsLong() throws GeneralLeanFtException
      Returns the window style of the object as long.
      Returns:
      the window style of the object as long.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getAttachedText

      String getAttachedText() throws GeneralLeanFtException
      Returns the static text that is attached to this control.
      Returns:
      the static text that is attached to this control.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getErrorText

      String getErrorText() throws GeneralLeanFtException
      Returns the tooltip text of the error icon associated with this object.
      Returns:
      the tooltip text of the error icon associated with this object.
      Throws:
      GeneralLeanFtException - if error occurs during execution