| Modifier and Type | Class | Description |
|---|---|---|
static class |
NotificationBar.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
|
static String |
STYLE_CLASS |
| Constructor | Description |
|---|---|
NotificationBar() |
| Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String STYLE_CLASS
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic 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 WidgetCopyright © 2018. All rights reserved.