Uses of Class
org.teamapps.dto.UiNotificationBarItem
-
Uses of UiNotificationBarItem in org.teamapps.dto
Fields in org.teamapps.dto declared as UiNotificationBarItemModifier and TypeFieldDescriptionprotected UiNotificationBarItemUiNotificationBar.AddItemCommand.itemprotected UiNotificationBarItemUiNotificationBar.UpdateItemCommand.itemFields in org.teamapps.dto with type parameters of type UiNotificationBarItemModifier and TypeFieldDescriptionprotected List<UiNotificationBarItem> UiNotificationBar.initialItemsMethods in org.teamapps.dto that return UiNotificationBarItemModifier and TypeMethodDescriptionUiNotificationBar.AddItemCommand.getItem()UiNotificationBar.UpdateItemCommand.getItem()UiNotificationBarItem.setActionLinkColor(String actionLinkColor) UiNotificationBarItem.setActionLinkText(String actionLinkText) UiNotificationBarItem.setBackgroundColor(String backgroundColor) UiNotificationBarItem.setBorderColor(String borderColor) UiNotificationBarItem.setDismissible(boolean dismissible) UiNotificationBarItem.setDisplayTimeInMillis(int displayTimeInMillis) UiNotificationBarItem.setEntranceAnimation(UiEntranceAnimation entranceAnimation) UiNotificationBarItem.setExitAnimation(UiExitAnimation exitAnimation) UiNotificationBarItem.setIconAnimation(UiRepeatableAnimation iconAnimation) UiNotificationBarItem.setPadding(UiSpacing padding) UiNotificationBarItem.setProgressBarVisible(boolean progressBarVisible) UiNotificationBarItem.setTextColor(String textColor) Methods in org.teamapps.dto that return types with arguments of type UiNotificationBarItemMethod parameters in org.teamapps.dto with type arguments of type UiNotificationBarItemModifier and TypeMethodDescriptionUiNotificationBar.setInitialItems(List<UiNotificationBarItem> initialItems) Constructors in org.teamapps.dto with parameters of type UiNotificationBarItemModifierConstructorDescriptionAddItemCommand(String componentId, UiNotificationBarItem item) UpdateItemCommand(String componentId, UiNotificationBarItem item)