com.hp.lft.sdk.winforms

Interface StatusBar

    • Method Detail

      • getItems

        java.util.List<java.lang.String> getItems()
                                           throws GeneralLeanFtException
        Returns the items (parts) in the status bar.
        Returns:
        the items (parts) in the status bar.
        Throws:
        GeneralLeanFtException - if an 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 an 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 an 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 an 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 an 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 an error occurs during execution.
      • getAttachedText

        java.lang.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 an error occurs during execution.
      • getErrorText

        java.lang.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 an error occurs during execution.