com.ihr.xbrl.gui.interfaces
Interface HasErrorsHandler


public interface HasErrorsHandler

Author:
Ignacio

Method Summary
 XBRLValidationReport getValidationReport()
          Access to the validation report that is now represented
 void setExtraErrorsReport(XBRLValidationReport valReport)
          Sets additional errors that will be added to the validation report.
 void showErrors(XBRLValidationReport valReport)
          The most common implementation just opens a DlgValidationErrors dialog and pass the validation report
 

Method Detail

showErrors

void showErrors(XBRLValidationReport valReport)
The most common implementation just opens a DlgValidationErrors dialog and pass the validation report

Parameters:
valReport -

getValidationReport

XBRLValidationReport getValidationReport()
Access to the validation report that is now represented

Returns:
current XBRLValidationReport represented

setExtraErrorsReport

void setExtraErrorsReport(XBRLValidationReport valReport)
Sets additional errors that will be added to the validation report.

Parameters:
valReport - the XBRLValidationReport with extra errors


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa