@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class TabViewRendererBase extends AlloyRendererBase
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLIENT_KEY |
protected static String |
HEIGHT |
protected static String[] |
MODULES |
protected static String |
SELECTED_INDEX |
protected static String |
STACKED |
protected static String |
STYLE |
protected static String |
STYLE_CLASS |
protected static String |
WIDTH |
BOUNDING_BOX, CONTENT_BOX, LIFERAY_Z_INDEX_OVERLAY, LIFERAY_Z_INDEX_TOOLTIP| Constructor and Description |
|---|
TabViewRendererBase() |
| 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,
TabView tabView,
String height,
boolean first) |
protected void |
encodeHiddenAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter responseWriter,
TabView tabView,
boolean first) |
protected void |
encodeStacked(javax.faces.context.ResponseWriter responseWriter,
TabView tabView,
Boolean stacked,
boolean first) |
protected void |
encodeWidth(javax.faces.context.ResponseWriter responseWriter,
TabView tabView,
String width,
boolean first) |
String |
getAlloyClassName(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
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, renderScriptdecodeClientState, encodeBegin, encodeBooleanProperty, encodeClientIdProperty, encodeClientIdProperty, encodeClientState, encodeEnd, encodeFunctionCall, encodeIntegerProperty, encodeMarkupBegin, encodeMarkupEnd, encodeNonEscapedObjectProperty, encodeStringPropertyconvertClientId, encodeChildren, getConvertedValue, getRendersChildrenprotected static final String CLIENT_KEY
protected static final String HEIGHT
protected static final String SELECTED_INDEX
protected static final String STACKED
protected static final String STYLE
protected static final String STYLE_CLASS
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,
TabView tabView,
String height,
boolean first)
throws IOException
IOExceptionprotected void encodeStacked(javax.faces.context.ResponseWriter responseWriter,
TabView tabView,
Boolean stacked,
boolean first)
throws IOException
IOExceptionprotected void encodeWidth(javax.faces.context.ResponseWriter responseWriter,
TabView tabView,
String width,
boolean first)
throws IOException
IOExceptionprotected void encodeHiddenAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter responseWriter,
TabView tabView,
boolean first)
throws IOException
IOExceptionCopyright © 2016 Liferay, Inc.. All rights reserved.