Uses of Interface
is.codion.swing.common.ui.dialog.InputDialogBuilder
Packages that use InputDialogBuilder
Package
Description
Package configuration values:
ExceptionDialogBuilder.SYSTEM_PROPERTIES
LookAndFeelComboBox.INCLUDE_INSTALLED_LOOK_AND_FEELS
-
Uses of InputDialogBuilder in is.codion.swing.common.ui.dialog
Methods in is.codion.swing.common.ui.dialog that return InputDialogBuilderModifier and TypeMethodDescriptionstatic <T> InputDialogBuilder
<T> Dialogs.inputDialog
(ComponentBuilder<T, ?, ?> componentBuilder) static <T> InputDialogBuilder
<T> Dialogs.inputDialog
(ComponentValue<T, ?> componentValue) InputDialogBuilder.valid
(ObservableState valid) AObservableState
indicating whether the input is valid, this state controls the enabled state of the OK button.Sets thevalid(ObservableState)
according to the given predicate.