public class HtmlPanelMenuItemRenderer extends PanelMenuItemRenderer
PANEL_MENU_SPACER_ICON_NAME| Constructor and Description |
|---|
HtmlPanelMenuItemRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIPanelMenuItem component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
void |
doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIPanelMenuItem component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
void |
doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIPanelMenuItem component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
protected java.lang.Class |
getComponentClass()
Get base component class, targetted for this renderer.
|
boolean |
getRendersChildren() |
doDecode, getFullStyle, getFullStyleClass, getIconClass, getLabelClass, getSelectedClass, insertImage, isSelectedcalculateLevel, drawIcon, findMenu, getHideStyle, getIconByType, getItemMode, insertLabel, insertSpacerImages, isChildrenExpanded, isParentDisabled, isSubmitted, isTopLevelencodeResourcesArray, encodeToHead, getHeaderScripts, getHeaderStyles, getScripts, getStylesprotected java.lang.Class getComponentClass()
getComponentClass in class PanelMenuItemRendererpublic void doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
doEncodeBegin in class PanelMenuItemRendererjava.io.IOExceptionpublic void doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIPanelMenuItem component,
org.ajax4jsf.renderkit.ComponentVariables variables)
throws java.io.IOException
java.io.IOExceptionpublic void doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
doEncodeChildren in class org.ajax4jsf.renderkit.RendererBasejava.io.IOExceptionpublic void doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIPanelMenuItem component,
org.ajax4jsf.renderkit.ComponentVariables variables)
throws java.io.IOException
java.io.IOExceptionpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.render.Rendererpublic void doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIPanelMenuItem component,
org.ajax4jsf.renderkit.ComponentVariables variables)
throws java.io.IOException
java.io.IOExceptionpublic void doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
doEncodeEnd in class PanelMenuItemRendererjava.io.IOExceptionCopyright © 2013. All Rights Reserved.