public class ComboBoxBaseRenderer
extends org.ajax4jsf.renderkit.HeaderResourcesRendererBase
Constructor and Description |
---|
ComboBoxBaseRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
doDecode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
java.util.List<java.lang.Object> |
encodeItems(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeSuggestion(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.String value,
java.lang.String classes) |
java.util.List<java.lang.Object> |
encodeSuggestionValues(javax.faces.context.FacesContext context,
UIComboBox combobox) |
java.lang.String |
encodeValue(java.lang.String value) |
java.lang.String |
getAsEventHandler(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.String attributeName) |
protected java.lang.Class<? extends javax.faces.component.UIComponent> |
getComponentClass() |
protected java.lang.String |
getConvertedStringValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value) |
java.lang.Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object submittedValue) |
java.lang.String |
getItemsTextAsJSArray(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.util.List items) |
protected boolean |
isAcceptableComponent(javax.faces.component.UIComponent component) |
encodeResourcesArray, encodeToHead, getHeaderScripts, getHeaderStyles, getScripts, getStyles
protected java.lang.Class<? extends javax.faces.component.UIComponent> getComponentClass()
getComponentClass
in class org.ajax4jsf.renderkit.RendererBase
protected void doDecode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
doDecode
in class org.ajax4jsf.renderkit.RendererBase
public java.util.List<java.lang.Object> encodeItems(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException, java.lang.IllegalArgumentException
java.io.IOException
java.lang.IllegalArgumentException
public java.util.List<java.lang.Object> encodeSuggestionValues(javax.faces.context.FacesContext context, UIComboBox combobox) throws java.io.IOException, java.lang.IllegalArgumentException
java.io.IOException
java.lang.IllegalArgumentException
public java.lang.Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue
in class javax.faces.render.Renderer
javax.faces.convert.ConverterException
protected java.lang.String getConvertedStringValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object value)
protected void encodeSuggestion(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String value, java.lang.String classes) throws java.io.IOException
java.io.IOException
protected boolean isAcceptableComponent(javax.faces.component.UIComponent component)
public java.lang.String getItemsTextAsJSArray(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.util.List items)
public java.lang.String getAsEventHandler(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String attributeName)
public java.lang.String encodeValue(java.lang.String value)
Copyright © 2014. All Rights Reserved.