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)
Template method for custom start encoding 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 |
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()
Get base component slass , targetted for this renderer.
|
boolean |
getRendersChildren() |
protected 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, writeJavaScript
concatClasses, concatStyles, decode, doDecode, encodeBegin, encodeChildren, encodeEnd, getResourcePath, getSkin, getUtils, isAlreadyRendered, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildren
public TogglePanelItemRenderer()
protected TogglePanelItemRenderer(boolean hideInactiveItems)
protected String getStyleClass(javax.faces.component.UIComponent component)
getStyleClass
in class DivPanelRenderer
protected JSObject getScriptObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
getScriptObject
in class DivPanelRenderer
protected Map<String,Object> getScriptObjectOptions(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
getScriptObjectOptions
in class DivPanelRenderer
protected Class<? extends javax.faces.component.UIComponent> getComponentClass()
RendererBase
getComponentClass
in class RendererBase
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
protected void encodePlaceHolder(javax.faces.context.FacesContext context, javax.faces.component.UIComponent item) throws IOException
IOException
protected void encodePlaceHolderWithJs(javax.faces.context.FacesContext context, javax.faces.component.UIComponent item) throws IOException
IOException
protected void doEncodeBegin(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
RendererBase
RendererBase.encodeBegin(FacesContext, UIComponent)
method.doEncodeBegin
in class DivPanelRenderer
IOException
protected void doEncodeChildren(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
doEncodeChildren
in class RendererBase
IOException
protected void doEncodeEnd(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
RendererBase
RendererBase.encodeEnd(FacesContext, UIComponent)
method.doEncodeEnd
in class DivPanelRenderer
IOException
protected String getStyle(javax.faces.component.UIComponent component)
getStyle
in class DivPanelRenderer
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.