|
RichFaces UI Components UI 4.3.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.richfaces.component.AbstractProgressBar
public abstract class AbstractProgressBar
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.
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
Component family |
static String |
COMPONENT_TYPE
Component type |
static String |
STATE_META_COMPONENT_ID
|
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Fields inherited from interface org.richfaces.component.MetaComponentResolver |
---|
META_COMPONENT_SEPARATOR_CHAR |
Constructor Summary | |
---|---|
AbstractProgressBar()
|
Method Summary | |
---|---|
void |
encodeMetaComponent(javax.faces.context.FacesContext context,
String metaComponentId)
|
abstract Object |
getData()
Serialized (on default with JSON) data passed on the client by a developer on AJAX request. |
abstract String |
getFinishClass()
Space-separated list of CSS style class(es) to be applied when before progress finishes. |
abstract String |
getInitialClass()
Space-separated list of CSS style class(es) to be applied when before progress starts. |
abstract int |
getInterval()
Interval (in ms) for call poll requests. |
abstract String |
getLabel()
Defines a simple label instead of rendering children component |
abstract Object |
getMaxValue()
Max value, after which complete state should be rendered. |
abstract Object |
getMinValue()
Min value when initial state should be rendered. |
abstract org.richfaces.component.SwitchType |
getMode()
The mode for updating the progress bar, can be one of: |
abstract String |
getOnbeforedomupdate()
The client-side script method to be called after the ajax response comes back, but before the DOM is updated |
abstract String |
getOnbegin()
The client-side script method to be called before an ajax request. |
abstract String |
getOnclick()
|
abstract String |
getOncomplete()
The client-side script method to be called after the DOM is updated |
abstract String |
getOndblclick()
|
abstract String |
getOnfinish()
The client-side script method to be called when progress is finished |
abstract String |
getOnmousedown()
|
abstract String |
getOnmousemove()
|
abstract String |
getOnmouseout()
|
abstract String |
getOnmouseover()
|
abstract String |
getOnmouseup()
|
abstract String |
getProgressClass()
Space-separated list of CSS style class(es) to be applied to the progress bar element. |
abstract String |
getRemainingClass()
Space-separated list of CSS style class(es) to be applied to the remaining part of the progress bar. |
abstract String |
getResource()
|
abstract String |
getStyle()
CSS style(s) to be applied when this component is rendered. |
abstract String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered. |
abstract Object |
getValue()
Sets the current value of the progress |
abstract boolean |
isEnabled()
Enables/disables polling. |
String |
resolveClientId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent contextComponent,
String metaComponentId)
|
abstract void |
setData(Object data)
|
String |
substituteUnresolvedClientId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent contextComponent,
String metaComponentId)
|
boolean |
visitTree(javax.faces.component.visit.VisitContext context,
javax.faces.component.visit.VisitCallback callback)
|
Methods inherited from class javax.faces.component.UIComponentBase |
---|
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, 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, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String STATE_META_COMPONENT_ID
Constructor Detail |
---|
public AbstractProgressBar()
Method Detail |
---|
public abstract String getOnclick()
public abstract String getOndblclick()
public abstract String getOnmousedown()
public abstract String getOnmouseup()
public abstract String getOnmouseover()
public abstract String getOnmousemove()
public abstract String getOnmouseout()
public abstract String getOnbegin()
public abstract String getLabel()
public abstract Object getData()
public abstract void setData(Object data)
public abstract int getInterval()
Interval (in ms) for call poll requests.
Default value 1000 ms (1 sec)
public abstract boolean isEnabled()
Enables/disables polling.
Default value is "true".
public abstract String getOnbeforedomupdate()
public abstract String getOncomplete()
public abstract String getOnfinish()
public abstract String getInitialClass()
public abstract String getRemainingClass()
public abstract String getProgressClass()
public abstract String getFinishClass()
public abstract org.richfaces.component.SwitchType getMode()
The mode for updating the progress bar, can be one of:
Default is "ajax"
public abstract Object getMaxValue()
Max value, after which complete state should be rendered.
Default value is "100".
public abstract Object getMinValue()
Min value when initial state should be rendered.
Default value is "0".
public abstract Object getValue()
public abstract String getResource()
public abstract String getStyle()
public abstract String getStyleClass()
public void encodeMetaComponent(javax.faces.context.FacesContext context, String metaComponentId) throws IOException
encodeMetaComponent
in interface org.richfaces.component.MetaComponentEncoder
IOException
public boolean visitTree(javax.faces.component.visit.VisitContext context, javax.faces.component.visit.VisitCallback callback)
visitTree
in class javax.faces.component.UIComponent
public String resolveClientId(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent contextComponent, String metaComponentId)
resolveClientId
in interface org.richfaces.component.MetaComponentResolver
public String substituteUnresolvedClientId(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent contextComponent, String metaComponentId)
substituteUnresolvedClientId
in interface org.richfaces.component.MetaComponentResolver
|
RichFaces UI Components UI 4.3.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |