|
|||||||||
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.Radio
public final class Radio
A radio button in an html document.
Constructor Summary | |
---|---|
Radio()
Default constructor. |
|
Radio(java.lang.String name)
Construct a radio button with the specified name. |
Method Summary | |
---|---|
Radio |
clone()
Returns a clone of the radio button object. |
void |
setName(java.lang.String name)
Set the name of the radio button. |
void |
setValue(java.lang.String value)
Set the value of the radio button. |
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 Radio()
public Radio(java.lang.String name)
name
- name of the radio button.Method Detail |
---|
public Radio clone()
clone
in class HTMLElement
DocumentFactory
public void setName(java.lang.String name)
setName
in class HTMLElement
name
- name of the radio button.public void setValue(java.lang.String value)
setValue
in class HTMLElement
value
- name of the radio button.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |