org.apache.hadoop.yarn.webapp.view
Class JQueryUI
java.lang.Object
org.apache.hadoop.yarn.webapp.View
org.apache.hadoop.yarn.webapp.view.TextView
org.apache.hadoop.yarn.webapp.view.HtmlBlock
org.apache.hadoop.yarn.webapp.view.JQueryUI
- All Implemented Interfaces:
- Params, SubView
public class JQueryUI
- extends HtmlBlock
| Fields inherited from class org.apache.hadoop.yarn.webapp.View |
LOG |
| 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 |
ACCORDION
public static final String ACCORDION
- See Also:
- Constant Field Values
ACCORDION_ID
public static final String ACCORDION_ID
- See Also:
- Constant Field Values
DATATABLES
public static final String DATATABLES
- See Also:
- Constant Field Values
DATATABLES_ID
public static final String DATATABLES_ID
- See Also:
- Constant Field Values
DATATABLES_SELECTOR
public static final String DATATABLES_SELECTOR
- See Also:
- Constant Field Values
DIALOG
public static final String DIALOG
- See Also:
- Constant Field Values
DIALOG_ID
public static final String DIALOG_ID
- See Also:
- Constant Field Values
DIALOG_SELECTOR
public static final String DIALOG_SELECTOR
- See Also:
- Constant Field Values
PROGRESSBAR
public static final String PROGRESSBAR
- See Also:
- Constant Field Values
PROGRESSBAR_ID
public static final String PROGRESSBAR_ID
- See Also:
- Constant Field Values
THEMESWITCHER
public static final String THEMESWITCHER
- See Also:
- Constant Field Values
THEMESWITCHER_ID
public static final String THEMESWITCHER_ID
- See Also:
- Constant Field Values
THEME_KEY
public static final String THEME_KEY
- See Also:
- Constant Field Values
COOKIE_THEME
public static final String COOKIE_THEME
- See Also:
- Constant Field Values
_PROGRESSBAR
public static final String _PROGRESSBAR
- See Also:
- Constant Field Values
C_PROGRESSBAR
public static final String C_PROGRESSBAR
_PROGRESSBAR_VALUE
public static final String _PROGRESSBAR_VALUE
- See Also:
- Constant Field Values
C_PROGRESSBAR_VALUE
public static final String C_PROGRESSBAR_VALUE
_INFO_WRAP
public static final String _INFO_WRAP
- See Also:
- Constant Field Values
_TH
public static final String _TH
- See Also:
- Constant Field Values
C_TH
public static final String C_TH
C_TABLE
public static final String C_TABLE
- See Also:
- Constant Field Values
_INFO
public static final String _INFO
- See Also:
- Constant Field Values
_ODD
public static final String _ODD
- See Also:
- Constant Field Values
_EVEN
public static final String _EVEN
- See Also:
- Constant Field Values
JQueryUI
public JQueryUI()
render
protected void render(HtmlBlock.Block html)
- Description copied from class:
HtmlBlock
- Render a block of html. To be overridden by implementation.
- Specified by:
render in class HtmlBlock
- Parameters:
html - the block to render
jsnotice
public static void jsnotice(HamletSpec.HTML html)
initAccordions
protected void initAccordions(List<String> list)
initDataTables
protected void initDataTables(List<String> list)
initDialogs
protected void initDialogs(List<String> list)
initProgressBars
protected void initProgressBars(List<String> list)
initThemeSwitcher
protected void initThemeSwitcher(List<String> list)
getTheme
protected String getTheme()
initID
public static String initID(String name,
String id)
postInitID
public static String postInitID(String name,
String id)
initSelector
public static String initSelector(String name)
tableInit
public static StringBuilder tableInit()
tableInitProgress
public static StringBuilder tableInitProgress(StringBuilder init,
long numCells)
Copyright © 2012 Apache Software Foundation. All Rights Reserved.