public abstract class HtmlBasicInputRenderer extends HtmlBasicRenderer
HtmlBasicRenderer.OptionComponentInfo, HtmlBasicRenderer.Param
Modifier and Type | Field and Description |
---|---|
private boolean |
hasStringConverter |
private boolean |
hasStringConverterSet |
EMPTY_PARAMS, logger
Constructor and Description |
---|
HtmlBasicInputRenderer() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object submittedValue) |
protected static java.util.Map<java.lang.String,java.util.List<javax.faces.component.behavior.ClientBehavior>> |
getNonOnChangeBehaviors(javax.faces.component.UIComponent component) |
protected static java.util.Map<java.lang.String,java.util.List<javax.faces.component.behavior.ClientBehavior>> |
getNonOnClickSelectBehaviors(javax.faces.component.UIComponent component) |
protected java.lang.Object |
getValue(javax.faces.component.UIComponent component) |
private boolean |
hasStringConverter(javax.faces.context.FacesContext context) |
void |
setSubmittedValue(javax.faces.component.UIComponent component,
java.lang.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, writeIdAttributeIfNecessary
private boolean hasStringConverter
private boolean hasStringConverterSet
public java.lang.Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue
in class javax.faces.render.Renderer
javax.faces.convert.ConverterException
public void setSubmittedValue(javax.faces.component.UIComponent component, java.lang.Object value)
HtmlBasicRenderer
setSubmittedValue
in class HtmlBasicRenderer
component
- the target component to which the submitted value
will be setvalue
- the value to setprotected java.lang.Object getValue(javax.faces.component.UIComponent component)
getValue
in class HtmlBasicRenderer
protected static java.util.Map<java.lang.String,java.util.List<javax.faces.component.behavior.ClientBehavior>> getNonOnChangeBehaviors(javax.faces.component.UIComponent component)
protected static java.util.Map<java.lang.String,java.util.List<javax.faces.component.behavior.ClientBehavior>> getNonOnClickSelectBehaviors(javax.faces.component.UIComponent component)
private boolean hasStringConverter(javax.faces.context.FacesContext context)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.