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(org.richfaces.component.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(org.richfaces.component.InplaceComponent component) |
String |
getEditCss(org.richfaces.component.InplaceComponent component) |
String |
getEditStateCss(org.richfaces.component.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(org.richfaces.component.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, getValue
doDecode, getConvertedValue, getInputValue
concatClasses, concatStyles, decode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildren
public 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
IOException
public void renderListHandlers(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
public void renderInputHandlers(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
renderInputHandlers
in class InplaceInputRendererBase
IOException
public 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 InplaceInputRendererBase
public String getEditStateCss(org.richfaces.component.InplaceComponent component)
getEditStateCss
in class InplaceInputRendererBase
public String getChangedStateCss(org.richfaces.component.InplaceComponent component)
getChangedStateCss
in class InplaceInputRendererBase
public String getDisableStateCss(org.richfaces.component.InplaceComponent component)
getDisableStateCss
in class InplaceInputRendererBase
public String getDisabledCss(javax.faces.component.UIComponent component)
public String getEditCss(org.richfaces.component.InplaceComponent component)
getEditCss
in class InplaceInputRendererBase
public String getNoneCss(org.richfaces.component.InplaceComponent component)
getNoneCss
in class InplaceInputRendererBase
public String getListCss(javax.faces.component.UIComponent component)
protected String getInputWidthStyle(javax.faces.component.UIComponent component)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.