com.hp.lft.sdk.web

Interface CheckBox

    • Method Detail

      • getType

        java.lang.String getType()
                          throws GeneralLeanFtException
        Returns the type of object as defined in the HTML input tag.
        Returns:
        the type of object as defined in the HTML input tag.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • set

        void set(boolean state)
          throws GeneralLeanFtException
        Sets the state of this check box.
        Parameters:
        state - the new state of the check box: true - Checked, false - Unchecked.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.