|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.Renderer
com.icesoft.faces.renderkit.dom_html_basic.DomBasicRenderer
com.icesoft.faces.renderkit.dom_html_basic.DomBasicInputRenderer
public abstract class DomBasicInputRenderer
Field Summary |
---|
Fields inherited from class com.icesoft.faces.renderkit.dom_html_basic.DomBasicRenderer |
---|
ATTRIBUTES_THAT_ARE_SET_KEY, ICESUBMIT, ICESUBMITPARTIAL, UIFORM, WEB_UIFORM, WEB_UIJSFFORM |
Constructor Summary | |
---|---|
DomBasicInputRenderer()
|
Method Summary | |
---|---|
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 |
Methods inherited from class com.icesoft.faces.renderkit.dom_html_basic.DomBasicRenderer |
---|
combinedPassThru, convertClientId, converterGetAsString, decode, encodeEnd, encodeParentAndChildren, findForComponent, findForm, findNamingContainer, formatComponentValue, getColumnStyleClasses, getExcludesArray, getFacetByName, getParameterMap, getResourceURL, getRowStyleClasses, getStyleClasses, getValue, isStatic, renderAttribute, renderEnd, setRootElementId, validateParameters |
Methods inherited from class javax.faces.render.Renderer |
---|
encodeBegin, encodeChildren, getRendersChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomBasicInputRenderer()
Method Detail |
---|
public void setSubmittedValue(javax.faces.component.UIComponent uiComponent, java.lang.Object submittedValue)
setSubmittedValue
in class DomBasicRenderer
public 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.Renderer
facesContext
- the current FacesContextuiComponent
- the uiComponent whose value will be converted.submittedValue
- the submittedValue to be submitted
javax.faces.convert.ConverterException
|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |