public class PanelMenuGroupRenderer extends DivPanelRenderer
Modifier and Type | Field and Description |
---|---|
static String |
BEFORE_COLLAPSE |
static String |
BEFORE_EXPAND |
static String |
BEFORE_SELECT |
static String |
BEFORE_SWITCH |
static String |
COLLAPSE |
static String |
EXPAND |
static String |
SELECT |
static String |
SWITCH |
Constructor and Description |
---|
PanelMenuGroupRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
doDecode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
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 Class<? extends javax.faces.component.UIComponent> |
getComponentClass() |
String |
getCssClass(AbstractPanelMenuItem item,
String postfix) |
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 |
getStyleClass(javax.faces.component.UIComponent component) |
addOnCompleteParam, addOnCompleteParam, attributeAsString, attributeAsString, attributeAsStyle, attributeAsStyle, capitalize, doEncodeItemBegin, doEncodeItemEnd, getPassThroughAttributes, getStyle, styleElement, writeJavaScript
public static final String COLLAPSE
public static final String EXPAND
public static final String SWITCH
public static final String BEFORE_COLLAPSE
public static final String BEFORE_EXPAND
public static final String BEFORE_SWITCH
public static final String BEFORE_SELECT
public static final String SELECT
protected void doDecode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
doDecode
in class org.richfaces.renderkit.RendererBase
protected void doEncodeBegin(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
doEncodeBegin
in class DivPanelRenderer
IOException
public String getCssClass(AbstractPanelMenuItem item, String postfix)
protected String getStyleClass(javax.faces.component.UIComponent component)
getStyleClass
in class DivPanelRenderer
protected org.richfaces.javascript.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 void doEncodeEnd(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
doEncodeEnd
in class DivPanelRenderer
IOException
protected Class<? extends javax.faces.component.UIComponent> getComponentClass()
getComponentClass
in class org.richfaces.renderkit.RendererBase
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
protected 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.RendererBase
IOException
Copyright © 2014 JBoss by Red Hat. All rights reserved.