com.hp.lft.sdk.web

Interface EditFieldBase

    • Method Summary

      Modifier and TypeMethod and Description
      intgetMaxCharsInLine()
      Returns the maximum number of characters allowed per line in this edit field.
      java.lang.StringgetPlaceholder()
      Returns the hint text that is displayed in the edit box until a value is entered into it.
      java.lang.StringgetValue()
      Returns the current text in the field.
      booleanisReadOnly()
      Indicates whether this field is read-only.
      booleanisRequired()
      Indicates whether this field is mandatory.
      voidsetValue(java.lang.String text)
      Enters the specified text in the field.
    • Method Detail

      • setValue

        void setValue(java.lang.String text)
               throws GeneralLeanFtException
        Enters the specified text in the field.
        Parameters:
        text - the value to set in the field.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getPlaceholder

        java.lang.String getPlaceholder()
        	throws GeneralLeanFtException
        Returns the hint text that is displayed in the edit box until a value is entered into it.
        Returns:
        the hint text that is displayed in the edit box until a value is entered into it.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getMaxCharsInLine

        int getMaxCharsInLine()
                       throws GeneralLeanFtException
        Returns the maximum number of characters allowed per line in this edit field.
        Returns:
        The maximum number of characters allowed per line in this edit field.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.