|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.util.EventObject javax.swing.event.HyperlinkEvent javax.swing.text.html.HTMLFrameHyperlinkEvent javax.swing.text.html.FormSubmitEvent
public class FormSubmitEvent
FormSubmitEvent 用于通知提交表单所需的参与者。
嵌套类摘要 | |
---|---|
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 |
方法详细信息 |
---|
public FormSubmitEvent.MethodType getMethod()
Method.GET
,要么是
Method.POST
。
public String getData()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。