org.richfaces.renderkit.html
Class DropDownMenuRendererBase
java.lang.Object
javax.faces.render.Renderer
org.richfaces.renderkit.RendererBase
org.richfaces.renderkit.html.DropDownMenuRendererBase
- Direct Known Subclasses:
- DropDownMenuRenderer
public abstract class DropDownMenuRendererBase
- extends RendererBase
Method Summary |
protected org.richfaces.component.Positioning |
getDirection(javax.faces.component.UIComponent component)
|
protected org.richfaces.component.Positioning |
getJointPoint(javax.faces.component.UIComponent component)
|
protected javax.faces.component.UIComponent |
getLabelFacet(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
List<Map<String,Object>> |
getMenuGroups(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
protected org.richfaces.component.Mode |
getMode(javax.faces.component.UIComponent component)
|
protected int |
getPopupWidth(javax.faces.component.UIComponent component)
|
protected String |
getShowEvent(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. |
Methods inherited from class org.richfaces.renderkit.RendererBase |
concatClasses, concatStyles, decode, doDecode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RENDERER_TYPE
public static final String RENDERER_TYPE
- See Also:
- Constant Field Values
DEFAULT_MIN_POPUP_WIDTH
public static final int DEFAULT_MIN_POPUP_WIDTH
- See Also:
- Constant Field Values
DEFAULT_SHOWEVENT
public static final String DEFAULT_SHOWEVENT
- See Also:
- Constant Field Values
DropDownMenuRendererBase
public DropDownMenuRendererBase()
renderChildren
public void renderChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
- Description copied from class:
RendererBase
- Render all children for given component.
- Overrides:
renderChildren
in class RendererBase
- Throws:
IOException
isDisabled
protected boolean isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
getLabelFacet
protected javax.faces.component.UIComponent getLabelFacet(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
getMenuGroups
public List<Map<String,Object>> getMenuGroups(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
getPopupWidth
protected int getPopupWidth(javax.faces.component.UIComponent component)
getMode
protected org.richfaces.component.Mode getMode(javax.faces.component.UIComponent component)
getJointPoint
protected org.richfaces.component.Positioning getJointPoint(javax.faces.component.UIComponent component)
getDirection
protected org.richfaces.component.Positioning getDirection(javax.faces.component.UIComponent component)
getShowEvent
protected String getShowEvent(javax.faces.component.UIComponent component)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.