Uses of Enum Class
io.github.palexdev.materialfx.enums.NotificationState
Packages that use NotificationState
Package
Description
-
Uses of NotificationState in io.github.palexdev.materialfx.builders.control
Methods in io.github.palexdev.materialfx.builders.control with parameters of type NotificationStateModifier and TypeMethodDescriptionNotificationCenterBuilder.markAllNotificationsAs(NotificationState state) NotificationCenterBuilder.markNotificationsAs(NotificationState state, INotification... notifications) NotificationCenterBuilder.markSelectedNotificationsAs(NotificationState state) NotificationCenterBuilder.markVisibleNotificationsAs(NotificationState state) -
Uses of NotificationState in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return NotificationStateMethods in io.github.palexdev.materialfx.controls that return types with arguments of type NotificationStateMethods in io.github.palexdev.materialfx.controls with parameters of type NotificationStateModifier and TypeMethodDescriptionvoidMFXNotificationCenter.markAllNotificationsAs(NotificationState state) Sets all the notifications' state to the given state.voidMFXNotificationCenter.markNotificationsAs(NotificationState state, INotification... notifications) Sets all the given notifications' state to the given state.voidMFXNotificationCenter.markSelectedNotificationsAs(NotificationState state) Sets all the selected notifications' state to the given state.voidMFXNotificationCenter.markVisibleNotificationsAs(NotificationState state) Sets all the visible notifications' state to the given state.voidMFXSimpleNotification.setNotificationState(NotificationState state) Sets the value of the property notificationState.MFXSimpleNotification.Builder.setState(NotificationState state) -
Uses of NotificationState in io.github.palexdev.materialfx.enums
Methods in io.github.palexdev.materialfx.enums that return NotificationStateModifier and TypeMethodDescriptionstatic NotificationStateReturns the enum constant of this class with the specified name.static NotificationState[]NotificationState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NotificationState in io.github.palexdev.materialfx.notifications.base
Methods in io.github.palexdev.materialfx.notifications.base that return NotificationStateMethods in io.github.palexdev.materialfx.notifications.base that return types with arguments of type NotificationStateModifier and TypeMethodDescriptionINotification.notificationStateProperty()Specifies the notification's read state.Methods in io.github.palexdev.materialfx.notifications.base with parameters of type NotificationStateModifier and TypeMethodDescriptionvoidINotification.setNotificationState(NotificationState state) Sets the value of the property notificationState.