public class FormSubmitEvent extends HTMLFrameHyperlinkEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
FormSubmitEvent
Represents an HTML form method type.
|
HyperlinkEvent.EventType source| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Gets the form submission data.
|
FormSubmitEvent |
getMethod()
Gets the form method type.
|
getTargetgetDescription, getEventType, getInputEvent, getSourceElement, getURLgetSource, toStringpublic FormSubmitEvent.MethodType getMethod()
Method.GET or
Method.POST.
public StringgetData()