@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIStatus extends AbstractAjaxStatus implements javax.faces.component.behavior.ClientBehaviorHolder
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.
Modifier and Type | Class and Description |
---|---|
protected static class |
UIStatus.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIStatus() |
Modifier and Type | Method and Description |
---|---|
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) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, 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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public String getErrorStyle()
AbstractAjaxStatus
getErrorStyle
in class AbstractAjaxStatus
public void setErrorStyle(String errorStyle)
public String getErrorStyleClass()
AbstractAjaxStatus
getErrorStyleClass
in class AbstractAjaxStatus
public void setErrorStyleClass(String errorStyleClass)
public String getErrorText()
AbstractAjaxStatus
getErrorText
in class AbstractAjaxStatus
public void setErrorText(String errorText)
public String getName()
AbstractAjaxStatus
getName
in class AbstractAjaxStatus
public void setName(String name)
public String getOnerror()
AbstractAjaxStatus
getOnerror
in class AbstractAjaxStatus
public void setOnerror(String onerror)
public String getOnstart()
AbstractAjaxStatus
getOnstart
in class AbstractAjaxStatus
public void setOnstart(String onstart)
public String getOnstop()
AbstractAjaxStatus
getOnstop
in class AbstractAjaxStatus
public void setOnstop(String onstop)
public String getOnsuccess()
AbstractAjaxStatus
getOnsuccess
in class AbstractAjaxStatus
public void setOnsuccess(String onsuccess)
public String getStartStyle()
AbstractAjaxStatus
getStartStyle
in class AbstractAjaxStatus
public void setStartStyle(String startStyle)
public String getStartStyleClass()
AbstractAjaxStatus
getStartStyleClass
in class AbstractAjaxStatus
public void setStartStyleClass(String startStyleClass)
public String getStartText()
AbstractAjaxStatus
getStartText
in class AbstractAjaxStatus
public void setStartText(String startText)
public String getStopStyle()
AbstractAjaxStatus
getStopStyle
in class AbstractAjaxStatus
public void setStopStyle(String stopStyle)
public String getStopStyleClass()
AbstractAjaxStatus
getStopStyleClass
in class AbstractAjaxStatus
public void setStopStyleClass(String stopStyleClass)
public String getStopText()
AbstractAjaxStatus
getStopText
in class AbstractAjaxStatus
public void setStopText(String stopText)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.