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

Packages that use HamletSpec.Heading
org.apache.hadoop.yarn.webapp.hamlet   
org.apache.hadoop.yarn.webapp.view   
 

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

Subinterfaces of HamletSpec.Heading in org.apache.hadoop.yarn.webapp.hamlet
static interface HamletSpec._Block
          %block -(FORM|FIELDSET)
static interface HamletSpec._Body
           
static interface HamletSpec._Cell
           
static interface HamletSpec._Html
           
static interface HamletSpec.Block
          %block
static interface HamletSpec.BLOCKQUOTE
           
static interface HamletSpec.BODY
           
static interface HamletSpec.BUTTON
           
static interface HamletSpec.DD
           
static interface HamletSpec.DEL
           
static interface HamletSpec.DIV
           
static interface HamletSpec.FIELDSET
           
static interface HamletSpec.Flow
          %flow
static interface HamletSpec.FORM
           
static interface HamletSpec.HTML
          The root element
static interface HamletSpec.INS
           
static interface HamletSpec.LI
           
static interface HamletSpec.MAP
           
static interface HamletSpec.OBJECT
           
static interface HamletSpec.TD
           
static interface HamletSpec.TH
           
 

Classes in org.apache.hadoop.yarn.webapp.hamlet that implement HamletSpec.Heading
 class Hamlet
           
 class Hamlet.BLOCKQUOTE<T extends HamletSpec._>
           
 class Hamlet.BODY<T extends HamletSpec._>
           
 class Hamlet.BUTTON<T extends HamletSpec._>
           
 class Hamlet.DD<T extends HamletSpec._>
           
 class Hamlet.DEL<T extends HamletSpec._>
           
 class Hamlet.DIV<T extends HamletSpec._>
           
 class Hamlet.FIELDSET<T extends HamletSpec._>
           
 class Hamlet.FORM<T extends HamletSpec._>
           
 class Hamlet.HTML<T extends HamletSpec._>
           
 class Hamlet.INS<T extends HamletSpec._>
           
 class Hamlet.LI<T extends HamletSpec._>
           
 class Hamlet.MAP<T extends HamletSpec._>
           
 class Hamlet.OBJECT<T extends HamletSpec._>
           
 class Hamlet.TD<T extends HamletSpec._>
           
 class Hamlet.TH<T extends HamletSpec._>
           
 

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec.Heading
 HamletSpec.Heading HamletSpec.Heading.h1(String cdata)
          Add a complete H1 element.
 HamletSpec.Heading HamletSpec.Heading.h1(String selector, String cdata)
          Add a complete H1 element
 HamletSpec.Heading HamletSpec.Heading.h2(String cdata)
          Add a complete H2 element.
 HamletSpec.Heading HamletSpec.Heading.h2(String selector, String cdata)
          Add a complete H1 element
 HamletSpec.Heading HamletSpec.Heading.h3(String cdata)
          Add a complete H3 element.
 HamletSpec.Heading HamletSpec.Heading.h3(String selector, String cdata)
          Add a complete H1 element
 HamletSpec.Heading HamletSpec.Heading.h4(String cdata)
          Add a complete H4 element.
 HamletSpec.Heading HamletSpec.Heading.h4(String selector, String cdata)
          Add a complete H4 element
 HamletSpec.Heading HamletSpec.Heading.h5(String cdata)
          Add a complete H5 element.
 HamletSpec.Heading HamletSpec.Heading.h5(String selector, String cdata)
          Add a complete H5 element
 HamletSpec.Heading HamletSpec.Heading.h6(String cdata)
          Add a complete H6 element.
 HamletSpec.Heading HamletSpec.Heading.h6(String selector, String cdata)
          Add a complete H6 element.
 

Uses of HamletSpec.Heading in org.apache.hadoop.yarn.webapp.view
 

Classes in org.apache.hadoop.yarn.webapp.view that implement HamletSpec.Heading
 class HtmlBlock.Block
           
 class HtmlPage.Page
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.