Module is.codion.swing.common.ui
Package is.codion.swing.common.ui.dialog
Interface SelectionDialogBuilder<T,B extends SelectionDialogBuilder<T,B>>
- Type Parameters:
T
- the value type
- All Superinterfaces:
DialogBuilder<B>
- All Known Subinterfaces:
ComboBoxSelectionDialogBuilder<T>
,ListSelectionDialogBuilder<T>
public interface SelectionDialogBuilder<T,B extends SelectionDialogBuilder<T,B>>
extends DialogBuilder<B>
A builder for a selection dialog.
-
Method Summary
Methods inherited from interface is.codion.swing.common.ui.dialog.DialogBuilder
icon, keyEvent, location, locationRelativeTo, onBuild, owner, owner, title, title
-
Method Details
-
allowEmptySelection
- Parameters:
allowEmptySelection
- if true then the dialog accepts an empty selection, default false- Returns:
- this SelectionDialogBuilder instance
-