public class UIAjaxStatus
extends javax.faces.component.UIComponentBase
Modifier and Type | Class and Description |
---|---|
static class |
UIAjaxStatus.State |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIAjaxStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientId(javax.faces.context.FacesContext context) |
java.lang.String |
getFamily() |
java.lang.String |
getFor() |
java.lang.String |
getStartStyle() |
java.lang.String |
getStartStyleClass() |
java.lang.String |
getStartText() |
java.lang.String |
getStopStyle() |
java.lang.String |
getStopStyleClass() |
java.lang.String |
getStopText() |
boolean |
isForceId() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setFor(java.lang.String _for) |
void |
setForceId(boolean forceId)
setter method for property
|
void |
setId(java.lang.String arg0) |
void |
setStartStyle(java.lang.String startStyle)
setter method for property
|
void |
setStartStyleClass(java.lang.String startStyleClass)
setter method for property
|
void |
setStartText(java.lang.String startText)
setter method for property
|
void |
setStopStyle(java.lang.String stopStyle)
setter method for property
|
void |
setStopStyleClass(java.lang.String stopStyleClass)
setter method for property
|
void |
setStopText(java.lang.String stopText)
setter method for property
|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendered, setRendererType, setTransient, setValueBinding
public static final java.lang.String COMPONENT_TYPE
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public void setFor(java.lang.String _for)
new
- value of id of form for wich status will displayed to setpublic java.lang.String getFor()
public void setStartText(java.lang.String startText)
new
- value of Text to output on start request to setpublic java.lang.String getStartText()
public void setStopText(java.lang.String stopText)
new
- value of Text to display on complete request to setpublic java.lang.String getStopText()
public void setStartStyle(java.lang.String startStyle)
new
- value of Style for display on start request to setpublic java.lang.String getStartStyle()
public void setStopStyle(java.lang.String stopStyle)
new
- value of Style for displaying on complete to setpublic java.lang.String getStopStyle()
public void setStartStyleClass(java.lang.String startStyleClass)
new
- value of Style class for display on request to setpublic java.lang.String getStartStyleClass()
public void setStopStyleClass(java.lang.String stopStyleClass)
new
- value of Style class for display on complete request to setpublic void setForceId(boolean forceId)
new
- value of Force id to render in Html as is to setpublic boolean isForceId()
public java.lang.String getClientId(javax.faces.context.FacesContext context)
getClientId
in class javax.faces.component.UIComponentBase
public void setId(java.lang.String arg0)
setId
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public java.lang.String getStopStyleClass()
Copyright © 2014. All Rights Reserved.