Uses of Class
com.dlsc.gemsfx.infocenter.NotificationGroup
Packages that use NotificationGroup
-
Uses of NotificationGroup in com.dlsc.gemsfx.infocenter
Methods in com.dlsc.gemsfx.infocenter that return NotificationGroupModifier and TypeMethodDescriptionfinal NotificationGroupNotification.getGroup()The group to which the notification belongs.final NotificationGroupInfoCenterView.getShowAllGroup()Gets the value of theshowAllGroupproperty.Methods in com.dlsc.gemsfx.infocenter that return types with arguments of type NotificationGroupModifier and TypeMethodDescriptionfinal javafx.collections.ObservableList<NotificationGroup<?,?>> InfoCenterView.getGroups()A list of groups of notifications that will be visualized by the view.final Consumer<NotificationGroup<?,?>> InfoCenterView.getOnShowAllGroupNotifications()Gets the value of theonShowAllGroupNotificationsproperty.final javafx.collections.ObservableList<NotificationGroup<?,?>> InfoCenterView.getUnmodifiablePinnedGroups()A read-only list of the currently pinned groups.final javafx.collections.ObservableList<NotificationGroup<?,?>> InfoCenterView.getUnmodifiableUnpinnedGroups()A read-only list of the currently unpinned groups.final javafx.beans.property.ObjectProperty<Consumer<NotificationGroup<?,?>>> InfoCenterView.onShowAllGroupNotificationsProperty()A callback that gets invoked when the user presses the "show all" button of a group that has more than the maximum number of notifications linked to it.final javafx.beans.property.ObjectProperty<NotificationGroup>InfoCenterView.showAllGroupProperty()The group that is currently being shown in the "show all" view of the control.Methods in com.dlsc.gemsfx.infocenter with parameters of type NotificationGroupModifier and TypeMethodDescriptionintNotificationGroup.compareTo(NotificationGroup o) final voidInfoCenterView.setShowAllGroup(NotificationGroup showAllGroup) Sets the value of theshowAllGroupproperty.Method parameters in com.dlsc.gemsfx.infocenter with type arguments of type NotificationGroupModifier and TypeMethodDescriptionfinal voidInfoCenterView.setOnShowAllGroupNotifications(Consumer<NotificationGroup<?, ?>> onShowAllGroupNotifications) Sets the value of theonShowAllGroupNotificationsproperty.