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

All Superinterfaces:
HamletSpec._, HamletSpec._Child
All Known Subinterfaces:
HamletSpec._Table, HamletSpec.COLGROUP, HamletSpec.TABLE
All Known Implementing Classes:
Hamlet.COLGROUP, Hamlet.TABLE
Enclosing class:
HamletSpec

public static interface HamletSpec._TableCol
extends HamletSpec._Child


Method Summary
 HamletSpec.COL col()
          Add a COL element.
 HamletSpec._TableCol col(String selector)
          Add a COL element.
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child
_
 

Method Detail

col

HamletSpec.COL col()
Add a COL element.

Returns:
a new COL element builder

col

HamletSpec._TableCol col(String selector)
Add a COL element.

Parameters:
selector - the css selector in the form of (#id)*(.class)*
Returns:
the current element builder


Copyright © 2014 Apache Software Foundation. All Rights Reserved.