public abstract class DomBasicInputRenderer extends DomBasicRenderer
ATTRIBUTES_THAT_ARE_SET_KEY, ICESUBMIT, ICESUBMITPARTIAL, UIFORM, WEB_UIFORM, WEB_UIJSFFORM| Constructor and Description |
|---|
DomBasicInputRenderer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.Object submittedValue)
Return the converted submittedValue.
|
void |
setSubmittedValue(javax.faces.component.UIComponent uiComponent,
java.lang.Object submittedValue)
Set the submittedValue parameter to the UIComponent instance if and only
if the UIComponent is a subclass of UIInput
|
combinedPassThru, convertClientId, converterGetAsString, decode, encodeEnd, encodeParentAndChildren, findForComponent, findForm, findNamingContainer, formatComponentValue, getColumnStyleClasses, getExcludesArray, getFacetByName, getParameterMap, getResourceURL, getRowStyleClasses, getStyleClasses, getValue, isStatic, renderAttribute, renderEnd, setRootElementId, validateParameterspublic void setSubmittedValue(javax.faces.component.UIComponent uiComponent,
java.lang.Object submittedValue)
setSubmittedValue in class DomBasicRendererpublic java.lang.Object getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.Object submittedValue)
throws javax.faces.convert.ConverterException
getConvertedValue in class javax.faces.render.RendererfacesContext - the current FacesContextuiComponent - the uiComponent whose value will be converted.submittedValue - the submittedValue to be submittedjavax.faces.convert.ConverterExceptionCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.