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, toStringaddElement, getBegin, getClassAttribute, getElements, getEnd, getIdAttribute, getParent, getSource, getTextOnly, setBegin, setClassAttribute, setEnd, setIdAttribute, setParent, setSourcepublic Input(WebPage source)
source - The source for this input element.public final String getType()
public final boolean isAutoSend()
isAutoSend in class FormElementpublic final void setType(String theType)
theType - The type of this input element.Copyright © 2014. All Rights Reserved.