Class NotificationBar
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.notification.NotificationBar
- All Implemented Interfaces:
ClientObject,Component
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Event<NotificationBarItem> final Event<NotificationBarItem> Fields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItem(NotificationBarItem item) getItems()voidhandleUiEvent(UiEvent event) voidMethods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, setVisible, toggleCssClass, toString, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.ClientObject
handleUiQueryMethods inherited from interface org.teamapps.ux.component.Component
setAriaLabel, setAttribute, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClass
-
Field Details
-
onItemClosed
-
onItemClicked
-
onItemActionLinkClicked
-
-
Constructor Details
-
NotificationBar
public NotificationBar()
-
-
Method Details
-
handleUiEvent
-
createUiComponent
- Specified by:
createUiComponentin classAbstractComponent
-
addItem
-
removeItem
-
getItems
-