java.lang.Object
java.util.EventObject
javax.swing.event.HyperlinkEvent
javax.swing.text.html.HTMLFrameHyperlinkEvent
javax.swing.text.html.FormSubmitEvent
- 所有已实现的接口:
-
Serializable
FormSubmitEvent 用于通知感兴趣的方,表单已提交。
- 自1.5版本起:
- 1.5
-
Nested Class Summary
Nested classes/interfaces declared in class javax.swing.event.HyperlinkEvent
HyperlinkEvent.EventType
-
Field Summary
Fields declared in class java.util.EventObject
source
-
Method Summary
Methods declared in class javax.swing.text.html.HTMLFrameHyperlinkEvent
getTarget
Methods declared in class javax.swing.event.HyperlinkEvent
getDescription, getEventType, getInputEvent, getSourceElement, getURL
Methods declared in class java.util.EventObject
getSource, toString
-
Method Details
-
getMethod
获取表单方法类型。- 返回:
-
表单方法类型,可以是
Method.GET
或Method.POST
。
-
getData
获取表单提交数据。- 返回:
- 表示表单提交数据的字符串。
-