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, $onmouseup
param, param
_, address, address, blockquote, bq, div, div, dl, dl, hr, hr, p, p, table, table
h1, h1, h1, h2, h2, h2, h3, h3, h3, h4, h4, h4, h5, h5, h5, h6, h6, h6
ol, ol, ul, ul
pre, pre
form, form
fieldset, fieldset
_
_r
b, b, b, i, i, i
small, small, small
abbr, 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, var
a, a, a, a
img, img
object, object
sub, sub, sub, sup, sup, sup
bdo, bdo, br, br, map, map, q, q, q, span, span, span
script, script
del, del, ins, ins
label, 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–2019 Apache Software Foundation. All rights reserved.