Uses of Interface
is.codion.swing.common.ui.dialog.InputDialogBuilder
Packages that use InputDialogBuilder
Package
Description
Package configuration values:
ExceptionDialogBuilder.SYSTEM_PROPERTIES
LoginDialogBuilder.RESIZABLE
LoginDialogBuilder.INPUT_FIELD_COLUMNS
ProgressWorkerDialogBuilder.SHOW_DELAY
ProgressWorkerDialogBuilder.HIDE_DELAY
LookAndFeelSelectionDialogBuilder.ALLOW_INSTALLED
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 TypeMethodDescriptionSpecify aPredicateused to determine if the dialog should be closed when a input value has been accepted.<T> InputDialogBuilder<T> InputDialogBuilder.ComponentStep.component(ComponentValueBuilder<?, T, ?> componentBuilder) <T> InputDialogBuilder<T> InputDialogBuilder.ComponentStep.component(ComponentValue<?, T> componentValue) InputDialogBuilder.valid(ObservableState valid) AObservableStateindicating whether the input is valid, this state controls the enabled state of the OK button.Sets thevalid(ObservableState)according to the given predicate.