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

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

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

Subinterfaces of HamletSpec._Cell in org.apache.hadoop.yarn.webapp.hamlet
static interface HamletSpec.TD
           
static interface HamletSpec.TH
           
 

Classes in org.apache.hadoop.yarn.webapp.hamlet that implement HamletSpec._Cell
 class Hamlet.TD<T extends HamletSpec._>
           
 class Hamlet.TH<T extends HamletSpec._>
           
 

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec._Cell
 HamletSpec._Cell HamletSpec._Cell.$colspan(int cols)
          number of cols spanned by cell.
 HamletSpec._Cell HamletSpec._Cell.$headers(String cdata)
          space-separated list of id's for header cells
 HamletSpec._Cell HamletSpec._Cell.$rowspan(int rows)
          number of rows spanned by cell.
 HamletSpec._Cell HamletSpec._Cell.$scope(HamletSpec.Scope scope)
          scope covered by header cells
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.