Class NotificationBar
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.notification.NotificationBar
- All Implemented Interfaces:
ClientObject,Component
public class NotificationBar extends AbstractComponent
-
Field Summary
Fields Modifier and Type Field Description Event<NotificationBarItem>onItemClickedEvent<NotificationBarItemClosedEvent>onItemClosed -
Constructor Summary
Constructors Constructor Description NotificationBar() -
Method Summary
Modifier and Type Method Description voidaddItem(NotificationBarItem item, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)org.teamapps.dto.UiComponentcreateUiComponent()voidhandleUiEvent(org.teamapps.dto.UiEvent event)voidremoveItem(NotificationBarItem item)Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toString, unrender
-
Field Details
-
Constructor Details
-
NotificationBar
public NotificationBar()
-
-
Method Details
-
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event) -
createUiComponent
public org.teamapps.dto.UiComponent createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
addItem
public void addItem(NotificationBarItem item, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation) -
removeItem
-