| public void onResponseReceived(IconvListResult response)
{
// Stupid compiler. Use this Value shim to make the dialog available
// in its own handler.
final HasValue<ChooseEncodingDialog> d = new Value<ChooseEncodingDialog>(null);
d.setValue(new ChooseEncodingDialog(
response.getCommon(),
response.getAll(),
defaultEncoding,
false,
true,
|