@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class ProgressBarBase extends javax.faces.component.UIComponentBase implements com.liferay.faces.util.component.Styleable, com.liferay.faces.util.component.ClientComponent
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ProgressBarBase.ProgressBarPropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
ProgressBarBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientKey()
clientKey attribute description:
The key name that can be used to reference the component on the client. |
String |
getFamily() |
String |
getHeight()
height attribute description:
The the height (in pixels) of the progress bar. |
String |
getLabel()
label attribute description:
The label which appears on the progress bar. |
String |
getLayout()
layout attribute description:
The direction in which the layout of the component should be displayed. |
Integer |
getMaxProgress()
maxProgress attribute description:
The maximum value that the progress bar can have. |
Integer |
getMinProgress()
minProgress attribute description:
The minimum value that the progress bar can have. |
String |
getOncomplete()
oncomplete attribute description:
Client-side javascript to be executed when progress has completed. |
Integer |
getPollingDelay()
pollingDelay attribute description:
The delay (in milliseconds) before dispatching a polling Ajax request after recieving the response of a previous request. |
String |
getStyle()
style attribute description:
HTML passthrough attribute specifying the css style of the element. |
String |
getStyleClass()
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
Integer |
getValue()
value attribute description:
The value of this component, which is typically bound via EL to a model bean property. |
String |
getWidth()
width attribute description:
The the width (in pixels) of the progress bar. |
void |
setClientKey(String clientKey)
clientKey attribute description:
The key name that can be used to reference the component on the client. |
void |
setHeight(String height)
height attribute description:
The the height (in pixels) of the progress bar. |
void |
setLabel(String label)
label attribute description:
The label which appears on the progress bar. |
void |
setLayout(String layout)
layout attribute description:
The direction in which the layout of the component should be displayed. |
void |
setMaxProgress(Integer maxProgress)
maxProgress attribute description:
The maximum value that the progress bar can have. |
void |
setMinProgress(Integer minProgress)
minProgress attribute description:
The minimum value that the progress bar can have. |
void |
setOncomplete(String oncomplete)
oncomplete attribute description:
Client-side javascript to be executed when progress has completed. |
void |
setPollingDelay(Integer pollingDelay)
pollingDelay attribute description:
The delay (in milliseconds) before dispatching a polling Ajax request after recieving the response of a previous request. |
void |
setStyle(String style)
style attribute description:
HTML passthrough attribute specifying the css style of the element. |
void |
setStyleClass(String styleClass)
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
void |
setValue(Integer value)
value attribute description:
The value of this component, which is typically bound via EL to a model bean property. |
void |
setWidth(String width)
width attribute description:
The the width (in pixels) of the progress bar. |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getClientKey()
clientKey attribute description:
getClientKey in interface com.liferay.faces.util.component.ClientComponentpublic void setClientKey(String clientKey)
clientKey attribute description:
setClientKey in interface com.liferay.faces.util.component.ClientComponentpublic String getHeight()
height attribute description:
public void setHeight(String height)
height attribute description:
public String getLabel()
label attribute description:
{0} token can be used to include the value in the label.public void setLabel(String label)
label attribute description:
{0} token can be used to include the value in the label.public String getLayout()
layout attribute description:
lineDirection (the default) and pageDirection.public void setLayout(String layout)
layout attribute description:
lineDirection (the default) and pageDirection.public Integer getMaxProgress()
maxProgress attribute description:
100.public void setMaxProgress(Integer maxProgress)
maxProgress attribute description:
100.public Integer getMinProgress()
minProgress attribute description:
0.public void setMinProgress(Integer minProgress)
minProgress attribute description:
0.public String getOncomplete()
oncomplete attribute description:
public void setOncomplete(String oncomplete)
oncomplete attribute description:
public Integer getPollingDelay()
pollingDelay attribute description:
public void setPollingDelay(Integer pollingDelay)
pollingDelay attribute description:
public String getStyle()
style attribute description:
getStyle in interface com.liferay.faces.util.component.Styleablepublic void setStyle(String style)
style attribute description:
setStyle in interface com.liferay.faces.util.component.Styleablepublic String getStyleClass()
styleClass attribute description:
getStyleClass in interface com.liferay.faces.util.component.Styleablepublic void setStyleClass(String styleClass)
styleClass attribute description:
setStyleClass in interface com.liferay.faces.util.component.Styleablepublic Integer getValue()
value attribute description:
public void setValue(Integer value)
value attribute description:
public String getWidth()
width attribute description:
public void setWidth(String width)
width attribute description:
Copyright © 2016 Liferay, Inc.. All rights reserved.