com.hp.lft.sdk.winforms

Interface CheckBox

    • Method Detail

      • isChecked

        boolean isChecked()
                   throws GeneralLeanFtException
        Indicates whether this check box is checked.
        For Three State Checkbox: IsChecked will return true for either a Checked or Indeterminate State.
        Returns:
        true if checked
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • isThreeState

        boolean isThreeState()
                      throws GeneralLeanFtException
        Indicates whether this check box is able to display three check states.
        Returns:
        true if able to display three check states
        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.