public interface HasErrorsHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SELECTED_ERROR_CHANGED_EVENT
Global event fired when the user has selected a row representing an error.
|
static java.lang.String |
VALIDATIONRESULTSET
Property to register for changes in the validation report so listeners can do getValidationReport() and see if a new report was set or the previous one is now deleted (null).
|
Modifier and Type | Method and Description |
---|---|
XBRLAssertionResult |
getUserSelectedAssertionResult()
Classes implementing this interface might return the user selected XBRLAssertionResult
to allow GUI to change the cell background of cells with facts used during the assertion
evaluation.
|
XBRLInconsistency |
getUserSelectedInconsistency()
Classes implementing this interface might return the user selected XBRLInconsistency
to allow GUI to change the cell background of cells with facts used during the core
validation.
|
XBRLFact |
getUserSelectedSearchFact()
Gets the user selected search fact.
|
XBRLValidationReport |
getValidationReport()
Access to the validation report that is now represented. or null if
none is set
|
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.
|
XBRLValidationReport |
validateDTS(XBRLInstance instance)
Executes validation of the instance document that is being edited and
generates a new XBRLValidation report.
|
static final java.lang.String VALIDATIONRESULTSET
static final java.lang.String SELECTED_ERROR_CHANGED_EVENT
void showErrors(XBRLValidationReport valReport)
valReport
- the val reportXBRLValidationReport getValidationReport()
void setExtraErrorsReport(XBRLValidationReport valReport)
valReport
- the XBRLValidationReport with extra errorsXBRLValidationReport validateDTS(XBRLInstance instance)
instance
- the XBRL instance report to validateXBRLAssertionResult getUserSelectedAssertionResult()
XBRLInconsistency getUserSelectedInconsistency()
XBRLFact getUserSelectedSearchFact()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa