@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class ProgressBarRendererBase extends AlloyRendererBase
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLIENT_KEY |
protected static String |
HEIGHT |
protected static String |
LABEL |
protected static String |
MAX |
protected static String |
MIN |
protected static String[] |
MODULES |
protected static String |
ONCOMPLETE |
protected static String |
ORIENTATION |
protected static String |
POLLING_DELAY |
protected static String |
STYLE |
protected static String |
STYLE_CLASS |
protected static String |
VALUE |
protected static String |
WIDTH |
BOUNDING_BOX, CONTENT_BOX, LIFERAY_Z_INDEX_OVERLAY, LIFERAY_Z_INDEX_TOOLTIP| Constructor and Description |
|---|
ProgressBarRendererBase() |
| 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,
ProgressBar progressBar,
String height,
boolean first) |
protected void |
encodeHiddenAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
boolean first) |
protected void |
encodeLabel(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
String label,
boolean first) |
protected void |
encodeMax(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
Integer maxProgress,
boolean first) |
protected void |
encodeMin(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
Integer minProgress,
boolean first) |
protected void |
encodeOrientation(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
String layout,
boolean first) |
protected void |
encodeValue(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
Integer value,
boolean first) |
protected void |
encodeWidth(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
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 LABEL
protected static final String ORIENTATION
protected static final String MAX
protected static final String MIN
protected static final String ONCOMPLETE
protected static final String POLLING_DELAY
protected static final String STYLE
protected static final String STYLE_CLASS
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,
ProgressBar progressBar,
String height,
boolean first)
throws IOException
IOExceptionprotected void encodeLabel(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
String label,
boolean first)
throws IOException
IOExceptionprotected void encodeOrientation(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
String layout,
boolean first)
throws IOException
IOExceptionprotected void encodeMax(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
Integer maxProgress,
boolean first)
throws IOException
IOExceptionprotected void encodeMin(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
Integer minProgress,
boolean first)
throws IOException
IOExceptionprotected void encodeValue(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
Integer value,
boolean first)
throws IOException
IOExceptionprotected void encodeWidth(javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
String width,
boolean first)
throws IOException
IOExceptionprotected void encodeHiddenAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter responseWriter,
ProgressBar progressBar,
boolean first)
throws IOException
IOExceptionCopyright © 2016 Liferay, Inc.. All rights reserved.