javax.swing.text.html
Class FormSubmitEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.HyperlinkEvent
          extended by javax.swing.text.html.HTMLFrameHyperlinkEvent
              extended by javax.swing.text.html.FormSubmitEvent
All Implemented Interfaces:
Serializable

public class FormSubmitEvent
extends HTMLFrameHyperlinkEvent

The event fired on form submit.

Since:
1.5
See Also:
Serialized Form

Nested Class Summary
static class FormSubmitEvent.MethodType
          The submit method.
 
Nested classes/interfaces inherited from class javax.swing.event.HyperlinkEvent
HyperlinkEvent.EventType
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 String getData()
          Returns the submit data.
 FormSubmitEvent.MethodType getMethod()
          Returns the HTTP submit method.
 
Methods inherited from class javax.swing.text.html.HTMLFrameHyperlinkEvent
getTarget
 
Methods inherited from class javax.swing.event.HyperlinkEvent
getDescription, getEventType, getSourceElement, getURL
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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