Richfaces UI Components UI 4.1.0.20110910-M2

org.richfaces.renderkit
Class SelectRendererBase

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.richfaces.renderkit.RendererBase
          extended by org.richfaces.renderkit.InputRendererBase
              extended by org.richfaces.renderkit.SelectRendererBase
Direct Known Subclasses:
SelectRenderer

public class SelectRendererBase
extends InputRendererBase

Author:
abelevich

Field Summary
static java.lang.String ITEM_CSS
           
 
Constructor Summary
SelectRendererBase()
           
 
Method Summary
 java.lang.String encodeHeightAndWidth(javax.faces.component.UIComponent component)
           
 void encodeItems(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, java.util.List<ClientSelectItem> clientSelectItems)
           
 java.util.List<ClientSelectItem> getConvertedSelectItems(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 java.lang.String getListCss(javax.faces.component.UIComponent component)
           
protected  java.lang.String getListHeight(AbstractSelect select)
           
protected  java.lang.String getListWidth(AbstractSelect select)
           
protected  java.lang.String getMaxListHeight(AbstractSelect select)
           
protected  java.lang.String getMinListHeight(AbstractSelect select)
           
 java.lang.String getSelectInputLabel(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 java.lang.String getSelectLabel(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 void renderListHandlers(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.richfaces.renderkit.InputRendererBase
doDecode, getConvertedValue, getInputValue
 
Methods inherited from class org.richfaces.renderkit.RendererBase
concatClasses, concatStyles, decode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getSkin, getUtils, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildren
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ITEM_CSS

public static final java.lang.String ITEM_CSS
See Also:
Constant Field Values
Constructor Detail

SelectRendererBase

public SelectRendererBase()
Method Detail

renderListHandlers

public void renderListHandlers(javax.faces.context.FacesContext facesContext,
                               javax.faces.component.UIComponent component)
                        throws java.io.IOException
Throws:
java.io.IOException

getConvertedSelectItems

public java.util.List<ClientSelectItem> getConvertedSelectItems(javax.faces.context.FacesContext facesContext,
                                                                javax.faces.component.UIComponent component)

getSelectInputLabel

public java.lang.String getSelectInputLabel(javax.faces.context.FacesContext facesContext,
                                            javax.faces.component.UIComponent component)

getMinListHeight

protected java.lang.String getMinListHeight(AbstractSelect select)

getMaxListHeight

protected java.lang.String getMaxListHeight(AbstractSelect select)

getListHeight

protected java.lang.String getListHeight(AbstractSelect select)

getListWidth

protected java.lang.String getListWidth(AbstractSelect select)

encodeHeightAndWidth

public java.lang.String encodeHeightAndWidth(javax.faces.component.UIComponent component)

getListCss

public java.lang.String getListCss(javax.faces.component.UIComponent component)

getSelectLabel

public java.lang.String getSelectLabel(javax.faces.context.FacesContext facesContext,
                                       javax.faces.component.UIComponent component)

encodeItems

public void encodeItems(javax.faces.context.FacesContext facesContext,
                        javax.faces.component.UIComponent component,
                        java.util.List<ClientSelectItem> clientSelectItems)
                 throws java.io.IOException
Throws:
java.io.IOException

Richfaces UI Components UI 4.1.0.20110910-M2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.