org.richfaces.renderkit
Class SelectRendererBase
java.lang.Object
javax.faces.render.Renderer
org.richfaces.renderkit.RendererBase
org.richfaces.renderkit.InputRendererBase
org.richfaces.renderkit.SelectRendererBase
- Direct Known Subclasses:
- SelectRenderer
public class SelectRendererBase
- extends InputRendererBase
- Author:
- abelevich
Field Summary |
static java.lang.String |
ITEM_CSS
|
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 |
ITEM_CSS
public static final java.lang.String ITEM_CSS
- See Also:
- Constant Field Values
SelectRendererBase
public SelectRendererBase()
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
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.