public class OutputProgress
extends javax.faces.component.UIComponentBase
| Constructor and Description |
|---|
OutputProgress() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundClass() |
java.lang.String |
getFamily() |
java.lang.String |
getFillClass() |
boolean |
getIndeterminate()
Deprecated.
|
java.lang.String |
getIndeterminateActiveClass() |
java.lang.String |
getIndeterminateInactiveClass() |
java.lang.String |
getLabel()
Return the value of the
label property. |
java.lang.String |
getLabelComplete()
Return the value of the
labelComplete property. |
java.lang.String |
getLabelPosition()
Return the value of the
labelPosition property. |
java.lang.String |
getProgressLabel()
Return the value of the
progressLabel property. |
java.lang.String |
getProgressLabelComplete()
Return the value of the
progressLabelComplete property. |
java.lang.String |
getRenderedOnUserRole()
Return the value of the
renderedOnUserRole property. |
java.lang.String |
getRendererType() |
java.lang.String |
getStyle() |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
java.lang.String |
getTextClass() |
int |
getValue()
Return the value of the
value property. |
boolean |
isIndeterminate() |
boolean |
isRendered()
Return the value of the
rendered property. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries in
the state Object.
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a
Serializable Object. |
void |
setIndeterminate(boolean b) |
void |
setLabel(java.lang.String label)
Set the value of the
label property. |
void |
setLabelComplete(java.lang.String labelComplete)
Set the value of the
labelComplete property. |
void |
setLabelPosition(java.lang.String labelPosition)
Set the value of the
labelPosition property. |
void |
setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the
renderedOnUserRole property. |
void |
setStyle(java.lang.String style)
Set the value of the
style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setValue(int value)
Set the value of the
value property. |
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, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, 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, setValueExpression, visitTreepublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.lang.String getRendererType()
getRendererType in class javax.faces.component.UIComponentBasepublic void setLabel(java.lang.String label)
Set the value of the label property.
public void setLabelPosition(java.lang.String labelPosition)
Set the value of the labelPosition property.
public void setLabelComplete(java.lang.String labelComplete)
Set the value of the labelComplete property.
public java.lang.String getStyle()
public void setStyle(java.lang.String style)
Set the value of the style property.
public void setValue(int value)
Set the value of the value property.
public int getValue()
Return the value of the value property.
public java.lang.String getLabel()
Return the value of the label property.
public boolean isIndeterminate()
public boolean getIndeterminate()
Using isIndeterminate instead.
public void setIndeterminate(boolean b)
public java.lang.String getProgressLabel()
Return the value of the progressLabel property.
public java.lang.String getLabelPosition()
Return the value of the labelPosition property.
public java.lang.String getLabelComplete()
Return the value of the labelComplete property.
public java.lang.String getProgressLabelComplete()
Return the value of the progressLabelComplete property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
public java.lang.String getStyleClass()
Return the value of the styleClass property.
public java.lang.String getTextClass()
public java.lang.String getBackgroundClass()
public java.lang.String getFillClass()
public java.lang.String getIndeterminateActiveClass()
public java.lang.String getIndeterminateInactiveClass()
public boolean isRendered()
Return the value of the rendered property.
isRendered in class javax.faces.component.UIComponentBasepublic java.lang.Object saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable Object.
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries in the state Object.
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic void setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the renderedOnUserRole property.
public java.lang.String getRenderedOnUserRole()
Return the value of the renderedOnUserRole property.
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.