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.onClickMethods 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 theonClickproperty.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 voidNotificationAction.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 voidNotification.setOnClick(javafx.util.Callback<Notification<T>, Notification.OnClickBehaviour> onClick) Sets the value of theonClickproperty.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.