Uses of Enum
com.dlsc.gemsfx.infocenter.Notification.OnClickBehaviour
Packages that use Notification.OnClickBehaviour
-
Uses of Notification.OnClickBehaviour in com.dlsc.gemsfx.infocenter
Fields in com.dlsc.gemsfx.infocenter with type parameters of type Notification.OnClickBehaviourModifier and TypeFieldDescriptionfinal javafx.beans.property.ObjectProperty<javafx.util.Callback<Notification<T>,
Notification.OnClickBehaviour>> Notification.onClick
Methods in com.dlsc.gemsfx.infocenter that return Notification.OnClickBehaviourModifier 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.Methods in com.dlsc.gemsfx.infocenter that return types with arguments of type Notification.OnClickBehaviourModifier 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.Method parameters in com.dlsc.gemsfx.infocenter with type arguments of type Notification.OnClickBehaviourModifier 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.Constructor parameters in com.dlsc.gemsfx.infocenter with type arguments of type Notification.OnClickBehaviourModifierConstructorDescriptionNotificationAction
(String text, javafx.util.Callback<Notification<T>, Notification.OnClickBehaviour> onAction) Constructs a new action with the given text.