public class UIStatusMessage extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
UIStatusMessage.MessageEvent
Class representing the an action that occurs when the previous/next buttons are clicked.
|
Modifier and Type | Field and Description |
---|---|
static String |
STATUS_MESSAGE |
Constructor and Description |
---|
UIStatusMessage()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
broadcast(FacesEvent event) |
void |
decode(FacesContext context) |
void |
encodeBegin(FacesContext context) |
String |
getBgcolor() |
String |
getBorder() |
String |
getFamily() |
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setBgcolor(String bgcolor) |
void |
setBorder(String border) |
outputAttribute
addFacesListener, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public static final String STATUS_MESSAGE
public String getFamily()
getFamily
in class UIComponent
UIComponent.getFamily()
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UIComponentBase
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIComponentBase
StateHolder.saveState(javax.faces.context.FacesContext)
public void encodeBegin(FacesContext context) throws IOException
encodeBegin
in class UIComponentBase
IOException
UIComponentBase.encodeBegin(javax.faces.context.FacesContext)
public void decode(FacesContext context)
decode
in class UIComponentBase
UIComponentBase.decode(javax.faces.context.FacesContext)
public void broadcast(FacesEvent event) throws AbortProcessingException
broadcast
in class UIComponentBase
AbortProcessingException
UICommand.broadcast(javax.faces.event.FacesEvent)
public String getBgcolor()
public void setBgcolor(String bgcolor)
bgcolor
- The bgcolor to set.public String getBorder()
public void setBorder(String border)
border
- The border name to user.Copyright © 2005–2017 Alfresco Software. All rights reserved.