|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec.FORM
| Method Summary | |
|---|---|
HamletSpec.FORM |
$accept_charset(String cdata)
(space and/or comma separated) list of supported charsets |
HamletSpec.FORM |
$accept(String cdata)
list of MIME types for file upload |
HamletSpec.FORM |
$action(String uri)
server-side form handler |
HamletSpec.FORM |
$enctype(String enctype)
contentype for "POST" method. |
HamletSpec.FORM |
$method(HamletSpec.Method method)
HTTP method used to submit the form |
HamletSpec.FORM |
$name(String cdata)
name of form for scripting |
HamletSpec.FORM |
$onreset(String script)
the form was reset |
HamletSpec.FORM |
$onsubmit(String script)
the form was submitted |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.CoreAttrs |
|---|
$class, $id, $style, $title |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.I18nAttrs |
|---|
$dir, $lang |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.EventsAttrs |
|---|
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child |
|---|
_ |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Script |
|---|
script, script |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Block |
|---|
_, address, address, blockquote, bq, div, div, dl, dl, hr, hr, p, p, table, table |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Heading |
|---|
h1, h1, h1, h2, h2, h2, h3, h3, h3, h4, h4, h4, h5, h5, h5, h6, h6, h6 |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Listing |
|---|
ol, ol, ul, ul |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Preformatted |
|---|
pre, pre |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._FieldSet |
|---|
fieldset, fieldset |
| Method Detail |
|---|
HamletSpec.FORM $action(String uri)
uri -
HamletSpec.FORM $method(HamletSpec.Method method)
method -
HamletSpec.FORM $enctype(String enctype)
enctype -
HamletSpec.FORM $accept(String cdata)
cdata -
HamletSpec.FORM $name(String cdata)
cdata -
HamletSpec.FORM $onsubmit(String script)
script -
HamletSpec.FORM $onreset(String script)
script -
HamletSpec.FORM $accept_charset(String cdata)
cdata -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||