org.icefaces.ace.component.contextmenu
Class ContextMenuRenderer
java.lang.Object
javax.faces.render.Renderer
org.icefaces.ace.renderkit.CoreRenderer
org.icefaces.ace.component.menu.BaseMenuRenderer
org.icefaces.ace.component.contextmenu.ContextMenuRenderer
public class ContextMenuRenderer
- extends BaseMenuRenderer
Method Summary |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
AbstractMenu abstractMenu)
|
protected void |
encodeMenuContent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
protected void |
encodeScript(javax.faces.context.FacesContext context,
AbstractMenu abstractMenu)
|
protected void |
encodeSubmenu(javax.faces.context.FacesContext context,
Submenu submenu)
|
protected java.lang.String |
findTrigger(javax.faces.context.FacesContext context,
ContextMenu menu)
|
Methods inherited from class org.icefaces.ace.renderkit.CoreRenderer |
addSubmitParam, addToAutoUpdate, convertClientId, decodeBehaviors, encodeClientBehaviors, escapeText, getActionURL, getEscapedClientId, getResourceRequestPath, getResourceURL, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, resolveWidgetVar, shouldRenderAttribute, themeForms |
Methods inherited from class javax.faces.render.Renderer |
decode, encodeBegin, getConvertedValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextMenuRenderer
public ContextMenuRenderer()
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeEnd
in class BaseMenuRenderer
- Throws:
java.io.IOException
encodeScript
protected void encodeScript(javax.faces.context.FacesContext context,
AbstractMenu abstractMenu)
throws java.io.IOException
- Specified by:
encodeScript
in class BaseMenuRenderer
- Throws:
java.io.IOException
encodeMarkup
protected void encodeMarkup(javax.faces.context.FacesContext context,
AbstractMenu abstractMenu)
throws java.io.IOException
- Specified by:
encodeMarkup
in class BaseMenuRenderer
- Throws:
java.io.IOException
encodeMenuContent
protected void encodeMenuContent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
encodeSubmenu
protected void encodeSubmenu(javax.faces.context.FacesContext context,
Submenu submenu)
throws java.io.IOException
- Throws:
java.io.IOException
findTrigger
protected java.lang.String findTrigger(javax.faces.context.FacesContext context,
ContextMenu menu)
Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.