Uses of Class
org.teamapps.ux.component.notification.NotificationBarItem
Packages that use NotificationBarItem
-
Uses of NotificationBarItem in org.teamapps.ux.component.notification
Fields in org.teamapps.ux.component.notification with type parameters of type NotificationBarItemModifier and TypeFieldDescriptionfinal Event<NotificationBarItem>NotificationBar.onItemActionLinkClickedfinal Event<NotificationBarItem>NotificationBar.onItemClickedMethods in org.teamapps.ux.component.notification that return NotificationBarItemModifier and TypeMethodDescriptionNotificationBarItemClosedEvent.getItem()NotificationBarItem.setActionLinkColor(org.teamapps.common.format.Color actionLinkColor) NotificationBarItem.setActionLinkText(String actionLinkText) NotificationBarItem.setBackgroundColor(org.teamapps.common.format.Color backgroundColor) NotificationBarItem.setBorderColor(org.teamapps.common.format.Color borderColor) NotificationBarItem.setDismissible(boolean dismissible) NotificationBarItem.setDisplayTimeInMillis(int displayTimeInMillis) NotificationBarItem.setEntranceAnimation(EntranceAnimation entranceAnimation) NotificationBarItem.setExitAnimation(ExitAnimation exitAnimation) NotificationBarItem.setIcon(org.teamapps.icons.Icon<?, ?> icon) NotificationBarItem.setIconAnimation(RepeatableAnimation iconAnimation) NotificationBarItem.setPadding(Spacing padding) NotificationBarItem.setProgressBarVisible(boolean progressBarVisible) NotificationBarItem.setTextColor(org.teamapps.common.format.Color textColor) Methods in org.teamapps.ux.component.notification that return types with arguments of type NotificationBarItemMethods in org.teamapps.ux.component.notification with parameters of type NotificationBarItemModifier and TypeMethodDescriptionvoidNotificationBar.addItem(NotificationBarItem item) voidNotificationBar.removeItem(NotificationBarItem item) Constructors in org.teamapps.ux.component.notification with parameters of type NotificationBarItemModifierConstructorDescriptionNotificationBarItemClosedEvent(NotificationBarItem item, org.teamapps.ux.component.notification.NotificationBarItemClosedEvent.ClosingReason closingReason)