public class InputRenderer extends CoreRenderer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IN_FIELD_LABEL_STYLE_CLASS |
static java.util.Set<java.lang.String> |
indicatorPositionSet |
static java.lang.String |
LABEL_STYLE_CLASS |
static java.util.Set<java.lang.String> |
labelPositionSet |
| Constructor and Description |
|---|
InputRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
encodeLabelAndInput(javax.faces.component.UIComponent component,
java.util.Map<java.lang.String,java.lang.Object> labelAttributes,
java.util.Map<java.lang.String,java.lang.Object> domUpdateMap) |
java.lang.Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object submittedValue) |
protected javax.faces.convert.Converter |
getConverter(javax.faces.context.FacesContext context,
javax.faces.component.UIInput component) |
protected java.util.Map<java.lang.String,java.lang.Object> |
getLabelAttributes(javax.faces.component.UIComponent component) |
protected java.lang.String |
getOptionAsString(javax.faces.context.FacesContext context,
javax.faces.component.UIInput component,
javax.faces.convert.Converter converter,
java.lang.Object value) |
protected java.util.List<javax.faces.model.SelectItem> |
getSelectItems(javax.faces.context.FacesContext context,
javax.faces.component.UIInput component) |
protected java.lang.String |
getStateStyleClasses(javax.faces.component.UIInput component) |
protected void |
writeAriaAttributes(java.util.Map<java.lang.String,java.lang.Object> ariaAttributes,
java.util.Map<java.lang.String,java.lang.Object> labelAttributes) |
protected void |
writeInputField(javax.faces.component.UIComponent component,
java.util.Map<java.lang.String,java.lang.Object> labelAttributes,
java.util.Map<java.lang.String,java.lang.Object> domUpdateMap) |
protected void |
writeLabelAndIndicatorAfter(java.util.Map<java.lang.String,java.lang.Object> attributes) |
protected void |
writeLabelAndIndicatorBefore(java.util.Map<java.lang.String,java.lang.Object> attributes) |
convertClientId, decodeBehaviors, decodeBehaviors, encodeClientBehaviors, getEncodedURL, getResourceRequestPath, getResourceURL, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, themeFormspublic static final java.lang.String LABEL_STYLE_CLASS
public static final java.lang.String IN_FIELD_LABEL_STYLE_CLASS
public static final java.util.Set<java.lang.String> labelPositionSet
public static final java.util.Set<java.lang.String> indicatorPositionSet
protected java.util.List<javax.faces.model.SelectItem> getSelectItems(javax.faces.context.FacesContext context,
javax.faces.component.UIInput component)
protected java.lang.String getOptionAsString(javax.faces.context.FacesContext context,
javax.faces.component.UIInput component,
javax.faces.convert.Converter converter,
java.lang.Object value)
protected javax.faces.convert.Converter getConverter(javax.faces.context.FacesContext context,
javax.faces.component.UIInput component)
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.Rendererjavax.faces.convert.ConverterExceptionprotected void encodeLabelAndInput(javax.faces.component.UIComponent component,
java.util.Map<java.lang.String,java.lang.Object> labelAttributes,
java.util.Map<java.lang.String,java.lang.Object> domUpdateMap)
throws java.io.IOException
java.io.IOExceptionprotected void writeInputField(javax.faces.component.UIComponent component,
java.util.Map<java.lang.String,java.lang.Object> labelAttributes,
java.util.Map<java.lang.String,java.lang.Object> domUpdateMap)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String getStateStyleClasses(javax.faces.component.UIInput component)
protected java.util.Map<java.lang.String,java.lang.Object> getLabelAttributes(javax.faces.component.UIComponent component)
protected void writeLabelAndIndicatorBefore(java.util.Map<java.lang.String,java.lang.Object> attributes)
throws java.io.IOException
java.io.IOExceptionprotected void writeLabelAndIndicatorAfter(java.util.Map<java.lang.String,java.lang.Object> attributes)
throws java.io.IOException
java.io.IOExceptionprotected void writeAriaAttributes(java.util.Map<java.lang.String,java.lang.Object> ariaAttributes,
java.util.Map<java.lang.String,java.lang.Object> labelAttributes)
throws java.io.IOException
java.io.IOExceptionCopyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.