public final class Form extends BodyTagImpl
Modifier and Type | Field and Description |
---|---|
static int |
FORMAT_FLASH |
static int |
FORMAT_HTML |
static int |
FORMAT_XML |
Constructor and Description |
---|
Form() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
String |
getArchive() |
String |
getCodebase() |
int |
getFormat() |
String |
getName() |
String |
getOnsubmit() |
void |
release() |
void |
setAccept_charset(String accept_charset) |
void |
setAccept(String accept) |
void |
setAcceptcharset(String accept_charset) |
void |
setAccessible(boolean accessible) |
void |
setAction(String action) |
void |
setArchive(String archive) |
void |
setClass(String cssclass) |
void |
setCodebase(String codebase) |
void |
setDir(String dir) |
void |
setEnablecab(boolean enablecab) |
void |
setEnctype(String enctype) |
void |
setFormat(String strFormat) |
void |
setHeight(String height) |
void |
setId(String id) |
void |
setInput(InputBean input) |
void |
setLang(String lang) |
void |
setMethod(String method) |
void |
setName(String name) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnerror(String onError) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnload(String onload) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setOnreset(String onreset) |
void |
setOnsubmit(String onsubmit) |
void |
setPassthrough(Object passthrough) |
void |
setPreloader(boolean preloader) |
void |
setPreservedata(boolean preserveData) |
void |
setScriptsrc(String scriptSrc) |
void |
setSkin(String strSkin) |
void |
setStyle(String cssstyle) |
void |
setTarget(String target) |
void |
setTimeout(double timeout) |
void |
setTitle(String title) |
void |
setWidth(String width) |
void |
setWmode(String strWMode) |
doAfterBody, doInitBody, setBodyContent
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public static final int FORMAT_HTML
public static final int FORMAT_FLASH
public static final int FORMAT_XML
public Form()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BodyTagImpl
public void setEnablecab(boolean enablecab)
enablecab
- The enablecab to set.ApplicationException
public void setMethod(String method) throws ApplicationException
method
- The method to set.ApplicationException
public void setFormat(String strFormat) throws ApplicationException
format
- the format to setApplicationException
public void setScriptsrc(String scriptSrc)
scriptSrc
- The scriptSrc to set.public void setArchive(String archive)
archive
- The archive to set.ApplicationException
public void setCodebase(String codebase)
codebase
- The codebase to set.ApplicationException
public void setEnctype(String enctype)
enctype
- The enctype to set.public void setAcceptcharset(String accept_charset)
public void setAccept_charset(String accept_charset)
public void setName(String name) throws ApplicationException
name
- The name to set.ApplicationException
public void setOnreset(String onreset)
onreset
- The onreset to set.public void setOnsubmit(String onsubmit)
onsubmit
- The onsubmit to set.public void setOnerror(String onError)
public void setOnclick(String onclick)
public void setOndblclick(String ondblclick)
public void setOnmousedown(String onmousedown)
public void setOnmouseup(String onmouseup)
public void setOnmouseover(String onmouseover)
public void setOnmousemove(String onmousemove)
public void setOnmouseout(String onmouseout)
public void setOnkeypress(String onkeypress)
public void setOnkeydown(String onkeydown)
public void setOnkeyup(String onkeyup)
public void setPassthrough(Object passthrough) throws PageException
passthrough
- The passthrough to set.PageException
public void setPreservedata(boolean preserveData) throws ApplicationException
preserveData
- The preserveData to set.ApplicationException
public void setPreloader(boolean preloader)
preloader
- the preloader to setpublic void setTimeout(double timeout)
timeout
- the timeout to setpublic void setWmode(String strWMode) throws ApplicationException
strWMode
- the wmode to setApplicationException
public void setAccessible(boolean accessible)
strWMode
- the wmode to setpublic int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public int doEndTag() throws PageException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
PageException
public void setInput(InputBean input) throws ApplicationException
input
- ApplicationException
public String getOnsubmit()
public int getFormat()
public String getArchive()
public String getCodebase()
Copyright © 2015 Lucee