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 NotificationGroup
Notification.getGroup()
The group to which the notification belongs.final NotificationGroup
InfoCenterView.getShowAllGroup()
Gets the value of theshowAllGroup
property.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 theonShowAllGroupNotifications
property.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 TypeMethodDescriptionint
NotificationGroup.compareTo
(NotificationGroup o) final void
InfoCenterView.setShowAllGroup
(NotificationGroup showAllGroup) Sets the value of theshowAllGroup
property.Method parameters in com.dlsc.gemsfx.infocenter with type arguments of type NotificationGroupModifier and TypeMethodDescriptionfinal void
InfoCenterView.setOnShowAllGroupNotifications
(Consumer<NotificationGroup<?, ?>> onShowAllGroupNotifications) Sets the value of theonShowAllGroupNotifications
property.