(Component _target, Dimension _size, String _message, String _title, java.util.List<?> _list)
| 468 | } |
| 469 | |
| 470 | public static java.util.List<Object> ejsConfirmList(Component _target, Dimension _size, String _message, |
| 471 | String _title, java.util.List<?> _list) { |
| 472 | return ejsConfirmList(_target, _size, _message, _title, _list, (JComponent) null); |
| 473 | } |
| 474 | |
| 475 | /** |
| 476 | * This method receives a list of objects which it exposes to the user. The user |
no test coverage detected