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, getValue
doDecode, getConvertedValue, getInputValue
concatClasses, concatStyles, decode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, isAlreadyRendered, 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(InplaceComponent component)
getEditStateCss
in class InplaceInputRendererBase
public String getChangedStateCss(InplaceComponent component)
getChangedStateCss
in class InplaceInputRendererBase
public String getDisableStateCss(InplaceComponent component)
getDisableStateCss
in class InplaceInputRendererBase
public String getDisabledCss(javax.faces.component.UIComponent component)
public String getEditCss(InplaceComponent component)
getEditCss
in class InplaceInputRendererBase
public String getNoneCss(InplaceComponent component)
getNoneCss
in class InplaceInputRendererBase
public String getListCss(javax.faces.component.UIComponent component)
protected String getInputWidthStyle(javax.faces.component.UIComponent component)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.