@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class InputSourceCodeRendererBase extends DelegatingAlloyRendererBase
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLIENT_KEY |
protected static String |
HEIGHT |
protected static String |
HIGHLIGHT_ACTIVE_LINE |
protected static String |
LOCALE |
protected static String |
MAX_LINES |
protected static String |
MIN_LINES |
protected static String |
MODE |
protected static String[] |
MODULES |
protected static String |
READ_ONLY |
protected static String |
SHOW_PRINT_MARGIN |
protected static String |
TAB_SIZE |
protected static String |
USE_SOFT_TABS |
protected static String |
USE_WRAP_MODE |
protected static String |
VALUE |
protected static String |
WIDTH |
BOUNDING_BOX, CONTENT_BOX, LIFERAY_Z_INDEX_OVERLAY, LIFERAY_Z_INDEX_TOOLTIP| Constructor and Description |
|---|
InputSourceCodeRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeAlloyAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter responseWriter,
javax.faces.component.UIComponent uiComponent) |
protected void |
encodeHeight(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
String height,
boolean first) |
protected void |
encodeHiddenAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
boolean first) |
protected void |
encodeHighlightActiveLine(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Boolean highlightActiveLine,
boolean first) |
protected void |
encodeLocale(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
String locale,
boolean first) |
protected void |
encodeMode(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
String mode,
boolean first) |
protected void |
encodeReadOnly(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Boolean readOnly,
boolean first) |
protected void |
encodeShowPrintMargin(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Boolean showPrintMargin,
boolean first) |
protected void |
encodeTabSize(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
String tabSize,
boolean first) |
protected void |
encodeUseSoftTabs(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Boolean useSoftTabs,
boolean first) |
protected void |
encodeUseWrapMode(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Boolean useWrapMode,
boolean first) |
protected void |
encodeValue(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Object value,
boolean first) |
protected void |
encodeWidth(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
String width,
boolean first) |
String |
getAlloyClassName(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
String |
getDelegateComponentFamily() |
String |
getDelegateRendererType() |
String[] |
getModules(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
decode, decodeClientBehaviors, encodeBoolean, encodeClientId, encodeClientId, encodeEventCallback, encodeInteger, encodeJavaScript, encodeJavaScriptBegin, encodeJavaScriptCustom, encodeJavaScriptEnd, encodeJavaScriptMain, encodeLiferayComponentVar, encodeNonEscapedObject, encodeString, encodeWidgetRender, getClientVarName, getYUIConfig, isSandboxed, renderScriptconvertClientId, encodeAll, encodeAll, encodeBegin, encodeBegin, encodeChildren, encodeChildren, encodeEnd, encodeEnd, encodeMarkupBegin, encodeMarkupBegin, encodeMarkupEnd, encodeMarkupEnd, getConvertedValue, getDelegateRenderer, getRendersChildrendecodeClientState, encodeBooleanProperty, encodeClientIdProperty, encodeClientIdProperty, encodeClientState, encodeFunctionCall, encodeIntegerProperty, encodeNonEscapedObjectProperty, encodeStringPropertyprotected static final String CLIENT_KEY
protected static final String HEIGHT
protected static final String HIGHLIGHT_ACTIVE_LINE
protected static final String LOCALE
protected static final String MAX_LINES
protected static final String MIN_LINES
protected static final String MODE
protected static final String READ_ONLY
protected static final String SHOW_PRINT_MARGIN
protected static final String TAB_SIZE
protected static final String USE_SOFT_TABS
protected static final String USE_WRAP_MODE
protected static final String VALUE
protected static final String WIDTH
protected static final String[] MODULES
public void encodeAlloyAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter responseWriter,
javax.faces.component.UIComponent uiComponent)
throws IOException
IOExceptionpublic String getAlloyClassName(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
public String[] getModules(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
protected void encodeHeight(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
String height,
boolean first)
throws IOException
IOExceptionprotected void encodeHighlightActiveLine(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Boolean highlightActiveLine,
boolean first)
throws IOException
IOExceptionprotected void encodeLocale(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
String locale,
boolean first)
throws IOException
IOExceptionprotected void encodeMode(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
String mode,
boolean first)
throws IOException
IOExceptionprotected void encodeReadOnly(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Boolean readOnly,
boolean first)
throws IOException
IOExceptionprotected void encodeShowPrintMargin(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Boolean showPrintMargin,
boolean first)
throws IOException
IOExceptionprotected void encodeTabSize(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
String tabSize,
boolean first)
throws IOException
IOExceptionprotected void encodeUseSoftTabs(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Boolean useSoftTabs,
boolean first)
throws IOException
IOExceptionprotected void encodeUseWrapMode(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Boolean useWrapMode,
boolean first)
throws IOException
IOExceptionprotected void encodeValue(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
Object value,
boolean first)
throws IOException
IOExceptionprotected void encodeWidth(javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
String width,
boolean first)
throws IOException
IOExceptionprotected void encodeHiddenAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter responseWriter,
InputSourceCode inputSourceCode,
boolean first)
throws IOException
IOExceptionpublic String getDelegateComponentFamily()
getDelegateComponentFamily in interface com.liferay.faces.util.render.DelegatingRenderergetDelegateComponentFamily in class com.liferay.faces.util.render.DelegatingClientComponentRendererBasepublic String getDelegateRendererType()
getDelegateRendererType in interface com.liferay.faces.util.render.DelegatingRenderergetDelegateRendererType in class com.liferay.faces.util.render.DelegatingClientComponentRendererBaseCopyright © 2016 Liferay, Inc.. All rights reserved.