public static interface HamletSpec.OBJECT extends HamletSpec.Attrs, HamletSpec._Param, HamletSpec.Flow, HamletSpec._Child
| Modifier and Type | Method and Description | 
|---|---|
| HamletSpec.OBJECT | $data(String uri)reference to object's data | 
| HamletSpec.OBJECT | $height(int pixels)override height | 
| HamletSpec.OBJECT | $height(String length)override height | 
| HamletSpec.OBJECT | $name(String cdata)submit as part of form | 
| HamletSpec.OBJECT | $tabindex(int index)position in tabbing order | 
| HamletSpec.OBJECT | $type(String contentType)content type for data | 
| HamletSpec.OBJECT | $usemap(String uri)use client-side image map | 
| HamletSpec.OBJECT | $width(int pixels)override width | 
| HamletSpec.OBJECT | $width(String length)override width | 
$class, $id, $style, $title$dir, $lang$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseupparam, param_, address, address, blockquote, bq, div, div, dl, dl, hr, hr, p, p, table, tableh1, h1, h1, h2, h2, h2, h3, h3, h3, h4, h4, h4, h5, h5, h5, h6, h6, h6ol, ol, ul, ulpre, preform, formfieldset, fieldset__rb, b, b, i, i, ismall, small, smallabbr, 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, vara, a, a, aimg, imgobject, objectsub, sub, sub, sup, sup, supbdo, bdo, br, br, map, map, q, q, q, span, span, spanscript, scriptdel, del, ins, inslabel, label_HamletSpec.OBJECT $data(String uri)
uri - the URIHamletSpec.OBJECT $type(String contentType)
contentType - the typeHamletSpec.OBJECT $height(int pixels)
pixels - the heightHamletSpec.OBJECT $height(String length)
length - the height (can use %, *)HamletSpec.OBJECT $width(int pixels)
pixels - the widthHamletSpec.OBJECT $width(String length)
length - the height (can use %, *)HamletSpec.OBJECT $usemap(String uri)
uri - the URI/name of the mapHamletSpec.OBJECT $name(String cdata)
cdata - the name of the objectHamletSpec.OBJECT $tabindex(int index)
index - of the orderCopyright © 2008–2023 Apache Software Foundation. All rights reserved.