|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.swing.event.HyperlinkEvent javax.swing.text.html.HTMLFrameHyperlinkEvent javax.swing.text.html.FormSubmitEvent
public class FormSubmitEvent
Disabled: no SafeJ information.
FormSubmitEvent is used to notify interested parties that a form was submited.
Nested Class Summary | |
---|---|
static class |
FormSubmitEvent.MethodType
Represents an HTML form method type. |
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()
Gets the form submission data. |
FormSubmitEvent.MethodType |
getMethod()
Gets the form method type. |
Methods inherited from class javax.swing.text.html.HTMLFrameHyperlinkEvent |
---|
getTarget |
Methods inherited from class javax.swing.event.HyperlinkEvent |
---|
getDescription, getEventType, getInputEvent, 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 FormSubmitEvent.MethodType getMethod()
Method.GET
or Method.POST
.public String getData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |