Module is.codion.swing.common.ui
Package is.codion.swing.common.ui.dialog
Interface SelectionDialogBuilder.MultiSelector<T>
- Type Parameters:
T
- the value type
- Enclosing interface:
- SelectionDialogBuilder<T>
public static interface SelectionDialogBuilder.MultiSelector<T>
Provides the user with the ability to select one or more values.
-
Method Summary
-
Method Details
-
select
- Parameters:
dialogOwner
- the dialog owner- Returns:
- the selected values, an empty Collections if nothing was selected
- Throws:
CancelException
- in case the user cancelled
-