Documentation of 'org.encog.bot.browse.range.Input' Java class
Input
org.encog.bot.browse.range

Class Input



  • public class Input
    extends FormElement
    A form element that represents for input for text. These are of the form name=value.
    • Constructor Detail

      • Input

        public Input(WebPage source)
        Construct this Input element.
        Parameters:
        source - The source for this input element.
    • Method Detail

      • getType

        public final java.lang.String getType()
        Returns:
        The type of this input.
      • isAutoSend

        public final boolean isAutoSend()
        Specified by:
        isAutoSend in class FormElement
        Returns:
        True if this is autosend, which means that the type is NOT submit. This prevents a form that has multiple submit buttons from sending ALL of them in a single post.
      • setType

        public final void setType(java.lang.String theType)
        Set the type of this input element.
        Parameters:
        theType - The type of this input element.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.