HamletSpec.__, HamletSpec._Anchor, HamletSpec._Block, HamletSpec._Child, HamletSpec._Content, HamletSpec._FieldSet, HamletSpec._FontSize, HamletSpec._FontStyle, HamletSpec._Form, HamletSpec._FormCtrl, HamletSpec._ImgObject, HamletSpec._InsDel, HamletSpec._Label, HamletSpec._Object, HamletSpec._Param, HamletSpec._RawContent, HamletSpec._Script, HamletSpec._Special, HamletSpec._SubSup, HamletSpec.Attrs, HamletSpec.Block, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.Flow, HamletSpec.FontStyle, HamletSpec.FormCtrl, HamletSpec.Heading, HamletSpec.I18nAttrs, HamletSpec.Inline, HamletSpec.Listing, HamletSpec.PCData, HamletSpec.Phrase, HamletSpec.Preformatted, HamletSpec.SpecialHamlet.OBJECTpublic static interface HamletSpec.OBJECT extends HamletSpec.Attrs, HamletSpec._Param, HamletSpec.Flow, HamletSpec._Child
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.OBJECT |
$data(java.lang.String uri) |
reference to object's data
|
HamletSpec.OBJECT |
$height(int pixels) |
override height
|
HamletSpec.OBJECT |
$height(java.lang.String length) |
override height
|
HamletSpec.OBJECT |
$name(java.lang.String cdata) |
submit as part of form
|
HamletSpec.OBJECT |
$tabindex(int index) |
position in tabbing order
|
HamletSpec.OBJECT |
$type(java.lang.String contentType) |
content type for data
|
HamletSpec.OBJECT |
$usemap(java.lang.String uri) |
use client-side image map
|
HamletSpec.OBJECT |
$width(int pixels) |
override width
|
HamletSpec.OBJECT |
$width(java.lang.String length) |
override width
|
a, a, a, a__, address, address, blockquote, bq, div, div, dl, dl, hr, hr, p, p, table, table____fieldset, fieldsetsmall, small, smallb, b, b, i, i, iform, formbutton, button, button, input, input, select, select, textarea, textarea, textareaimg, imgdel, del, ins, inslabel, labelobject, objectparam, param_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.OBJECT $data(java.lang.String uri)
uri - the URIHamletSpec.OBJECT $type(java.lang.String contentType)
contentType - the typeHamletSpec.OBJECT $height(int pixels)
pixels - the heightHamletSpec.OBJECT $height(java.lang.String length)
length - the height (can use %, *)HamletSpec.OBJECT $width(int pixels)
pixels - the widthHamletSpec.OBJECT $width(java.lang.String length)
length - the height (can use %, *)HamletSpec.OBJECT $usemap(java.lang.String uri)
uri - the URI/name of the mapHamletSpec.OBJECT $name(java.lang.String cdata)
cdata - the name of the objectHamletSpec.OBJECT $tabindex(int index)
index - of the orderCopyright © 2008–2025 Apache Software Foundation. All rights reserved.