|
|||||||||
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.Button
public final class Button
A button in a html document using the button - not the input tag.
Constructor Summary | |
---|---|
Button()
Default constructor. |
|
Button(java.lang.String name)
Construct a button with the specified name. |
Method Summary | |
---|---|
Button |
clone()
Returns a clone of the button object. |
void |
setName(java.lang.String name)
Sets the name of the button. |
void |
setValue(java.lang.String value)
Sets the value of the button. |
java.lang.String |
toString()
Renders the 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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Button(java.lang.String name)
name
- name of the button.public Button()
Method Detail |
---|
public Button clone()
clone
in class HTMLElement
DocumentFactory
public void setName(java.lang.String name)
setName
in class HTMLElement
name
- name of the button.public void setValue(java.lang.String value)
setValue
in class HTMLElement
value
- value of the button.public java.lang.String toString()
toString
in class HTMLElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |