Display a modal dialog to a user requesting that they select one or more choices. The rules for what selections are available and how many selections can be made are contained in the chooserFacade. The selected list of the chooserFacade will contain any choices the user made. @param chooserFacade Th
(ChooserFacade chooserFacade)
| 97 | * @return false if the user cancelled the choice, true if it was final. |
| 98 | */ |
| 99 | boolean showGeneralChooser(ChooserFacade chooserFacade); |
| 100 | |
| 101 | /** |
| 102 | * Display a modal dialog requesting a value from the user. |
no outgoing calls
no test coverage detected