public abstract class ContextMenuRendererBase extends RendererBase
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MIN_POPUP_WIDTH |
static String |
DEFAULT_SHOWEVENT |
static String |
RENDERER_TYPE |
protected static RendererUtils |
RENDERER_UTILS |
Constructor and Description |
---|
ContextMenuRendererBase() |
Modifier and Type | Method and Description |
---|---|
protected Positioning |
getDirection(javax.faces.component.UIComponent component) |
protected Positioning |
getJointPoint(javax.faces.component.UIComponent component) |
List<Map<String,Object>> |
getMenuGroups(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected Mode |
getMode(javax.faces.component.UIComponent component) |
protected int |
getPopupWidth(javax.faces.component.UIComponent component) |
protected String |
getShowEvent(javax.faces.component.UIComponent component) |
protected String |
getTarget(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected boolean |
isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
renderChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Render all children for given component.
|
concatClasses, concatStyles, decode, doDecode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, isAlreadyRendered, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent
public static final String RENDERER_TYPE
public static final int DEFAULT_MIN_POPUP_WIDTH
public static final String DEFAULT_SHOWEVENT
protected static final RendererUtils RENDERER_UTILS
public void renderChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
RendererBase
renderChildren
in class RendererBase
IOException
protected boolean isDisabled(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
public List<Map<String,Object>> getMenuGroups(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
protected int getPopupWidth(javax.faces.component.UIComponent component)
protected Mode getMode(javax.faces.component.UIComponent component)
protected Positioning getJointPoint(javax.faces.component.UIComponent component)
protected Positioning getDirection(javax.faces.component.UIComponent component)
protected String getShowEvent(javax.faces.component.UIComponent component)
protected String getTarget(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.