API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text.html. FormSubmitEvent View Source
Author(s)
Denis Sharypov
Since
1.5
Version
1.5 04/07/06
Serial
Hierarchy
 Object
      EventObject
          HyperlinkEvent
              HTMLFrameHyperlinkEvent
                  FormSubmitEvent
Implements
Subclasses
Description
public class FormSubmitEvent
  FormSubmitEvent is used to notify interested parties that a form was submited.
See also:   
Constructors
pack-private FormSubmitEvent (Object source, EventType type, URL targetURL, Element sourceElement, String targetFrame, MethodType method, String data)
  Creates a new object representing an html form submit event.
Methods
Hide/Show inherited methods
public String getData ()
  Gets the form submission data.
public String getDescription () [Inherited From HyperlinkEvent]
  Get the description of the link as a string.
public EventType getEventType () [Inherited From HyperlinkEvent]
  Gets the type of event.
public MethodType getMethod ()
  Gets the form method type.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public Element getSourceElement () [Inherited From HyperlinkEvent]
  Returns the Element that corresponds to the source of the event.
public String getTarget () [Inherited From HTMLFrameHyperlinkEvent]
returns the target for the link.
public URL getURL () [Inherited From HyperlinkEvent]
  Gets the URL that the link refers to.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
  FormSubmitEvent.MethodType
Represents an HTML form method type.
  HyperlinkEvent.EventType
Defines the ENTERED, EXITED, and ACTIVATED event types, along with their string representations, returned by toString().
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar