|
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||||
Represents an HTML button (input type='button/submit/reset' or button with type='button/submit/reset').
| Method Summary | |
boolean |
isButton()
Returns true if button is a simple button: button has attribute type = 'button'. |
boolean |
isReset()
Returns true if button is a reset button: button has attribute type = 'reset'. |
boolean |
isSubmit()
Returns true if button is a submit button: button has attribute type = 'submit'. |
java.lang.String |
value()
Returns submission value for this button (inner text for <button> elements). |
| Methods inherited from interface com.actimind.actiwate.testing.html.objects.FormControl |
name |
| Methods inherited from interface com.actimind.actiwate.testing.html.objects.BaseElement |
element, id |
| Methods inherited from interface com.actimind.actiwate.testing.logging.Loggable |
getLogDesc |
| Method Detail |
public java.lang.String value()
public boolean isSubmit()
public boolean isReset()
public boolean isButton()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||