public abstract class HtmlBasicInputRenderer extends HtmlBasicRenderer
HtmlBasicRenderer.OptionComponentInfo, HtmlBasicRenderer.ParamEMPTY_PARAMS, logger| Constructor and Description |
|---|
HtmlBasicInputRenderer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object submittedValue)
Attempt to convert previously stored state information into an
object of the type required for this component (optionally using the
registered
Converter for this component,
if there is one). |
protected static Map<String,List<javax.faces.component.behavior.ClientBehavior>> |
getNonOnChangeBehaviors(javax.faces.component.UIComponent component) |
protected static Map<String,List<javax.faces.component.behavior.ClientBehavior>> |
getNonOnClickSelectBehaviors(javax.faces.component.UIComponent component) |
protected Object |
getValue(javax.faces.component.UIComponent component) |
void |
setSubmittedValue(javax.faces.component.UIComponent component,
Object value)
Renderers override this method to store the previous value
of the associated component.
|
augmentIdReference, convertClientId, decode, decodeBehaviors, encodeEnd, encodeRecursive, getBehaviorParameters, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getFormattedValue, getMessageIter, getParamList, getPassThruBehaviors, getRendersChildren, isBehaviorSource, rendererParamsNotNull, shouldDecode, shouldEncode, shouldEncodeChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessarypublic Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue) throws javax.faces.convert.ConverterException
javax.faces.render.RendererAttempt to convert previously stored state information into an
object of the type required for this component (optionally using the
registered Converter for this component,
if there is one). If conversion is successful, the new value
should be returned from this method; if not, a
ConverterException should be thrown.
getConvertedValue in class javax.faces.render.Renderercontext - FacesContext for the request we are processingcomponent - UIComponent to be decoded.submittedValue - a value stored on the component during
decode.javax.faces.convert.ConverterException - if the submitted value
cannot be converted successfully.public void setSubmittedValue(javax.faces.component.UIComponent component,
Object value)
HtmlBasicRenderersetSubmittedValue in class HtmlBasicRenderercomponent - the target component to which the submitted value
will be setvalue - the value to setprotected Object getValue(javax.faces.component.UIComponent component)
getValue in class HtmlBasicRendererprotected static Map<String,List<javax.faces.component.behavior.ClientBehavior>> getNonOnChangeBehaviors(javax.faces.component.UIComponent component)
Copyright © 2010–2018 JBoss by Red Hat. All rights reserved.