HamletSpec.__, HamletSpec._Block, HamletSpec._Child, HamletSpec._Content, HamletSpec._FontSize, HamletSpec._FontStyle, HamletSpec._ImgObject, HamletSpec._InsDel, HamletSpec._Object, HamletSpec._RawContent, HamletSpec._Script, HamletSpec._Special, HamletSpec._SubSup, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.FontStyle, HamletSpec.Heading, HamletSpec.I18nAttrs, HamletSpec.Listing, HamletSpec.PCData, HamletSpec.Phrase, HamletSpec.PreformattedHamlet.BUTTONpublic static interface HamletSpec.BUTTON extends HamletSpec._Block, HamletSpec.PCData, HamletSpec.FontStyle, HamletSpec.Phrase, HamletSpec._Special, HamletSpec._ImgObject, HamletSpec._SubSup, HamletSpec.Attrs
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.BUTTON |
$accesskey(java.lang.String cdata) |
accessibility key character
|
HamletSpec.BUTTON |
$disabled() |
unavailable in this context
|
HamletSpec.BUTTON |
$name(java.lang.String cdata) |
name of the value
|
HamletSpec.BUTTON |
$onblur(java.lang.String script) |
the element lost the focus
|
HamletSpec.BUTTON |
$onfocus(java.lang.String script) |
the element got the focus
|
HamletSpec.BUTTON |
$tabindex(int index) |
position in tabbing order
|
HamletSpec.BUTTON |
$type(HamletSpec.ButtonType type) |
for use as form button
|
HamletSpec.BUTTON |
$value(java.lang.String cdata) |
sent to server when submitted
|
__, address, address, blockquote, bq, div, div, dl, dl, hr, hr, p, p, table, table____small, small, smallb, b, b, i, i, iimg, imgdel, del, ins, insobject, object_rscript, scriptbdo, bdo, br, br, map, map, q, q, q, span, span, spansub, sub, sub, sup, sup, sup$class, $id, $style, $title$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseuph1, h1, h1, h2, h2, h2, h3, h3, h3, h4, h4, h4, h5, h5, h5, h6, h6, h6$dir, $langol, ol, ul, ulabbr, abbr, abbr, cite, cite, cite, code, code, code, dfn, dfn, dfn, em, em, em, kbd, kbd, kbd, samp, samp, samp, strong, strong, strong, var, var, varpre, preHamletSpec.BUTTON $name(java.lang.String cdata)
cdata - the content of the element.HamletSpec.BUTTON $value(java.lang.String cdata)
cdata - the content of the element.HamletSpec.BUTTON $type(HamletSpec.ButtonType type)
type - button type.HamletSpec.BUTTON $disabled()
HamletSpec.BUTTON $tabindex(int index)
index - the indexHamletSpec.BUTTON $accesskey(java.lang.String cdata)
cdata - the content of the element.HamletSpec.BUTTON $onfocus(java.lang.String script)
script - to invoke.HamletSpec.BUTTON $onblur(java.lang.String script)
script - to invoke.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.