public class InplaceSelectRendererBase extends InplaceInputRendererBase
| Modifier and Type | Field and Description |
|---|---|
static String |
ITEM_CSS |
INPLACE_INPUT_HANDLER_ATTRIBUTES| Constructor and Description |
|---|
InplaceSelectRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeItems(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
List<ClientSelectItem> clientSelectItems) |
String |
getChangedStateCss(InplaceComponent component) |
String |
getContainerStyleClasses(javax.faces.component.UIComponent component) |
List<ClientSelectItem> |
getConvertedSelectItems(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
String |
getDisabledCss(javax.faces.component.UIComponent component) |
String |
getDisableStateCss(InplaceComponent component) |
String |
getEditCss(InplaceComponent component) |
String |
getEditStateCss(InplaceComponent component) |
protected String |
getInputWidthStyle(javax.faces.component.UIComponent component) |
String |
getListCss(javax.faces.component.UIComponent component) |
protected String |
getListHeight(AbstractInplaceSelect select) |
String |
getListHeight(javax.faces.component.UIComponent component) |
protected String |
getListWidth(AbstractInplaceSelect select) |
String |
getListWidth(javax.faces.component.UIComponent component) |
String |
getNoneCss(InplaceComponent component) |
String |
getSelectInputLabel(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
String |
getSelectLabel(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
renderInputHandlers(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
renderListHandlers(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
getEditEvent, getEditStyleClass, getInplaceState, getInputWidth, getReadyStateCss, getStateStyleClass, getValuedoDecode, getConvertedValue, getInputValueconcatClasses, concatStyles, decode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, isAlreadyRendered, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildrenpublic static final String ITEM_CSS
public List<ClientSelectItem> getConvertedSelectItems(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
IOExceptionpublic void renderListHandlers(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
IOExceptionpublic void renderInputHandlers(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
renderInputHandlers in class InplaceInputRendererBaseIOExceptionpublic String getSelectInputLabel(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
public String getListWidth(javax.faces.component.UIComponent component)
protected String getListWidth(AbstractInplaceSelect select)
protected String getListHeight(AbstractInplaceSelect select)
public String getListHeight(javax.faces.component.UIComponent component)
public String getSelectLabel(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
public String getContainerStyleClasses(javax.faces.component.UIComponent component)
getContainerStyleClasses in class InplaceInputRendererBasepublic String getEditStateCss(InplaceComponent component)
getEditStateCss in class InplaceInputRendererBasepublic String getChangedStateCss(InplaceComponent component)
getChangedStateCss in class InplaceInputRendererBasepublic String getDisableStateCss(InplaceComponent component)
getDisableStateCss in class InplaceInputRendererBasepublic String getDisabledCss(javax.faces.component.UIComponent component)
public String getEditCss(InplaceComponent component)
getEditCss in class InplaceInputRendererBasepublic String getNoneCss(InplaceComponent component)
getNoneCss in class InplaceInputRendererBasepublic String getListCss(javax.faces.component.UIComponent component)
protected String getInputWidthStyle(javax.faces.component.UIComponent component)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.