public class ActionHandler extends Object implements Clickable, ReadableInput, WriteableInput
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionHandler.Factory |
| Constructor and Description |
|---|
ActionHandler(com.gargoylesoftware.htmlunit.html.HtmlElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
click() |
void |
doubleClick() |
String |
getValue() |
void |
setValue(String value) |
public ActionHandler(com.gargoylesoftware.htmlunit.html.HtmlElement element)
public String getValue()
getValue in interface ReadableInputpublic void setValue(String value)
setValue in interface WriteableInputpublic void doubleClick()
doubleClick in interface ClickableCopyright © 2019. All rights reserved.