Module is.codion.swing.common.ui
Package is.codion.swing.common.ui.dialog
Interface InputDialogBuilder.ComponentStep
- Enclosing interface:
InputDialogBuilder<T>
public static interface InputDialogBuilder.ComponentStep
Provides an
InputDialogBuilder
instance-
Method Summary
Modifier and TypeMethodDescription<T> InputDialogBuilder
<T> component
(ComponentBuilder<T, ?, ?> componentBuilder) <T> InputDialogBuilder
<T> component
(ComponentValue<T, ?> componentValue)
-
Method Details
-
component
- Type Parameters:
T
- the value type- Parameters:
componentBuilder
- the builder which component to display- Returns:
- a builder for an input dialog
-
component
- Type Parameters:
T
- the value type- Parameters:
componentValue
- the value which component to display- Returns:
- a builder for an input dialog
-