org.apache.hadoop.yarn.webapp.hamlet
Interface HamletSpec.TABLE

All Superinterfaces:
HamletSpec._, HamletSpec._Child, HamletSpec._Table, HamletSpec._TableCol, HamletSpec._TableRow, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.I18nAttrs
All Known Implementing Classes:
Hamlet.TABLE
Enclosing class:
HamletSpec

public static interface HamletSpec.TABLE
extends HamletSpec.Attrs, HamletSpec._Table, HamletSpec._Child

TBODY should be used after THEAD/TFOOT, iff there're no TABLE.TR elements.


Method Summary
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.CoreAttrs
$class, $id, $style, $title
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.I18nAttrs
$dir, $lang
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.EventsAttrs
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Table
caption, caption, colgroup, tbody, tbody, tfoot, tfoot, thead, thead
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._TableRow
tr, tr
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._TableCol
col, col
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child
_
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.