Class InputSwitchRenderer
java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.renderkit.InputRenderer
org.primefaces.component.inputswitch.InputSwitchRenderer
Deprecated, for removal: This API element is subject to removal in a future version.
in 10.0 use ToggleSwitch
-
Field Summary
Fields inherited from class javax.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) Deprecated, for removal: This API element is subject to removal in a future version.voidencodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeHandle(javax.faces.context.FacesContext context) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeInput(javax.faces.context.FacesContext context, InputSwitch inputSwitch, String clientId, boolean checked) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeMarkup(javax.faces.context.FacesContext context, InputSwitch inputSwitch) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeOption(javax.faces.context.FacesContext context, String label, String styleClass, boolean showLabels) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeScript(javax.faces.context.FacesContext context, InputSwitch inputSwitch) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.primefaces.renderkit.InputRenderer
createStyleClass, createStyleClass, getConvertedValue, isDisabled, isReadOnly, renderAccessibilityAttributes, renderAccessibilityAttributes, renderAccessibilityAttributesHidden, renderARIACombobox, renderARIAInvalid, renderARIARequired, shouldDecodeMethods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, encodeIndexedId, endsWithLenghtUnit, getEventBehaviors, getHighlighter, getIconOnlyButtonText, getResourceRequestPath, getResourceURL, getStyleBuilder, getStyleClassBuilder, getWidgetBuilder, isGrouped, isValueBlank, logDevelopmentWarning, preConfiguredAjaxRequestBuilder, preConfiguredAjaxRequestBuilder, renderAttribute, renderButtonValue, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderHiddenInput, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, renderRTLDirection, renderValidationMetadata, shouldRenderAttribute, shouldWriteIdMethods inherited from class javax.faces.render.Renderer
convertClientId, encodeBegin, encodeChildren, getRendersChildren
-
Constructor Details
-
InputSwitchRenderer
public InputSwitchRenderer()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
decode
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
decodein classjavax.faces.render.Renderer
-
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
encodeEndin classjavax.faces.render.Renderer- Throws:
IOException
-
encodeMarkup
protected void encodeMarkup(javax.faces.context.FacesContext context, InputSwitch inputSwitch) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeOption
protected void encodeOption(javax.faces.context.FacesContext context, String label, String styleClass, boolean showLabels) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeHandle
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeInput
protected void encodeInput(javax.faces.context.FacesContext context, InputSwitch inputSwitch, String clientId, boolean checked) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeScript
protected void encodeScript(javax.faces.context.FacesContext context, InputSwitch inputSwitch) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
isChecked
Deprecated, for removal: This API element is subject to removal in a future version.
-