Uses of Interface
org.apache.hadoop.yarn.webapp.SubView

Packages that use SubView
org.apache.hadoop.yarn.webapp   
org.apache.hadoop.yarn.webapp.hamlet   
org.apache.hadoop.yarn.webapp.log   
org.apache.hadoop.yarn.webapp.view   
 

Uses of SubView in org.apache.hadoop.yarn.webapp
 

Method parameters in org.apache.hadoop.yarn.webapp with type arguments of type SubView
 void View.render(Class<? extends SubView> cls)
          Render a sub-view
 

Uses of SubView in org.apache.hadoop.yarn.webapp.hamlet
 

Method parameters in org.apache.hadoop.yarn.webapp.hamlet with type arguments of type SubView
 Hamlet Hamlet._(Class<? extends SubView> cls)
           
 Hamlet.HTML<T> Hamlet.HTML._(Class<? extends SubView> cls)
           
 Hamlet.TD<T> Hamlet.TD._(Class<? extends SubView> cls)
           
 Hamlet.TH<T> Hamlet.TH._(Class<? extends SubView> cls)
           
 Hamlet.BUTTON<T> Hamlet.BUTTON._(Class<? extends SubView> cls)
           
 Hamlet.FIELDSET<T> Hamlet.FIELDSET._(Class<? extends SubView> cls)
           
 Hamlet.FORM<T> Hamlet.FORM._(Class<? extends SubView> cls)
           
 Hamlet.LI<T> Hamlet.LI._(Class<? extends SubView> cls)
           
 Hamlet.DD<T> Hamlet.DD._(Class<? extends SubView> cls)
           
 Hamlet.DEL<T> Hamlet.DEL._(Class<? extends SubView> cls)
           
 Hamlet.INS<T> Hamlet.INS._(Class<? extends SubView> cls)
           
 Hamlet.BLOCKQUOTE<T> Hamlet.BLOCKQUOTE._(Class<? extends SubView> cls)
           
 Hamlet.OBJECT<T> Hamlet.OBJECT._(Class<? extends SubView> cls)
           
 Hamlet.MAP<T> Hamlet.MAP._(Class<? extends SubView> cls)
           
 Hamlet.DIV<T> Hamlet.DIV._(Class<? extends SubView> cls)
           
 Hamlet.BODY<T> Hamlet.BODY._(Class<? extends SubView> cls)
           
 HamletSpec._Block HamletSpec._Block._(Class<? extends SubView> cls)
          Embed a sub-view.
protected  void HamletImpl.EImp._v(Class<? extends SubView> cls)
           
protected  void HamletImpl.subView(Class<? extends SubView> cls)
          Sub-classes should override this to do something interesting.
 

Uses of SubView in org.apache.hadoop.yarn.webapp.log
 

Classes in org.apache.hadoop.yarn.webapp.log that implement SubView
 class AggregatedLogsBlock
           
 class AggregatedLogsNavBlock
           
 

Methods in org.apache.hadoop.yarn.webapp.log that return types with arguments of type SubView
protected  Class<? extends SubView> AggregatedLogsPage.content()
           
protected  Class<? extends SubView> AggregatedLogsPage.nav()
           
 

Uses of SubView in org.apache.hadoop.yarn.webapp.view
 

Classes in org.apache.hadoop.yarn.webapp.view that implement SubView
 class FooterBlock
           
 class HeaderBlock
           
 class HtmlBlock
           
 class InfoBlock
           
 class JQueryUI
           
 class LipsumBlock
           
 class NavBlock
           
 

Methods in org.apache.hadoop.yarn.webapp.view that return types with arguments of type SubView
protected  Class<? extends SubView> TwoColumnLayout.content()
           
protected  Class<? extends SubView> TwoColumnCssLayout.content()
           
protected  Class<? extends SubView> TwoColumnLayout.footer()
           
protected  Class<? extends SubView> TwoColumnCssLayout.footer()
           
protected  Class<? extends SubView> TwoColumnLayout.header()
           
protected  Class<? extends SubView> TwoColumnCssLayout.header()
           
protected  Class<? extends SubView> TwoColumnLayout.nav()
           
protected  Class<? extends SubView> TwoColumnCssLayout.nav()
           
 

Method parameters in org.apache.hadoop.yarn.webapp.view with type arguments of type SubView
protected  void HtmlBlock.Block.subView(Class<? extends SubView> cls)
           
protected  void HtmlPage.Page.subView(Class<? extends SubView> cls)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.