|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xhtmlrenderer.simple.xhtml.controls.AbstractControl
org.xhtmlrenderer.simple.xhtml.controls.ButtonControl
public class ButtonControl
| Constructor Summary | |
|---|---|
ButtonControl(XhtmlForm form,
org.w3c.dom.Element e)
|
|
| Method Summary | |
|---|---|
void |
addButtonControlListener(ButtonControlListener listener)
|
java.lang.String |
getLabel()
|
java.lang.String |
getType()
|
boolean |
isExtended()
|
boolean |
press()
|
void |
removeButtonControlListener(ButtonControlListener listener)
|
| Methods inherited from class org.xhtmlrenderer.simple.xhtml.controls.AbstractControl |
|---|
addFormControlListener, collectText, fireChanged, fireEnabled, fireSuccessful, getElement, getForm, getInitialValue, getIntAttribute, getMultipleValues, getName, getValue, isEnabled, isHidden, isMultiple, isSuccessful, removeFormControlListener, reset, setEnabled, setInitialValue, setMultipleValues, setSuccessful, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ButtonControl(XhtmlForm form,
org.w3c.dom.Element e)
| Method Detail |
|---|
public java.lang.String getType()
public java.lang.String getLabel()
public boolean isExtended()
true if this button has been defined with
<button>, false if this
button has been defined with <input>public void addButtonControlListener(ButtonControlListener listener)
public void removeButtonControlListener(ButtonControlListener listener)
public boolean press()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||