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
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.yarn.webapp.view.HtmlPage
HtmlPage.__, HtmlPage.PageNested classes/interfaces inherited from class org.apache.hadoop.yarn.webapp.View
View.ViewContext -
Field Summary
Fields inherited from interface org.apache.hadoop.yarn.webapp.Params
ERROR_DETAILS, TITLE, TITLE_LINK, USER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontent()footer()header()nav()protected voidpostHead(Hamlet.HTML<HtmlPage.__> html) protected voidpreHead(Hamlet.HTML<HtmlPage.__> html) protected voidrender(Hamlet.HTML<HtmlPage.__> html) Render the HTML page.Methods inherited from class org.apache.hadoop.yarn.webapp.view.TextView
echo, echoWithoutEscapeHtml, puts, putWithoutEscapeHtml, writer