public class DateSpinnerRenderer extends InputRenderer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLICK_EVENT |
static java.lang.String |
TOUCH_START_EVENT |
IN_FIELD_LABEL_STYLE_CLASS, indicatorPositionSet, LABEL_STYLE_CLASS, labelPositionSet| Constructor and Description |
|---|
DateSpinnerRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent uiComponent,
java.lang.String value,
boolean hasBehaviors,
java.lang.String errorMessage) |
void |
encodeScript(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent uiComponent,
boolean hasBehaviors,
java.lang.String errorMessage) |
java.lang.Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value) |
encodeLabelAndInput, getConverter, getLabelAttributes, getOptionAsString, getSelectItems, getStateStyleClasses, renderResetSettings, writeInputField, writeLabelAndIndicatorAfter, writeLabelAndIndicatorBeforeaddToAutoUpdate, buildAjaxRequest, convertClientId, decodeBehaviors, decodeBehaviors, encodeClientBehaviors, encodeClientBehaviors, escapeText, getActionURL, getComponentResourceBundle, getEncodedURL, getEscapedClientId, getLocalisedMessageFromBundle, getResourceRequestPath, getResourceURL, isAjaxRequest, isPostBack, isPostback, isScriptLoaded, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, setScriptLoaded, shouldRenderAttribute, themeForms, writeJavascriptFile, writeJavascriptFilepublic static final java.lang.String TOUCH_START_EVENT
public static final java.lang.String CLICK_EVENT
public void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.Rendererpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeEnd in class javax.faces.render.Rendererjava.io.IOExceptionprotected void encodeMarkup(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent uiComponent,
java.lang.String value,
boolean hasBehaviors,
java.lang.String errorMessage)
throws java.io.IOException
java.io.IOExceptionpublic void encodeScript(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent uiComponent,
boolean hasBehaviors,
java.lang.String errorMessage)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.Object getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value)
throws javax.faces.convert.ConverterException
getConvertedValue in class InputRendererjavax.faces.convert.ConverterExceptionCopyright 2018 ICEsoft Technologies Canada Corp., All Rights Reserved.