Uses of Class
it.tidalwave.ui.core.UserNotificationWithFeedback
Package
Description
-
Uses of UserNotificationWithFeedback in it.tidalwave.ui.core
Modifier and TypeMethodDescriptionstatic UserNotificationWithFeedback
UserNotificationWithFeedback.notificationWithFeedback()
Returns a notification with empty caption and text.UserNotificationWithFeedback.withCaption
(Class<?> bundleClass, String resourceName, Object... params) Returns a notification with a caption from a bundle.UserNotificationWithFeedback.withCaption
(String caption) Returns a notification with a caption.UserNotificationWithFeedback.withFeedback
(UserNotificationWithFeedback.Feedback feedback) Returns a notificationUserNotificationWithFeedback.Feedback
.Returns a notification with a text from a bundle.Returns a notification with a text. -
Uses of UserNotificationWithFeedback in it.tidalwave.ui.example.presentation
Modifier and TypeMethodDescriptionvoid
MainPanelPresentation.notify
(UserNotificationWithFeedback notification) When the control requires an interaction with the user in form of a dialog box with feedback (such as Ok/Cancel) a method must be exposed which accepts aUserNotificationWithFeedback
.void
MainPanelPresentation.pickDirectory
(BoundProperty<Path> selectedFolder, UserNotificationWithFeedback notification) Asks the user to pick a directory.void
MainPanelPresentation.pickFile
(BoundProperty<Path> selectedFile, UserNotificationWithFeedback notification) Asks the user to pick a file. -
Uses of UserNotificationWithFeedback in it.tidalwave.ui.javafx
Modifier and TypeMethodDescriptionvoid
JavaFXBinder.openDirectoryChooserFor
(UserNotificationWithFeedback notification, BoundProperty<Path> selectedFolder) Opens the FileChooser for selecting a folder.void
JavaFXBinder.openFileChooserFor
(UserNotificationWithFeedback notification, BoundProperty<Path> selectedFile) Opens the FileChooser for selecting a file.default void
JavaFXBinder.showInModalDialog
(UserNotificationWithFeedback notification) void
JavaFXBinder.showInModalDialog
(UserNotificationWithFeedback notification, Optional<javafx.scene.Node> node) Shows a modal dialog with the given content and provides feedback by means of the given notification.default void
JavaFXBinder.showInModalDialog
(javafx.scene.Node node, UserNotificationWithFeedback notification) Deprecated.default void
JavaFXBinder.showInModalDialog
(javafx.scene.Node node, UserNotificationWithFeedback notification, BoundProperty<Boolean> valid)