org.apache.hadoop.yarn.webapp.view
Class TwoColumnCssLayout
java.lang.Object
org.apache.hadoop.yarn.webapp.View
org.apache.hadoop.yarn.webapp.view.TextView
org.apache.hadoop.yarn.webapp.view.HtmlPage
org.apache.hadoop.yarn.webapp.view.TwoColumnCssLayout
- All Implemented Interfaces:
- Params
public class TwoColumnCssLayout
- extends HtmlPage
A reusable, pure-css, cross-browser, left nav, 2 column,
supposedly liquid layout.
Doesn't quite work with resizable themes, kept as an example of the
sad state of css (v2/3 anyway) layout.
- See Also:
TwoColumnLayout
| Fields inherited from class org.apache.hadoop.yarn.webapp.view.HtmlPage |
DOCTYPE |
| Fields inherited from class org.apache.hadoop.yarn.webapp.View |
LOG |
| Methods inherited from class org.apache.hadoop.yarn.webapp.view.HtmlPage |
render |
| Methods inherited from class org.apache.hadoop.yarn.webapp.View |
$, $, context, cookies, error, getInstance, inDevMode, info, injector, moreParams, outputStream, prefix, render, request, response, root_url, root, set, setTitle, setTitle, status, url |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TwoColumnCssLayout
public TwoColumnCssLayout()
render
protected void render(Hamlet.HTML<HtmlPage._> html)
- Description copied from class:
HtmlPage
- Render the the HTML page.
- Specified by:
render in class HtmlPage
- Parameters:
html - the page to render data to.
preHead
protected void preHead(Hamlet.HTML<HtmlPage._> html)
postHead
protected void postHead(Hamlet.HTML<HtmlPage._> html)
header
protected Class<? extends SubView> header()
content
protected Class<? extends SubView> content()
nav
protected Class<? extends SubView> nav()
footer
protected Class<? extends SubView> footer()
Copyright © 2012 Apache Software Foundation. All Rights Reserved.