|
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.AbstractAjaxStatus
org.richfaces.component.UIStatus
@Generated(value={"RichFaces CDK","4.3.0.CR1"})
public class UIStatus
The <a4j:status> component displays the status of current Ajax requests. The status can be either in progress, complete, or an error is shown after a failed request.
| Nested Class Summary | |
|---|---|
protected static class |
UIStatus.Properties
|
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
| 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 |
| Constructor Summary | |
|---|---|
UIStatus()
|
|
| Method Summary | |
|---|---|
String |
getDefaultEventName()
|
String |
getErrorStyle()
The css style attribute for the error text |
String |
getErrorStyleClass()
The css class attribute used to style the error text |
String |
getErrorText()
The text shown when an error has occurred |
Collection<String> |
getEventNames()
|
String |
getFamily()
|
String |
getName()
The name of the status component |
String |
getOnerror()
The client-side script method to be called when the request results in an error |
String |
getOnstart()
The client-side script method to be called when the request starts |
String |
getOnstop()
The client-side script method to be called when the request stops |
String |
getOnsuccess()
The client-side script method to be called when the request completes successfully |
String |
getStartStyle()
The css style attribute for the start text |
String |
getStartStyleClass()
The css class attribute used to style the start text |
String |
getStartText()
The text shown after the request has been started and is currently in progress |
String |
getStopStyle()
The css style attribute for the stop text |
String |
getStopStyleClass()
The css class attribute used to style the stop text |
String |
getStopText()
The text shown once the request is complete |
void |
setErrorStyle(String errorStyle)
|
void |
setErrorStyleClass(String errorStyleClass)
|
void |
setErrorText(String errorText)
|
void |
setName(String name)
|
void |
setOnerror(String onerror)
|
void |
setOnstart(String onstart)
|
void |
setOnstop(String onstop)
|
void |
setOnsuccess(String onsuccess)
|
void |
setStartStyle(String startStyle)
|
void |
setStartStyleClass(String startStyleClass)
|
void |
setStartText(String startText)
|
void |
setStopStyle(String stopStyle)
|
void |
setStopStyleClass(String stopStyleClass)
|
void |
setStopText(String stopText)
|
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, 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, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
|---|
addClientBehavior, getClientBehaviors |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
| Constructor Detail |
|---|
public UIStatus()
| Method Detail |
|---|
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 String getErrorStyle()
AbstractAjaxStatus
getErrorStyle in class AbstractAjaxStatuspublic void setErrorStyle(String errorStyle)
public String getErrorStyleClass()
AbstractAjaxStatus
getErrorStyleClass in class AbstractAjaxStatuspublic void setErrorStyleClass(String errorStyleClass)
public String getErrorText()
AbstractAjaxStatus
getErrorText in class AbstractAjaxStatuspublic void setErrorText(String errorText)
public String getName()
AbstractAjaxStatus
getName in class AbstractAjaxStatuspublic void setName(String name)
public String getOnerror()
AbstractAjaxStatus
getOnerror in class AbstractAjaxStatuspublic void setOnerror(String onerror)
public String getOnstart()
AbstractAjaxStatus
getOnstart in class AbstractAjaxStatuspublic void setOnstart(String onstart)
public String getOnstop()
AbstractAjaxStatus
getOnstop in class AbstractAjaxStatuspublic void setOnstop(String onstop)
public String getOnsuccess()
AbstractAjaxStatus
getOnsuccess in class AbstractAjaxStatuspublic void setOnsuccess(String onsuccess)
public String getStartStyle()
AbstractAjaxStatus
getStartStyle in class AbstractAjaxStatuspublic void setStartStyle(String startStyle)
public String getStartStyleClass()
AbstractAjaxStatus
getStartStyleClass in class AbstractAjaxStatuspublic void setStartStyleClass(String startStyleClass)
public String getStartText()
AbstractAjaxStatus
getStartText in class AbstractAjaxStatuspublic void setStartText(String startText)
public String getStopStyle()
AbstractAjaxStatus
getStopStyle in class AbstractAjaxStatuspublic void setStopStyle(String stopStyle)
public String getStopStyleClass()
AbstractAjaxStatus
getStopStyleClass in class AbstractAjaxStatuspublic void setStopStyleClass(String stopStyleClass)
public String getStopText()
AbstractAjaxStatus
getStopText in class AbstractAjaxStatuspublic void setStopText(String stopText)
|
RichFaces UI Components UI 4.3.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||