public class TabPanelRenderer extends TabPanelRendererBase
TabPanelRendererBase.TabsIteratorHelper
ACTIVE_CELL_CLASSES, DISABLED_CELL_CLASSES, INACTIVE_CELL_CLASSES
Constructor and Description |
---|
TabPanelRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UITabPanel component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
void |
doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UITabPanel component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
void |
doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UITabPanel component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
protected java.lang.Class |
getComponentClass()
Get base component class, targetted for this renderer.
|
boolean |
getRendersChildren() |
protected org.ajax4jsf.resource.InternetResource[] |
getScripts() |
protected org.ajax4jsf.resource.InternetResource[] |
getStyles() |
doDecode, encodeHeaderSpacing, encodeStyles, encodeTabPanelScript, encodeTabs, encodeTabsScript, getActiveTabCellClass, getActiveTabClass, getDisabledTabCellClass, getDisabledTabClass, getInactiveTabCellClass, getInactiveTabClass, getTabInfoCollector, getTabPanelInfoCollector, getValueAsString, parameterPresent, preEncodeBegin
encodeResourcesArray, encodeToHead, getHeaderScripts, getHeaderStyles
protected org.ajax4jsf.resource.InternetResource[] getStyles()
getStyles
in class org.ajax4jsf.renderkit.HeaderResourcesRendererBase
protected org.ajax4jsf.resource.InternetResource[] getScripts()
getScripts
in class org.ajax4jsf.renderkit.HeaderResourcesRendererBase
protected java.lang.Class getComponentClass()
getComponentClass
in class TabPanelRendererBase
public void doEncodeBegin(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
doEncodeBegin
in class org.ajax4jsf.renderkit.RendererBase
java.io.IOException
public void doEncodeBegin(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, UITabPanel component, org.ajax4jsf.renderkit.ComponentVariables variables) throws java.io.IOException
java.io.IOException
public void doEncodeChildren(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
doEncodeChildren
in class org.ajax4jsf.renderkit.RendererBase
java.io.IOException
public void doEncodeChildren(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, UITabPanel component, org.ajax4jsf.renderkit.ComponentVariables variables) throws java.io.IOException
java.io.IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
public void doEncodeEnd(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, UITabPanel component, org.ajax4jsf.renderkit.ComponentVariables variables) throws java.io.IOException
java.io.IOException
public void doEncodeEnd(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
doEncodeEnd
in class org.ajax4jsf.renderkit.RendererBase
java.io.IOException
Copyright © 2014. All Rights Reserved.