public static interface HamletSpec._Cell extends HamletSpec.Attrs, HamletSpec.Flow, HamletSpec._Child
Modifier and Type | Method and Description |
---|---|
HamletSpec._Cell |
$colspan(int cols)
number of cols spanned by cell.
|
HamletSpec._Cell |
$headers(String cdata)
space-separated list of id's for header cells
|
HamletSpec._Cell |
$rowspan(int rows)
number of rows spanned by cell.
|
HamletSpec._Cell |
$scope(HamletSpec.Scope scope)
scope covered by header cells
|
$class, $id, $style, $title
$dir, $lang
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup
__, 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._Cell $headers(String cdata)
cdata
- the content of the element.HamletSpec._Cell $scope(HamletSpec.Scope scope)
scope
- scope.HamletSpec._Cell $rowspan(int rows)
rows
- number of rows.HamletSpec._Cell $colspan(int cols)
cols
- number of cols.Copyright © 2008–2024 Apache Software Foundation. All rights reserved.