public interface AlloyRenderer
extends com.liferay.faces.util.render.ClientComponentRenderer
| Modifier and Type | Field and Description |
|---|---|
static String |
BOUNDING_BOX |
static String |
CONTENT_BOX |
static String |
LIFERAY_Z_INDEX_OVERLAY |
static String |
LIFERAY_Z_INDEX_TOOLTIP |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeClientBehaviors(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeAlloyAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter respoonseWriter,
javax.faces.component.UIComponent uiComponent) |
void |
encodeBoolean(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Boolean attributeValue,
boolean first) |
void |
encodeClientId(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
String clientId,
boolean first) |
void |
encodeClientId(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
String clientId,
javax.faces.component.UIComponent uiComponent,
boolean first) |
void |
encodeEventCallback(javax.faces.context.ResponseWriter responseWriter,
String varName,
String methodName,
String eventName,
String callback) |
void |
encodeInteger(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Integer attributeValue,
boolean first) |
void |
encodeJavaScriptBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeJavaScriptCustom(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeJavaScriptEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeJavaScriptMain(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeLiferayComponentVar(javax.faces.context.ResponseWriter responseWriter,
String clientVarName,
String clientKey) |
void |
encodeNonEscapedObject(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Object attributeValue,
boolean first) |
void |
encodeString(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Object attributeValue,
boolean first) |
void |
encodeWidgetRender(javax.faces.context.ResponseWriter responseWriter,
boolean first) |
String |
getAlloyClassName(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
String |
getClientVarName(javax.faces.context.FacesContext facesContext,
com.liferay.faces.util.component.ClientComponent clientComponent) |
String[] |
getModules(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
String |
getYUIConfig(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter responseWriter,
javax.faces.component.UIComponent uiComponent) |
boolean |
isSandboxed(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
renderScript(javax.faces.context.FacesContext facesContext,
String bufferedScriptString,
String[] modules,
com.liferay.faces.util.client.Script.ModulesType scriptType) |
static final String BOUNDING_BOX
static final String CONTENT_BOX
static final String LIFERAY_Z_INDEX_OVERLAY
static final String LIFERAY_Z_INDEX_TOOLTIP
void decodeClientBehaviors(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
void encodeAlloyAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter respoonseWriter,
javax.faces.component.UIComponent uiComponent)
throws IOException
IOExceptionvoid encodeBoolean(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Boolean attributeValue,
boolean first)
throws IOException
IOExceptionvoid encodeClientId(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
String clientId,
boolean first)
throws IOException
IOExceptionvoid encodeClientId(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
String clientId,
javax.faces.component.UIComponent uiComponent,
boolean first)
throws IOException
IOExceptionvoid encodeEventCallback(javax.faces.context.ResponseWriter responseWriter,
String varName,
String methodName,
String eventName,
String callback)
throws IOException
IOExceptionvoid encodeInteger(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Integer attributeValue,
boolean first)
throws IOException
IOExceptionvoid encodeJavaScriptBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
IOExceptionvoid encodeJavaScriptCustom(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
IOExceptionvoid encodeJavaScriptEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
IOExceptionvoid encodeJavaScriptMain(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
IOExceptionvoid encodeLiferayComponentVar(javax.faces.context.ResponseWriter responseWriter,
String clientVarName,
String clientKey)
throws IOException
IOExceptionvoid encodeNonEscapedObject(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Object attributeValue,
boolean first)
throws IOException
IOExceptionvoid encodeString(javax.faces.context.ResponseWriter responseWriter,
String attributeName,
Object attributeValue,
boolean first)
throws IOException
IOExceptionvoid encodeWidgetRender(javax.faces.context.ResponseWriter responseWriter,
boolean first)
throws IOException
IOExceptionString getAlloyClassName(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
String getClientVarName(javax.faces.context.FacesContext facesContext, com.liferay.faces.util.component.ClientComponent clientComponent)
String[] getModules(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
String getYUIConfig(javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter responseWriter, javax.faces.component.UIComponent uiComponent) throws IOException
IOExceptionboolean isSandboxed(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
Copyright © 2016 Liferay, Inc.. All rights reserved.