|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec.TEXTAREA
| Method Summary | |
|---|---|
HamletSpec.TEXTAREA |
$accesskey(String cdata)
accessibility key character |
HamletSpec.TEXTAREA |
$cols(int cols)
visible columns |
HamletSpec.TEXTAREA |
$disabled()
unavailable in this context |
HamletSpec.TEXTAREA |
$name(String cdata)
variable name for the text |
HamletSpec.TEXTAREA |
$onblur(String script)
the element lost the focus |
HamletSpec.TEXTAREA |
$onchange(String script)
the element value was changed |
HamletSpec.TEXTAREA |
$onfocus(String script)
the element got the focus |
HamletSpec.TEXTAREA |
$onselect(String script)
some text was selected |
HamletSpec.TEXTAREA |
$readonly()
text is readonly |
HamletSpec.TEXTAREA |
$rows(int rows)
visible rows |
HamletSpec.TEXTAREA |
$tabindex(int index)
position in tabbing order |
| 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._Content |
|---|
_ |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._RawContent |
|---|
_r |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child |
|---|
_ |
| Method Detail |
|---|
HamletSpec.TEXTAREA $name(String cdata)
cdata -
HamletSpec.TEXTAREA $rows(int rows)
rows -
HamletSpec.TEXTAREA $cols(int cols)
cols -
HamletSpec.TEXTAREA $disabled()
HamletSpec.TEXTAREA $readonly()
HamletSpec.TEXTAREA $tabindex(int index)
index -
HamletSpec.TEXTAREA $accesskey(String cdata)
cdata -
HamletSpec.TEXTAREA $onfocus(String script)
script -
HamletSpec.TEXTAREA $onblur(String script)
script -
HamletSpec.TEXTAREA $onselect(String script)
script -
HamletSpec.TEXTAREA $onchange(String script)
script -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||