Uses of Enum
com.dlsc.gemsfx.infocenter.Notification.OnClickBehaviour
-
Uses of Notification.OnClickBehaviour in com.dlsc.gemsfx.infocenter
Modifier and TypeFieldDescriptionfinal javafx.beans.property.ObjectProperty<javafx.util.Callback<Notification<T>,
Notification.OnClickBehaviour>> Notification.onClick
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Notification.OnClickBehaviour[]
Notification.OnClickBehaviour.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal javafx.util.Callback<Notification<T>,
Notification.OnClickBehaviour> NotificationAction.getOnAction()
Returns the callback that will be invoked when the user selects the action in the UI.final javafx.util.Callback<Notification<T>,
Notification.OnClickBehaviour> Notification.getOnClick()
Gets the value of theonClick
property.final javafx.beans.property.ObjectProperty<javafx.util.Callback<Notification<T>,
Notification.OnClickBehaviour>> Notification.onClickProperty()
A callback that determines how the notification and the view will behave when the user clicks on it.Modifier and TypeMethodDescriptionfinal void
NotificationAction.setOnAction
(javafx.util.Callback<Notification<T>, Notification.OnClickBehaviour> onAction) Sets the callback that will be invoked when the user selects the action in the UI.final void
Notification.setOnClick
(javafx.util.Callback<Notification<T>, Notification.OnClickBehaviour> onClick) Sets the value of theonClick
property.ModifierConstructorDescriptionNotificationAction
(String text, javafx.util.Callback<Notification<T>, Notification.OnClickBehaviour> onAction) Constructs a new action with the given text.