Interface HamletSpec.COLGROUP
- All Superinterfaces:
HamletSpec.__,HamletSpec._Child,HamletSpec._TableCol,HamletSpec.Attrs,HamletSpec.CoreAttrs,HamletSpec.EventsAttrs,HamletSpec.I18nAttrs
- All Known Implementing Classes:
Hamlet.COLGROUP
- Enclosing class:
- HamletSpec
public static interface HamletSpec.COLGROUP
extends HamletSpec.Attrs, HamletSpec._TableCol, HamletSpec._Child
-
Method Summary
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Child
__Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._TableCol
col, colMethods 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.I18nAttrs
$dir, $lang
-
Method Details
-
$span
default number of columns in group. default: 1- Parameters:
cols- number of cols.- Returns:
- the current element builder
-