public class SelectRendererBase extends InputRendererBase
Constructor and Description |
---|
SelectRendererBase() |
Modifier and Type | Method and Description |
---|---|
String |
encodeHeightAndWidth(javax.faces.component.UIComponent component) |
void |
encodeItems(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
List<ClientSelectItem> clientSelectItems) |
org.ajax4jsf.javascript.JSReference |
getClientFilterFunction(javax.faces.component.UIComponent component) |
List<ClientSelectItem> |
getConvertedSelectItems(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
String |
getListCss(javax.faces.component.UIComponent component) |
protected String |
getListHeight(AbstractSelect select) |
protected String |
getListWidth(AbstractSelect select) |
protected String |
getMaxListHeight(AbstractSelect select) |
protected String |
getMinListHeight(AbstractSelect select) |
String |
getSelectInputLabel(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
String |
getSelectLabel(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
preEncodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
renderListHandlers(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
doDecode, getConvertedValue, getInputValue
concatClasses, concatStyles, decode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, preDecode, queueComponentEventForBehaviorEvent, renderChildren
public static final String ITEM_CSS
public org.ajax4jsf.javascript.JSReference getClientFilterFunction(javax.faces.component.UIComponent component)
public void renderListHandlers(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
public List<ClientSelectItem> getConvertedSelectItems(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
public String getSelectInputLabel(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
protected String getMinListHeight(AbstractSelect select)
protected String getMaxListHeight(AbstractSelect select)
protected String getListHeight(AbstractSelect select)
protected String getListWidth(AbstractSelect select)
public String encodeHeightAndWidth(javax.faces.component.UIComponent component)
public String getListCss(javax.faces.component.UIComponent component)
public String getSelectLabel(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
public void encodeItems(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, List<ClientSelectItem> clientSelectItems) throws IOException
IOException
protected void preEncodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
preEncodeBegin
in class RendererBase
IOException
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.