org.richfaces.component
@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"}) public class UIProgressBar extends AbstractProgressBar implements javax.faces.component.behavior.ClientBehaviorHolder, org.richfaces.component.MetaComponentEncoder, org.richfaces.component.MetaComponentResolver, org.richfaces.component.attribute.AjaxProps, org.richfaces.component.attribute.EventsMouseProps, org.richfaces.component.attribute.StyleClassProps, org.richfaces.component.attribute.StyleProps
The <rich:progressBar> component displays a progress bar to indicate the status of a process to the user. It can update either through Ajax or on the client side, and the look and feel can be fully customized.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UIProgressBar.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
STATE_META_COMPONENT_ID| Constructor and Description |
|---|
UIProgressBar() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData() |
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
Object |
getExecute() |
String |
getFamily() |
String |
getFinishClass()
Space-separated list of CSS style class(es) to be applied when before progress finishes.
|
String |
getInitialClass()
Space-separated list of CSS style class(es) to be applied when before progress starts.
|
int |
getInterval()
Interval (in ms) for call poll requests.
|
String |
getLabel()
Defines a simple label instead of rendering children component
|
Object |
getMaxValue()
Max value, after which complete state should be rendered.
|
Object |
getMinValue()
Min value when initial state should be rendered.
|
org.richfaces.component.SwitchType |
getMode()
The mode for updating the progress bar, can be one of:
|
String |
getOnbeforedomupdate() |
String |
getOnbegin() |
String |
getOnclick() |
String |
getOncomplete() |
String |
getOndblclick() |
String |
getOnfinish()
The client-side script method to be called when progress is finished
|
String |
getOnmousedown() |
String |
getOnmousemove() |
String |
getOnmouseout() |
String |
getOnmouseover() |
String |
getOnmouseup() |
String |
getProgressClass()
Space-separated list of CSS style class(es) to be applied to the progress bar element.
|
String |
getRemainingClass()
Space-separated list of CSS style class(es) to be applied to the remaining part of the progress bar.
|
Object |
getRender() |
String |
getResource() |
String |
getStatus() |
String |
getStyle() |
String |
getStyleClass() |
Object |
getValue()
Sets the current value of the progress
|
boolean |
isEnabled()
Enables/disables polling.
|
boolean |
isLimitRender() |
boolean |
isResetValues() |
void |
setData(Object data) |
void |
setEnabled(boolean enabled) |
void |
setExecute(Object execute) |
void |
setFinishClass(String finishClass) |
void |
setInitialClass(String initialClass) |
void |
setInterval(int interval) |
void |
setLabel(String label) |
void |
setLimitRender(boolean limitRender) |
void |
setMaxValue(Object maxValue) |
void |
setMinValue(Object minValue) |
void |
setMode(org.richfaces.component.SwitchType mode) |
void |
setOnbeforedomupdate(String onbeforedomupdate) |
void |
setOnbegin(String onbegin) |
void |
setOnclick(String onclick) |
void |
setOncomplete(String oncomplete) |
void |
setOndblclick(String ondblclick) |
void |
setOnfinish(String onfinish) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setProgressClass(String progressClass) |
void |
setRemainingClass(String remainingClass) |
void |
setRender(Object render) |
void |
setResetValues(boolean resetValues) |
void |
setResource(String resource) |
void |
setStatus(String status) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setValue(Object value) |
encodeMetaComponent, resolveClientId, substituteUnresolvedClientId, visitTreeaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, 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, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic Object getData()
getData in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setData(Object data)
setData in class AbstractProgressBarpublic boolean isEnabled()
AbstractProgressBarEnables/disables polling.
Default value is "true".
isEnabled in class AbstractProgressBarpublic void setEnabled(boolean enabled)
public Object getExecute()
getExecute in interface org.richfaces.component.attribute.AjaxPropsgetExecute in class AbstractProgressBarpublic void setExecute(Object execute)
public String getFinishClass()
AbstractProgressBargetFinishClass in class AbstractProgressBarpublic void setFinishClass(String finishClass)
public String getInitialClass()
AbstractProgressBargetInitialClass in class AbstractProgressBarpublic void setInitialClass(String initialClass)
public int getInterval()
AbstractProgressBarInterval (in ms) for call poll requests.
Default value 1000 ms (1 sec)
getInterval in class AbstractProgressBarpublic void setInterval(int interval)
public String getLabel()
AbstractProgressBargetLabel in class AbstractProgressBarpublic void setLabel(String label)
public boolean isLimitRender()
isLimitRender in interface org.richfaces.component.attribute.AjaxActivatorPropsisLimitRender in class AbstractProgressBarpublic void setLimitRender(boolean limitRender)
public Object getMaxValue()
AbstractProgressBarMax value, after which complete state should be rendered.
Default value is "100".
getMaxValue in class AbstractProgressBarpublic void setMaxValue(Object maxValue)
public Object getMinValue()
AbstractProgressBarMin value when initial state should be rendered.
Default value is "0".
getMinValue in class AbstractProgressBarpublic void setMinValue(Object minValue)
public org.richfaces.component.SwitchType getMode()
AbstractProgressBarThe mode for updating the progress bar, can be one of:
Default is "ajax"
getMode in class AbstractProgressBarpublic void setMode(org.richfaces.component.SwitchType mode)
public String getOnbeforedomupdate()
getOnbeforedomupdate in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setOnbeforedomupdate(String onbeforedomupdate)
public String getOnbegin()
getOnbegin in interface org.richfaces.component.attribute.AjaxPropspublic void setOnbegin(String onbegin)
public String getOnclick()
getOnclick in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnclick(String onclick)
public String getOncomplete()
getOncomplete in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setOncomplete(String oncomplete)
public String getOndblclick()
getOndblclick in interface org.richfaces.component.attribute.EventsMousePropspublic void setOndblclick(String ondblclick)
public String getOnfinish()
AbstractProgressBargetOnfinish in class AbstractProgressBarpublic void setOnfinish(String onfinish)
public String getOnmousedown()
getOnmousedown in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
getOnmousemove in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
getOnmouseout in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
getOnmouseover in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
getOnmouseup in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseup(String onmouseup)
public String getProgressClass()
AbstractProgressBargetProgressClass in class AbstractProgressBarpublic void setProgressClass(String progressClass)
public String getRemainingClass()
AbstractProgressBargetRemainingClass in class AbstractProgressBarpublic void setRemainingClass(String remainingClass)
public Object getRender()
getRender in interface org.richfaces.component.attribute.AjaxActivatorPropsgetRender in class AbstractProgressBarpublic void setRender(Object render)
public boolean isResetValues()
isResetValues in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setResetValues(boolean resetValues)
public String getResource()
getResource in class AbstractProgressBarpublic void setResource(String resource)
public String getStatus()
getStatus in interface org.richfaces.component.attribute.AjaxPropsgetStatus in class AbstractProgressBarpublic void setStatus(String status)
public String getStyle()
getStyle in interface org.richfaces.component.attribute.StylePropspublic void setStyle(String style)
public String getStyleClass()
getStyleClass in interface org.richfaces.component.attribute.StyleClassPropspublic void setStyleClass(String styleClass)
public Object getValue()
AbstractProgressBargetValue in class AbstractProgressBarpublic void setValue(Object value)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.