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