org.primefaces.component.menubutton
Class MenuButtonRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.primefaces.renderkit.CoreRenderer
          extended by org.primefaces.renderkit.OutcomeTargetRenderer
              extended by org.primefaces.component.menu.BaseMenuRenderer
                  extended by org.primefaces.component.menubutton.MenuButtonRenderer

public class MenuButtonRenderer
extends BaseMenuRenderer


Constructor Summary
MenuButtonRenderer()
           
 
Method Summary
protected  void encodeButton(javax.faces.context.FacesContext context, MenuButton button, String buttonId, boolean disabled)
           
protected  void encodeMarkup(javax.faces.context.FacesContext context, AbstractMenu abstractMenu)
           
protected  void encodeMenu(javax.faces.context.FacesContext context, MenuButton button, String menuId)
           
protected  void encodeScript(javax.faces.context.FacesContext context, AbstractMenu abstractMenu)
           
 
Methods inherited from class org.primefaces.component.menu.BaseMenuRenderer
encodeChildren, encodeEnd, encodeMenuItem, encodeOverlayConfig, encodeSeparator, getRendersChildren
 
Methods inherited from class org.primefaces.renderkit.OutcomeTargetRenderer
findNavigationCase, getParams, getTargetURL, isIncludeViewParams
 
Methods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, 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
 

Constructor Detail

MenuButtonRenderer

public MenuButtonRenderer()
Method Detail

encodeMarkup

protected void encodeMarkup(javax.faces.context.FacesContext context,
                            AbstractMenu abstractMenu)
                     throws IOException
Specified by:
encodeMarkup in class BaseMenuRenderer
Throws:
IOException

encodeButton

protected void encodeButton(javax.faces.context.FacesContext context,
                            MenuButton button,
                            String buttonId,
                            boolean disabled)
                     throws IOException
Throws:
IOException

encodeMenu

protected void encodeMenu(javax.faces.context.FacesContext context,
                          MenuButton button,
                          String menuId)
                   throws IOException
Throws:
IOException

encodeScript

protected void encodeScript(javax.faces.context.FacesContext context,
                            AbstractMenu abstractMenu)
                     throws IOException
Specified by:
encodeScript in class BaseMenuRenderer
Throws:
IOException


Copyright © 2012. All Rights Reserved.