org.primefaces.component.megamenu
Class MegaMenuRenderer
java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.renderkit.OutcomeTargetRenderer
org.primefaces.component.menu.BaseMenuRenderer
org.primefaces.component.megamenu.MegaMenuRenderer
public class MegaMenuRenderer
- extends BaseMenuRenderer
Methods inherited from class org.primefaces.renderkit.CoreRenderer |
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, getWidgetBuilder, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, shouldWriteId, startScript |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, encodeBegin, getConvertedValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MegaMenuRenderer
public MegaMenuRenderer()
encodeScript
protected void encodeScript(javax.faces.context.FacesContext context,
AbstractMenu abstractMenu)
throws IOException
- Specified by:
encodeScript
in class BaseMenuRenderer
- Throws:
IOException
encodeMarkup
protected void encodeMarkup(javax.faces.context.FacesContext context,
AbstractMenu abstractMenu)
throws IOException
- Specified by:
encodeMarkup
in class BaseMenuRenderer
- Throws:
IOException
encodeRootItems
protected void encodeRootItems(javax.faces.context.FacesContext context,
MegaMenu menu)
throws IOException
- Throws:
IOException
encodeRootSubmenu
protected void encodeRootSubmenu(javax.faces.context.FacesContext context,
Submenu submenu)
throws IOException
- Throws:
IOException
encodeColumn
protected void encodeColumn(javax.faces.context.FacesContext context,
Column column)
throws IOException
- Throws:
IOException
encodeDescendantSubmenu
protected void encodeDescendantSubmenu(javax.faces.context.FacesContext context,
Submenu submenu)
throws IOException
- Throws:
IOException
encodeSubmenuIcon
protected void encodeSubmenuIcon(javax.faces.context.FacesContext context,
Submenu submenu)
throws IOException
- Throws:
IOException
encodeSubmenuSeparator
protected void encodeSubmenuSeparator(javax.faces.context.FacesContext context,
Separator separator)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.