|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.bot.browse.range.DocumentRange
org.encog.bot.browse.range.FormElement
public abstract class FormElement
A document range that represents one individual component to a form.
| Constructor Summary | |
|---|---|
FormElement(WebPage source)
Construct a form element from the specified web page. |
|
| Method Summary | |
|---|---|
String |
getName()
|
Form |
getOwner()
|
String |
getValue()
|
abstract boolean |
isAutoSend()
|
void |
setName(String theName)
Set the name of this form element. |
void |
setOwner(Form theOwner)
Set the owner of this form element. |
void |
setValue(String theValue)
Set the value for this form element. |
String |
toString()
|
| Methods inherited from class org.encog.bot.browse.range.DocumentRange |
|---|
addElement, getBegin, getClassAttribute, getElements, getEnd, getIdAttribute, getParent, getSource, getTextOnly, setBegin, setClassAttribute, setEnd, setIdAttribute, setParent, setSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormElement(WebPage source)
source - The page that holds this form element.| Method Detail |
|---|
public final String getName()
public final Form getOwner()
public final String getValue()
public abstract boolean isAutoSend()
public final void setName(String theName)
theName - The name of this form element.public final void setOwner(Form theOwner)
theOwner - The owner of this form element.public final void setValue(String theValue)
theValue - The value for this form element.public final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||