public class TogglePanelItemRenderer extends DivPanelRenderer
| Modifier | Constructor and Description |
|---|---|
|
TogglePanelItemRenderer() |
protected |
TogglePanelItemRenderer(boolean hideInactiveItems) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
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) |
protected void |
encodePlaceHolder(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent item) |
protected void |
encodePlaceHolderWithJs(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent item) |
protected Class<? extends javax.faces.component.UIComponent> |
getComponentClass() |
boolean |
getRendersChildren() |
protected org.richfaces.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 |
getStyle(javax.faces.component.UIComponent component) |
protected String |
getStyleClass(javax.faces.component.UIComponent component) |
addOnCompleteParam, addOnCompleteParam, attributeAsString, attributeAsString, attributeAsStyle, attributeAsStyle, capitalize, doEncodeItemBegin, doEncodeItemEnd, getPassThroughAttributes, styleElement, writeJavaScriptpublic TogglePanelItemRenderer()
protected TogglePanelItemRenderer(boolean hideInactiveItems)
protected String getStyleClass(javax.faces.component.UIComponent component)
getStyleClass in class DivPanelRendererprotected org.richfaces.javascript.JSObject getScriptObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
getScriptObject in class DivPanelRendererprotected Map<String,Object> getScriptObjectOptions(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
getScriptObjectOptions in class DivPanelRendererprotected Class<? extends javax.faces.component.UIComponent> getComponentClass()
getComponentClass in class org.richfaces.renderkit.RendererBasepublic boolean getRendersChildren()
getRendersChildren in class javax.faces.render.Rendererprotected void encodePlaceHolder(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent item)
throws IOException
IOExceptionprotected void encodePlaceHolderWithJs(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent item)
throws IOException
IOExceptionprotected void doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
doEncodeBegin in class DivPanelRendererIOExceptionprotected void doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
doEncodeChildren in class org.richfaces.renderkit.RendererBaseIOExceptionprotected void doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
doEncodeEnd in class DivPanelRendererIOExceptionprotected String getStyle(javax.faces.component.UIComponent component)
getStyle in class DivPanelRendererCopyright © 2013 JBoss by Red Hat. All Rights Reserved.