public abstract class HtmlBasicInputRenderer extends HtmlBasicRenderer
HtmlBasicRenderer.OptionComponentInfo, HtmlBasicRenderer.ParamEMPTY_PARAMS, logger| Constructor and Description |
|---|
HtmlBasicInputRenderer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getConvertedValue(jakarta.faces.context.FacesContext context,
jakarta.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<jakarta.faces.component.behavior.ClientBehavior>> |
getNonOnChangeBehaviors(jakarta.faces.component.UIComponent component) |
protected static Map<String,List<jakarta.faces.component.behavior.ClientBehavior>> |
getNonOnClickSelectBehaviors(jakarta.faces.component.UIComponent component) |
protected Object |
getValue(jakarta.faces.component.UIComponent component) |
void |
setSubmittedValue(jakarta.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(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, Object submittedValue) throws jakarta.faces.convert.ConverterException
jakarta.faces.render.Renderer
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). If
conversion is successful, the new value should be returned from this method; if not, a ConverterException
should be thrown.
getConvertedValue in class jakarta.faces.render.Renderercontext - FacesContext for the request we are processingcomponent - UIComponent to be decoded.submittedValue - a value stored on the component during decode.jakarta.faces.convert.ConverterException - if the submitted value cannot be converted successfully.public void setSubmittedValue(jakarta.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(jakarta.faces.component.UIComponent component)
getValue in class HtmlBasicRendererprotected static Map<String,List<jakarta.faces.component.behavior.ClientBehavior>> getNonOnChangeBehaviors(jakarta.faces.component.UIComponent component)
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.