public class SelectManyRendererBase extends InputRendererBase
Constructor and Description |
---|
SelectManyRendererBase() |
Modifier and Type | Method and Description |
---|---|
String |
csvEncodeSelectedItems(List<ClientSelectItem> clientSelectItems) |
protected void |
doDecode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Template method for custom decoding of concrete renderer.
|
String |
encodeHeightAndWidth(javax.faces.component.UIComponent component) |
String |
getButtonClass(javax.faces.component.UIComponent component,
String cssPrefix,
String buttonClass) |
List<ClientSelectItem> |
getClientSelectItems(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
Object |
getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
Object val) |
protected String |
getListHeight(AbstractSelectManyComponent select) |
protected String |
getListWidth(AbstractSelectManyComponent select) |
protected String |
getMaxListHeight(AbstractSelectManyComponent select) |
protected String |
getMinListHeight(AbstractSelectManyComponent select) |
boolean |
hasColumnChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
boolean |
isHeaderExists(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
getInputValue
concatClasses, concatStyles, decode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, isAlreadyRendered, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildren
public List<ClientSelectItem> getClientSelectItems(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
public String csvEncodeSelectedItems(List<ClientSelectItem> clientSelectItems)
protected void doDecode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
RendererBase
RendererBase.decode(FacesContext, UIComponent)
method.doDecode
in class InputRendererBase
public Object getConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, Object val) throws javax.faces.convert.ConverterException
getConvertedValue
in class InputRendererBase
javax.faces.convert.ConverterException
public boolean hasColumnChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
public boolean isHeaderExists(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
protected String getMinListHeight(AbstractSelectManyComponent select)
protected String getMaxListHeight(AbstractSelectManyComponent select)
protected String getListHeight(AbstractSelectManyComponent select)
protected String getListWidth(AbstractSelectManyComponent select)
public String encodeHeightAndWidth(javax.faces.component.UIComponent component)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.