public class TabRenderer extends TogglePanelItemRenderer
| Constructor and Description |
|---|
TabRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addOnCompleteParam(javax.faces.context.FacesContext context,
String newValue,
String panelId) |
protected void |
doDecode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Template method for custom decoding of concrete renderer.
|
protected void |
doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Template method for custom finish encoding of concrete renderer.
|
protected void |
doEncodeItemBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
doEncodeItemEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected Class<? extends javax.faces.component.UIComponent> |
getComponentClass()
Get base component slass , targetted for this renderer.
|
protected org.ajax4jsf.javascript.JSObject |
getScriptObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected Map<String,Object> |
getScriptObjectOptions(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected String |
getStyleClass(javax.faces.component.UIComponent component) |
protected void |
writeJavaScript(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
doEncodeBegin, encodePlaceHolder, encodePlaceHolderWithJs, getRendersChildren, getStyleattributeAsString, attributeAsString, attributeAsStyle, attributeAsStyle, capitalize, getPassThroughAttributes, styleElementconcatClasses, concatStyles, decode, encodeBegin, encodeChildren, encodeEnd, getResourcePath, getSkin, getUtils, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildrenprotected void doDecode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
RendererBasedecode
method.doDecode in class RendererBaseprotected static void addOnCompleteParam(javax.faces.context.FacesContext context,
String newValue,
String panelId)
protected void doEncodeItemBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
doEncodeItemBegin in class DivPanelRendererIOExceptionprotected String getStyleClass(javax.faces.component.UIComponent component)
getStyleClass in class TogglePanelItemRendererprotected void doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
doEncodeChildren in class TogglePanelItemRendererIOExceptionprotected void doEncodeItemEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
doEncodeItemEnd in class DivPanelRendererIOExceptionprotected void doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
RendererBaseencodeEnd method.doEncodeEnd in class TogglePanelItemRendererIOExceptionprotected void writeJavaScript(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
writeJavaScript in class DivPanelRendererIOExceptionprotected org.ajax4jsf.javascript.JSObject getScriptObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
getScriptObject in class TogglePanelItemRendererprotected Map<String,Object> getScriptObjectOptions(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
getScriptObjectOptions in class TogglePanelItemRendererprotected Class<? extends javax.faces.component.UIComponent> getComponentClass()
RendererBasegetComponentClass in class TogglePanelItemRendererCopyright © 2012 JBoss by Red Hat. All Rights Reserved.