org.openfaces.component.ajax
Class DefaultProgressMessage
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.openfaces.component.ajax.ProgressMessage
org.openfaces.component.ajax.DefaultProgressMessage
- All Implemented Interfaces:
- java.util.EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder
public class DefaultProgressMessage
- extends ProgressMessage
Fields inherited from class javax.faces.component.UIComponent |
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
DefaultProgressMessage
public DefaultProgressMessage()
getFamily
public java.lang.String getFamily()
- Specified by:
getFamily
in class javax.faces.component.UIComponent
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UIComponentBase
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UIComponentBase
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getImageUrl
public java.lang.String getImageUrl()
setImageUrl
public void setImageUrl(java.lang.String imageUrl)
getStyle
public java.lang.String getStyle()
setStyle
public void setStyle(java.lang.String style)
getStyleClass
public java.lang.String getStyleClass()
setStyleClass
public void setStyleClass(java.lang.String styleClass)
getAjaxMessageHTML
public java.lang.String getAjaxMessageHTML()
getHorizontalAlignment
public HorizontalAlignment getHorizontalAlignment()
setHorizontalAlignment
public void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
getVerticalAlignment
public VerticalAlignment getVerticalAlignment()
setVerticalAlignment
public void setVerticalAlignment(VerticalAlignment verticalAlignment)
getTransparency
public double getTransparency()
setTransparency
public void setTransparency(double transparency)
getTransparencyTransitionPeriod
public int getTransparencyTransitionPeriod()
setTransparencyTransitionPeriod
public void setTransparencyTransitionPeriod(int transparencyTransitionPeriod)
getFillBackground
public boolean getFillBackground()
setFillBackground
public void setFillBackground(boolean fillBackground)
getBackgroundTransparency
public double getBackgroundTransparency()
setBackgroundTransparency
public void setBackgroundTransparency(double backgroundTransparency)
getBackgroundTransparencyTransitionPeriod
public int getBackgroundTransparencyTransitionPeriod()
setBackgroundTransparencyTransitionPeriod
public void setBackgroundTransparencyTransitionPeriod(int backgroundTransparencyTransitionPeriod)
getBackgroundStyle
public java.lang.String getBackgroundStyle()
setBackgroundStyle
public void setBackgroundStyle(java.lang.String backgroundStyle)
getBackgroundClass
public java.lang.String getBackgroundClass()
setBackgroundClass
public void setBackgroundClass(java.lang.String backgroundClass)
getMode
public ProgressMessageMode getMode()
setMode
public void setMode(ProgressMessageMode mode)
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.