@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UINotifyStack extends AbstractNotifyStack
Notifications emited by <rich:notify>, <rich:notifyMessage> and <rich:notifyMessages> are displayed in top-right corner of the screen by default.
It is <rich:notifyStack> which defines where messages will appear and handles their stacking.
Stack also provides way how to remove messages from screen - when stack is re-rendered, current notifications are destroyed, freeing place for new notifications.
Modifier and Type | Class and Description |
---|---|
protected static class |
UINotifyStack.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UINotifyStack() |
Modifier and Type | Method and Description |
---|---|
StackingDirection |
getDirection() |
String |
getFamily() |
StackingMethod |
getMethod() |
CornerPosition |
getPosition() |
void |
setDirection(StackingDirection direction) |
void |
setMethod(StackingMethod method) |
void |
setPosition(CornerPosition position) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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 StackingDirection getDirection()
getDirection
in class AbstractNotifyStack
public void setDirection(StackingDirection direction)
setDirection
in class AbstractNotifyStack
public StackingMethod getMethod()
getMethod
in class AbstractNotifyStack
public void setMethod(StackingMethod method)
setMethod
in class AbstractNotifyStack
public CornerPosition getPosition()
getPosition
in class AbstractNotifyStack
public void setPosition(CornerPosition position)
setPosition
in class AbstractNotifyStack
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.