public static interface HamletSpec.SELECT extends HamletSpec.Attrs, HamletSpec._Option, HamletSpec._Child
| Modifier and Type | Method and Description | 
|---|---|
| HamletSpec.SELECT | $disabled()unavailable in this context | 
| HamletSpec.SELECT | $multiple()default is single selection | 
| HamletSpec.SELECT | $name(String cdata)field name | 
| HamletSpec.SELECT | $onblur(String script)the element lost the focus | 
| HamletSpec.SELECT | $onchange(String script)the element value was changed | 
| HamletSpec.SELECT | $onfocus(String script)the element got the focus | 
| HamletSpec.SELECT | $size(int rows)rows visible | 
| HamletSpec.SELECT | $tabindex(int index)position in tabbing order | 
| HamletSpec.OPTGROUP | optgroup()Add a OPTGROUP element. | 
$class, $id, $style, $title$dir, $lang$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseupoption, option_HamletSpec.OPTGROUP optgroup()
HamletSpec.SELECT $name(String cdata)
cdata - HamletSpec.SELECT $size(int rows)
rows - HamletSpec.SELECT $multiple()
HamletSpec.SELECT $disabled()
HamletSpec.SELECT $tabindex(int index)
index - HamletSpec.SELECT $onfocus(String script)
script - HamletSpec.SELECT $onblur(String script)
script - HamletSpec.SELECT $onchange(String script)
script - Copyright © 2008–2023 Apache Software Foundation. All rights reserved.