ARoad0.Gui1
Interface SelectionDialogListener
- All Known Implementing Classes:
- ActionNewView, AssociationMapPropertyEditor, BaseObjectHandler, BaseObjectMapPropertyEditor, CollectionPropertyEditor, RightMapPropertyEditor, SimplePropertyEditor, StringMapPropertyEditor, StringTwoKeysMapPropertyEditor
public interface SelectionDialogListener
This interface is responsible for handling the user inputs
produced through DialogBox.showExplorerSelectionDialog().
The DialogBox.showExplorerSelectionDialog() calling object
has to implement this interface (for instance, ActionView
and SimplePropertyEditor).
handleSelectionDialog
void handleSelectionDialog(java.util.Map _validatedObjectsSetMap)
- Parameters:
_validatedObjectsSetMap
- where
- the key is a class implementing the BaseObject interface,
- the value is a List of objects that are instances of the key.