org.richfaces.renderkit
Class InplaceSelectRendererBase
java.lang.Object
javax.faces.render.Renderer
org.richfaces.renderkit.RendererBase
org.richfaces.renderkit.InputRendererBase
org.richfaces.renderkit.InplaceInputRendererBase
org.richfaces.renderkit.InplaceSelectRendererBase
- Direct Known Subclasses:
- InplaceSelectRenderer
public class InplaceSelectRendererBase
- extends InplaceInputRendererBase
- Author:
- Anton Belevich
Fields inherited from class org.richfaces.renderkit.InplaceInputRendererBase |
INPLACE_INPUT_HANDLER_ATTRIBUTES, OPTIONS_BUTTON_CANCEL, OPTIONS_BUTTON_OK, OPTIONS_CHANGED_CSS, OPTIONS_DEFAULT_LABEL, OPTIONS_EDIT_CONTAINER, OPTIONS_EDIT_CSS, OPTIONS_EDIT_EVENT, OPTIONS_FOCUS, OPTIONS_INITIAL_VALUE, OPTIONS_INPUT, OPTIONS_LABEL, OPTIONS_NONE_CSS, OPTIONS_SAVE_ON_BLUR, OPTIONS_SHOWCONTROLS, OPTIONS_STATE |
Methods inherited from class org.richfaces.renderkit.RendererBase |
concatClasses, concatStyles, decode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getSkin, getUtils, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildren |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPTIONS_OPEN_ON_EDIT
public static final String OPTIONS_OPEN_ON_EDIT
- See Also:
- Constant Field Values
OPTIONS_SAVE_ON_SELECT
public static final String OPTIONS_SAVE_ON_SELECT
- See Also:
- Constant Field Values
ITEM_CSS
public static final String ITEM_CSS
- See Also:
- Constant Field Values
SELECT_ITEM_CSS
public static final String SELECT_ITEM_CSS
- See Also:
- Constant Field Values
LIST_CSS
public static final String LIST_CSS
- See Also:
- Constant Field Values
InplaceSelectRendererBase
public InplaceSelectRendererBase()
getConvertedSelectItems
public List<ClientSelectItem> getConvertedSelectItems(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
encodeItems
public void encodeItems(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
List<ClientSelectItem> clientSelectItems)
throws IOException
- Throws:
IOException
renderListHandlers
public void renderListHandlers(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderInputHandlers
public void renderInputHandlers(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
- Overrides:
renderInputHandlers
in class InplaceInputRendererBase
- Throws:
IOException
getSelectInputLabel
public String getSelectInputLabel(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
getListWidth
public String getListWidth(javax.faces.component.UIComponent component)
getListWidth
protected String getListWidth(AbstractInplaceSelect select)
getListHeight
protected String getListHeight(AbstractInplaceSelect select)
getListHeight
public String getListHeight(javax.faces.component.UIComponent component)
getSelectLabel
public String getSelectLabel(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
getReadyStateCss
public String getReadyStateCss(org.richfaces.component.InplaceComponent component)
- Overrides:
getReadyStateCss
in class InplaceInputRendererBase
getEditStateCss
public String getEditStateCss(org.richfaces.component.InplaceComponent component)
- Overrides:
getEditStateCss
in class InplaceInputRendererBase
getChangedStateCss
public String getChangedStateCss(org.richfaces.component.InplaceComponent component)
- Overrides:
getChangedStateCss
in class InplaceInputRendererBase
getDisableStateCss
public String getDisableStateCss(org.richfaces.component.InplaceComponent component)
- Overrides:
getDisableStateCss
in class InplaceInputRendererBase
getEditCss
public String getEditCss(org.richfaces.component.InplaceComponent component)
- Overrides:
getEditCss
in class InplaceInputRendererBase
getNoneCss
public String getNoneCss(org.richfaces.component.InplaceComponent component)
- Overrides:
getNoneCss
in class InplaceInputRendererBase
getListCss
public String getListCss(javax.faces.component.UIComponent component)
getInputWidthStyle
protected String getInputWidthStyle(javax.faces.component.UIComponent component)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.