| com.icesoft.faces.renderkit.dom_html_basic.DomBasicRenderer com.icesoft.faces.renderkit.dom_html_basic.DomBasicInputRenderer
All known Subclasses: com.icesoft.faces.renderkit.dom_html_basic.TextareaRenderer, com.icesoft.faces.component.selectinputtext.SelectInputTextRenderer, com.icesoft.faces.renderkit.dom_html_basic.HiddenRenderer, com.icesoft.faces.renderkit.dom_html_basic.SecretRenderer, com.icesoft.faces.renderkit.dom_html_basic.CheckboxRenderer, com.icesoft.faces.component.outputprogress.OutputProgressRenderer, com.icesoft.faces.component.selectinputdate.SelectInputDateRenderer, com.icesoft.faces.renderkit.dom_html_basic.LabelRenderer, com.icesoft.faces.renderkit.dom_html_basic.MenuRenderer, com.icesoft.faces.renderkit.dom_html_basic.TextRenderer,
getConvertedValue | public Object getConvertedValue(FacesContext facesContext, UIComponent uiComponent, Object submittedValue) throws ConverterException(Code) | | Return the converted submittedValue. If a converter is registered with
the component then use that converter. Otherwise get the default
converter corresponding to the type of the value binding. If no converter
is found then return the submittedValue unchanged.
Parameters: facesContext - the current FacesContext Parameters: uiComponent - the uiComponent whose value will be converted. Parameters: submittedValue - the submittedValue to be submitted |
setSubmittedValue | public void setSubmittedValue(UIComponent uiComponent, Object submittedValue)(Code) | | Set the submittedValue parameter to the UIComponent instance if and only
if the UIComponent is a subclass of UIInput
|
Methods inherited from com.icesoft.faces.renderkit.dom_html_basic.DomBasicRenderer | public void decode(FacesContext facesContext, UIComponent uiComponent)(Code)(Java Doc) public void encodeEnd(FacesContext facesContext, UIComponent uiComponent) throws IOException(Code)(Java Doc) public static void encodeParentAndChildren(FacesContext facesContext, UIComponent parent) throws IOException(Code)(Java Doc) String fabricateClientId(UIComponent uiComponent, FacesContext facesContext, String uiComponentId)(Code)(Java Doc) public static UIComponent findForComponent(FacesContext facesContext, UIComponent uiComponent)(Code)(Java Doc) public static UIComponent findForm(UIComponent uiComponent)(Code)(Java Doc) public static UIComponent findNamingContainer(UIComponent uiComponent)(Code)(Java Doc) String formatComponentValue(FacesContext facesContext, UIComponent uiComponent, Object currentValue) throws ConverterException(Code)(Java Doc) protected String[] getColumnStyleClasses(UIComponent uiComponent)(Code)(Java Doc) Converter getConverterForClass(Class converterClass)(Code)(Java Doc) public static String[] getExcludesArray(Set excludes)(Code)(Java Doc) protected static UIComponent getFacetByName(UIComponent uiComponent, String name)(Code)(Java Doc) static Map getParameterMap(UIComponent uiComponent)(Code)(Java Doc) public static String getResourceURL(FacesContext context, String path)(Code)(Java Doc) public String[] getRowStyleClasses(UIComponent uiComponent)(Code)(Java Doc) static String[] getStyleAndStyleClass(UIComponent uiComponent, FacesMessage facesMessage)(Code)(Java Doc) public String[] getStyleClasses(UIComponent uiComponent, String styleClassAttributeName)(Code)(Java Doc) String[] getSummaryAndDetail(FacesMessage facesMessage)(Code)(Java Doc) boolean getToolTipAttribute(UIComponent uiComponent)(Code)(Java Doc) String getValue(FacesContext facesContext, UIComponent uiComponent)(Code)(Java Doc) Object getValue(UIComponent uiComponent)(Code)(Java Doc) static boolean idNotNull(UIComponent uiComponent)(Code)(Java Doc) public static boolean isStatic(UIComponent uiComponent)(Code)(Java Doc) public static void renderAttribute(UIComponent uiComponent, Element targetElement, String attrNameInComponent, String attrNameInDom)(Code)(Java Doc) protected void renderEnd(FacesContext facesContext, UIComponent uiComponent, String currentValue) throws IOException(Code)(Java Doc) public static void setRootElementId(FacesContext facesContext, Element rootElement, UIComponent uiComponent)(Code)(Java Doc) public void setSubmittedValue(UIComponent uiComponent, Object value)(Code)(Java Doc) public void validateParameters(FacesContext facesContext, UIComponent uiComponent, Class validComponentType)(Code)(Java Doc)
|
|
|