RichFaces UI Components UI 4.3.0.CR1

org.richfaces.renderkit.html
Class DropDownMenuRendererBase

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.richfaces.renderkit.RendererBase
          extended by org.richfaces.renderkit.html.DropDownMenuRendererBase
Direct Known Subclasses:
DropDownMenuRenderer

public abstract class DropDownMenuRendererBase
extends RendererBase


Field Summary
static int DEFAULT_MIN_POPUP_WIDTH
           
static String DEFAULT_SHOWEVENT
           
static String RENDERER_TYPE
           
 
Constructor Summary
DropDownMenuRendererBase()
           
 
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
 

Field Detail

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
Constructor Detail

DropDownMenuRendererBase

public DropDownMenuRendererBase()
Method Detail

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)

RichFaces UI Components UI 4.3.0.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.