com.hp.lft.sdk.web

Interface EditFieldCommon

    • Method Detail

      • getDefaultValue

        java.lang.String getDefaultValue()
                                  throws GeneralLeanFtException
        Returns the default value in the edit field.
        Returns:
        the default value in the edit field.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getMaxLength

        int getMaxLength()
                  throws GeneralLeanFtException
        Returns the max number of characters that can be entered in the input field.
        Returns:
        the max number of characters that can be entered in the input field.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getPattern

        java.lang.String getPattern()
                             throws GeneralLeanFtException
        Returns the input pattern, for example, a phone number.
        Returns:
        the input pattern, for example, a phone number.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getRowsCount

        int getRowsCount()
                  throws GeneralLeanFtException
        Returns the number of rows in a multi-line edit field.
        Returns:
        the number of rows in a multi-line edit field.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • 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.