org.encog.bot.browse.range
public class Input extends FormElement
Constructor and Description |
---|
Input(WebPage source)
Construct this Input element.
|
Modifier and Type | Method and Description |
---|---|
String |
getType() |
boolean |
isAutoSend() |
void |
setType(String theType)
Set the type of this input element.
|
getName, getOwner, getValue, setName, setOwner, setValue, toString
addElement, getBegin, getClassAttribute, getElements, getEnd, getIdAttribute, getParent, getSource, getTextOnly, setBegin, setClassAttribute, setEnd, setIdAttribute, setParent, setSource
public Input(WebPage source)
source
- The source for this input element.public final String getType()
public final boolean isAutoSend()
isAutoSend
in class FormElement
public final void setType(String theType)
theType
- The type of this input element.Copyright © 2014. All Rights Reserved.