Interface HamletSpec._Cell
- All Superinterfaces:
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._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.Special
- All Known Subinterfaces:
HamletSpec.TD,HamletSpec.TH
- Enclosing class:
- HamletSpec
public static interface HamletSpec._Cell
extends HamletSpec.Attrs, HamletSpec.Flow, HamletSpec._Child
-
Method Summary
Modifier and TypeMethodDescription$colspan(int cols) number of cols spanned by cell. default: 1space-separated list of id's for header cells$rowspan(int rows) number of rows spanned by cell. default: 1$scope(HamletSpec.Scope scope) scope covered by header cellsMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Anchor
a, a, a, aMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Block
__, address, address, blockquote, bq, div, div, dl, dl, hr, hr, p, p, table, tableMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Child
__Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Content
__Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FieldSet
fieldset, fieldsetMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FontSize
small, small, smallMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FontStyle
b, b, b, i, i, iMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Form
form, formMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FormCtrl
button, button, button, input, input, select, select, textarea, textarea, textareaMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._ImgObject
img, imgMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._InsDel
del, del, ins, insMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Label
label, labelMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Object
object, objectMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._RawContent
_rMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Script
script, scriptMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Special
bdo, bdo, br, br, map, map, q, q, q, span, span, spanMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._SubSup
sub, sub, sub, sup, sup, supMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.CoreAttrs
$class, $id, $style, $titleMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.EventsAttrs
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseupMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.Heading
h1, h1, h1, h2, h2, h2, h3, h3, h3, h4, h4, h4, h5, h5, h5, h6, h6, h6Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.I18nAttrs
$dir, $langMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.Listing
ol, ol, ul, ulMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.Phrase
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, varMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.Preformatted
pre, pre
-
Method Details
-
$headers
space-separated list of id's for header cells- Parameters:
cdata- the content of the element.- Returns:
- the current element builder
-
$scope
scope covered by header cells- Parameters:
scope- scope.- Returns:
- the current element builder
-
$rowspan
number of rows spanned by cell. default: 1- Parameters:
rows- number of rows.- Returns:
- the current element builder
-
$colspan
number of cols spanned by cell. default: 1- Parameters:
cols- number of cols.- Returns:
- the current element builder
-