public class InplaceInputRendererBase extends InputRendererBase
Modifier and Type | Field and Description |
---|---|
protected static Map<String,ComponentAttribute> |
INPLACE_INPUT_HANDLER_ATTRIBUTES |
Constructor and Description |
---|
InplaceInputRendererBase() |
Modifier and Type | Method and Description |
---|---|
String |
getChangedStateCss(org.richfaces.component.InplaceComponent component) |
String |
getContainerStyleClasses(javax.faces.component.UIComponent component) |
String |
getDisableStateCss(org.richfaces.component.InplaceComponent component) |
String |
getEditCss(org.richfaces.component.InplaceComponent component) |
protected String |
getEditEvent(javax.faces.component.UIComponent component) |
String |
getEditStateCss(org.richfaces.component.InplaceComponent component) |
String |
getEditStyleClass(javax.faces.component.UIComponent component,
org.richfaces.component.InplaceState inplaceState) |
org.richfaces.component.InplaceState |
getInplaceState(javax.faces.component.UIComponent component) |
protected String |
getInputWidth(javax.faces.component.UIComponent component) |
String |
getNoneCss(org.richfaces.component.InplaceComponent component) |
String |
getReadyStateCss(org.richfaces.component.InplaceComponent component) |
String |
getStateStyleClass(javax.faces.component.UIComponent component,
org.richfaces.component.InplaceState inplaceState) |
String |
getValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
renderInputHandlers(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
doDecode, getConvertedValue, getInputValue
concatClasses, concatStyles, decode, doEncodeBegin, doEncodeChildren, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildren
protected static final Map<String,ComponentAttribute> INPLACE_INPUT_HANDLER_ATTRIBUTES
public void renderInputHandlers(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
public org.richfaces.component.InplaceState getInplaceState(javax.faces.component.UIComponent component)
public String getValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
public String getStateStyleClass(javax.faces.component.UIComponent component, org.richfaces.component.InplaceState inplaceState)
public String getContainerStyleClasses(javax.faces.component.UIComponent component)
public String getEditStyleClass(javax.faces.component.UIComponent component, org.richfaces.component.InplaceState inplaceState)
public String getReadyStateCss(org.richfaces.component.InplaceComponent component)
public String getEditStateCss(org.richfaces.component.InplaceComponent component)
public String getChangedStateCss(org.richfaces.component.InplaceComponent component)
public String getDisableStateCss(org.richfaces.component.InplaceComponent component)
public String getEditCss(org.richfaces.component.InplaceComponent component)
public String getNoneCss(org.richfaces.component.InplaceComponent component)
protected String getInputWidth(javax.faces.component.UIComponent component)
protected String getEditEvent(javax.faces.component.UIComponent component)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.