public void onSuccess(AnalysisReport report) {
LoadingPopup.close();
final FormStylePopup form = new FormStylePopup( images.ruleAsset(),
constants.VerificationReport() );
ScrollPanel scrollPanel = new ScrollPanel( new VerifierResultWidget( report,
false,
openItemCommand ) );
scrollPanel.setWidth( "800px" );
scrollPanel.setHeight( "200px" );
form.addRow( scrollPanel );