public class InputPhoneRenderer
extends org.primefaces.renderkit.InputRenderer
InputPhone component.| Constructor and Description |
|---|
InputPhoneRenderer() |
| 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 |
encodeHiddenInput(javax.faces.context.FacesContext context,
InputPhone inputPhone,
java.lang.String clientId) |
protected void |
encodeInput(javax.faces.context.FacesContext context,
InputPhone inputPhone,
java.lang.String clientId,
java.lang.String valueToRender) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
InputPhone inputPhone,
java.lang.String valueToRender) |
protected void |
encodeScript(javax.faces.context.FacesContext context,
InputPhone inputPhone) |
java.lang.Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object submittedValue) |
createStyleClass, createStyleClass, isDisabled, isReadOnly, renderAccessibilityAttributes, renderAccessibilityAttributes, renderAccessibilityAttributesHidden, renderARIACombobox, renderARIAInvalid, renderARIARequired, renderRTLDirection, shouldDecodebuildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endsWithLenghtUnit, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getStyleBuilder, getStyleClassBuilder, getWidgetBuilder, isGrouped, isValueBlank, preConfiguredAjaxRequestBuilder, preConfiguredAjaxRequestBuilder, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderHiddenInput, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteIdpublic 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.IOExceptionpublic java.lang.Object getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object submittedValue)
getConvertedValue in class org.primefaces.renderkit.InputRendererprotected void encodeMarkup(javax.faces.context.FacesContext context,
InputPhone inputPhone,
java.lang.String valueToRender)
throws java.io.IOException
java.io.IOExceptionprotected void encodeInput(javax.faces.context.FacesContext context,
InputPhone inputPhone,
java.lang.String clientId,
java.lang.String valueToRender)
throws java.io.IOException
java.io.IOExceptionprotected void encodeHiddenInput(javax.faces.context.FacesContext context,
InputPhone inputPhone,
java.lang.String clientId)
throws java.io.IOException
java.io.IOExceptionprotected void encodeScript(javax.faces.context.FacesContext context,
InputPhone inputPhone)
throws java.io.IOException
java.io.IOExceptionCopyright © 2011–2021. All rights reserved.