|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
javax.swing.text.html
类 FormSubmitEvent
java.lang.Object java.util.EventObject javax.swing.event.HyperlinkEvent javax.swing.text.html.HTMLFrameHyperlinkEvent javax.swing.text.html.FormSubmitEvent
- 所有已实现的接口:
- Serializable
-
public class FormSubmitEvent
- extends HTMLFrameHyperlinkEvent
FormSubmitEvent 用于通知提交表单所需的参与者。
- 从以下版本开始:
- 1.5
嵌套类摘要 | |
---|---|
static class |
FormSubmitEvent.MethodType 表示 HTML 表单方法类型。 |
从类 javax.swing.event.HyperlinkEvent 继承的嵌套类/接口 |
---|
HyperlinkEvent.EventType |
字段摘要 |
---|
从类 java.util.EventObject 继承的字段 |
---|
source |
方法摘要 | |
---|---|
String |
getData() 获取表单提交数据。 |
FormSubmitEvent.MethodType |
getMethod() 获取表单方法类型。 |
从类 javax.swing.text.html.HTMLFrameHyperlinkEvent 继承的方法 |
---|
getTarget |
从类 javax.swing.event.HyperlinkEvent 继承的方法 |
---|
getDescription, getEventType, getSourceElement, getURL |
从类 java.util.EventObject 继承的方法 |
---|
getSource, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
方法详细信息 |
---|
getMethod
public FormSubmitEvent.MethodType getMethod()
- 获取表单方法类型。
-
- 返回:
-
表单方法类型,要么是
Method.GET
,要么是Method.POST
。
getData
public String getData()
- 获取表单提交数据。
-
- 返回:
- 表示表单提交数据的字符串。
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |