📄 ausubmitform.java
字号:
/* AuSubmitForm.java{{IS_NOTE Purpose: Description: History: Fri May 26 14:34:43 2006, Created by tomyeh}}IS_NOTECopyright (C) 2006 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT*/package org.zkoss.zk.au.out;import org.zkoss.zk.au.AuResponse;/** * A response to ask the client to submit the form with the specified ID, * if any. * * <p>data[0]: the form's UUID. * * @author tomyeh * @since 3.0.0 */public class AuSubmitForm extends AuResponse { /** * @param formId the form's ID to submit, which is UUID if a component * is used. */ public AuSubmitForm(String formId) { super("submit", formId); //component-independent }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -