|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jolene.dom.HTMLElement
net.sf.jolene.dom.Input
public final class Input
An input field in a html document. Usually used for entry fields, hidden fields or buttons. Use CheckBox and Radio for checkboxes and radio buttons.
Constructor Summary | |
---|---|
Input()
Default constructor. |
|
Input(java.lang.String name)
Construct an input object with the specified name. |
Method Summary | |
---|---|
Input |
clone()
Returns a clone of the input object. |
void |
setName(java.lang.String name)
Sets the name of the input object. |
void |
setValue(java.lang.String value)
Sets the value of the input object. |
Methods inherited from class net.sf.jolene.dom.HTMLElement |
---|
clear, getAfterText, getAttribute, getBeforeText, getContent, getName, getStyle, getTag, getValue, hasAttribute, hasStyle, isChecked, isDisabled, isReadonly, isRenderable, keySet, removeAttribute, removeStyle, resetStyles, resetStyles, setAfterText, setAttribute, setBeforeText, setChecked, setContent, setDisabled, setReadonly, setRenderable, setStyle, setStyles, setStyles, swapWith, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Input()
public Input(java.lang.String name)
name
- name of the input.Method Detail |
---|
public Input clone()
clone
in class HTMLElement
DocumentFactory
public void setName(java.lang.String name)
setName
in class HTMLElement
name
- name of the input.public void setValue(java.lang.String value)
setValue
in class HTMLElement
value
- value of the input.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |