|
||||||||||
| 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 name)
Set the name of this form element. |
void |
setOwner(Form owner)
Set the owner of this form element. |
void |
setValue(String value)
Set the value for this form element. |
| 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, toString |
| 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 String getName()
public Form getOwner()
public String getValue()
public abstract boolean isAutoSend()
public void setName(String name)
name - The name of this form element.public void setOwner(Form owner)
owner - The owner of this form element.public void setValue(String value)
value - The value for this form element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||