|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| 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 extends HTMLFrameHyperlinkEvent
FormSubmitEvent is used to notify interested parties that a form was submited.
| Modifier and Type | Class and Description |
|---|---|
static class |
FormSubmitEvent.MethodType
Represents an HTML form method type. |
| Nested classes/interfaces inherited from class javax.swing.event.HyperlinkEvent |
|---|
HyperlinkEvent.EventType |
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Modifier and Type | Method and Description |
|---|---|
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()
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.