javax.swing.text.html

Class FormSubmitEvent

public class FormSubmitEvent extends HTMLFrameHyperlinkEvent

The event fired on form submit.

Since: 1.5

Nested Class Summary
static classFormSubmitEvent.MethodType
The submit method.
Method Summary
StringgetData()
Returns the submit data.
FormSubmitEvent.MethodTypegetMethod()
Returns the HTTP submit method.

Method Detail

getData

public String getData()
Returns the submit data.

Returns: the submit data

getMethod

public FormSubmitEvent.MethodType getMethod()
Returns the HTTP submit method.

Returns: the HTTP submit method