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
Methods inherited from class org.richfaces.renderkit.RendererBase |
concatClasses, concatStyles, decode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, preDecode, 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 String ITEM_CSS
- See Also:
- Constant Field Values
SelectRendererBase
public SelectRendererBase()
getClientFilterFunction
public org.ajax4jsf.javascript.JSReference getClientFilterFunction(javax.faces.component.UIComponent component)
renderListHandlers
public void renderListHandlers(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
getConvertedSelectItems
public List<ClientSelectItem> getConvertedSelectItems(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
getSelectInputLabel
public String getSelectInputLabel(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
getMinListHeight
protected String getMinListHeight(AbstractSelect select)
getMaxListHeight
protected String getMaxListHeight(AbstractSelect select)
getListHeight
protected String getListHeight(AbstractSelect select)
getListWidth
protected String getListWidth(AbstractSelect select)
encodeHeightAndWidth
public String encodeHeightAndWidth(javax.faces.component.UIComponent component)
getListCss
public String getListCss(javax.faces.component.UIComponent component)
getSelectLabel
public 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,
List<ClientSelectItem> clientSelectItems)
throws IOException
- Throws:
IOException
preEncodeBegin
protected void preEncodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
- Overrides:
preEncodeBegin
in class RendererBase
- Throws:
IOException
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.