public class NotificationBar extends javax.faces.component.UIComponentBase implements Widget
Modifier and Type | Class and Description |
---|---|
protected static class |
NotificationBar.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
STYLE_CLASS |
Constructor and Description |
---|
NotificationBar() |
Modifier and Type | Method and Description |
---|---|
String |
getEffect() |
String |
getEffectSpeed() |
String |
getFamily() |
String |
getPosition() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isAutoDisplay() |
String |
resolveWidgetVar() |
void |
setAutoDisplay(boolean _autoDisplay) |
void |
setEffect(String _effect) |
void |
setEffectSpeed(String _effectSpeed) |
void |
setPosition(String _position) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setWidgetVar(String _widgetVar) |
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 static final String STYLE_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String getPosition()
public void setPosition(String _position)
public String getEffect()
public void setEffect(String _effect)
public String getEffectSpeed()
public void setEffectSpeed(String _effectSpeed)
public boolean isAutoDisplay()
public void setAutoDisplay(boolean _autoDisplay)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2015. All rights reserved.