public class CodeMirrorRenderer
extends org.primefaces.renderkit.InputRenderer
CodeMirror component.| Constructor and Description |
|---|
CodeMirrorRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
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,
CodeMirror codeMirror) |
protected void |
encodeScript(javax.faces.context.FacesContext context,
CodeMirror codeMirror) |
protected void |
encodeSuggestions(javax.faces.context.FacesContext context,
CodeMirror codeMirror,
java.util.List<java.lang.String> suggestions) |
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 facesContext,
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,
CodeMirror codeMirror)
throws java.io.IOException
java.io.IOExceptionprotected void encodeScript(javax.faces.context.FacesContext context,
CodeMirror codeMirror)
throws java.io.IOException
java.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 encodeSuggestions(javax.faces.context.FacesContext context,
CodeMirror codeMirror,
java.util.List<java.lang.String> suggestions)
throws java.io.IOException
java.io.IOExceptionCopyright © 2011–2021. All rights reserved.