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

Packages that use HamletSpec._TableCol
org.apache.hadoop.yarn.webapp.hamlet   
 

Uses of HamletSpec._TableCol in org.apache.hadoop.yarn.webapp.hamlet
 

Subinterfaces of HamletSpec._TableCol in org.apache.hadoop.yarn.webapp.hamlet
static interface HamletSpec._Table
           
static interface HamletSpec.COLGROUP
           
static interface HamletSpec.TABLE
          TBODY should be used after THEAD/TFOOT, iff there're no TABLE.TR elements.
 

Classes in org.apache.hadoop.yarn.webapp.hamlet that implement HamletSpec._TableCol
 class Hamlet.COLGROUP<T extends HamletSpec._>
           
 class Hamlet.TABLE<T extends HamletSpec._>
           
 

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec._TableCol
 HamletSpec._TableCol HamletSpec._TableCol.col(String selector)
          Add a COL element.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.