|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.swing.event.HyperlinkEvent
javax.swing.text.html.HTMLFrameHyperlinkEvent
javax.swing.text.html.FormSubmitEvent
public class FormSubmitEvent
The event fired on form submit.
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 |
---|
public String getData()
public FormSubmitEvent.MethodType getMethod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |