public class TogglePanelRenderer extends DivPanelRenderer implements org.richfaces.ui.common.meta.MetaComponentRenderer
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BEFORE_ITEM_CHANGE |
protected static String |
ITEM_CHANGE |
static String |
VALUE_POSTFIX |
| Constructor and Description |
|---|
TogglePanelRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addEventOption(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Map<String,Object> options,
String eventName) |
void |
decodeMetaComponent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String metaComponentId) |
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) |
void |
encodeMetaComponent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String metaComponentId) |
static org.richfaces.renderkit.AjaxOptions |
getAjaxOptions(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent panel) |
protected Class<? extends javax.faces.component.UIComponent> |
getComponentClass() |
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) |
protected boolean |
isSubmitted(javax.faces.context.FacesContext context,
AbstractTogglePanel panel) |
protected void |
partialEnd(javax.faces.context.FacesContext facesContext) |
protected void |
partialStart(javax.faces.context.FacesContext facesContext,
String id) |
addOnCompleteParam, addOnCompleteParam, attributeAsString, attributeAsString, attributeAsStyle, attributeAsStyle, capitalize, doEncodeItemBegin, doEncodeItemEnd, getPassThroughAttributes, getStyle, styleElement, writeJavaScriptconcatClasses, concatStyles, decode, encodeBegin, encodeChildren, encodeEnd, getResourcePath, getSkin, getUtils, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildrenpublic static final String VALUE_POSTFIX
protected static final String ITEM_CHANGE
protected static final String BEFORE_ITEM_CHANGE
protected void doDecode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
doDecode in class org.richfaces.renderkit.RendererBaseprotected boolean isSubmitted(javax.faces.context.FacesContext context,
AbstractTogglePanel panel)
protected void doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
doEncodeBegin in class DivPanelRendererIOExceptionprotected String getStyleClass(javax.faces.component.UIComponent component)
getStyleClass in class DivPanelRendererprotected 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 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 DivPanelRendererpublic static void addEventOption(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Map<String,Object> options,
String eventName)
public static org.richfaces.renderkit.AjaxOptions getAjaxOptions(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent panel)
protected Class<? extends javax.faces.component.UIComponent> getComponentClass()
getComponentClass in class org.richfaces.renderkit.RendererBasepublic void encodeMetaComponent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String metaComponentId)
throws IOException
encodeMetaComponent in interface org.richfaces.ui.common.meta.MetaComponentRendererIOExceptionpublic void decodeMetaComponent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String metaComponentId)
decodeMetaComponent in interface org.richfaces.ui.common.meta.MetaComponentRendererprotected void partialStart(javax.faces.context.FacesContext facesContext,
String id)
throws IOException
IOExceptionprotected void partialEnd(javax.faces.context.FacesContext facesContext)
throws IOException
IOExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.