public interface KeysForFactsProvider
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KeysForFactsProvider.Referenciable
Mark interface .
|
static class |
KeysForFactsProvider.ReferenciableFact
This class provides information to allow the GUI to find a fact
if the user clicks on it.
|
static class |
KeysForFactsProvider.ReferenciableFixReplaceValue
Helper class to store information to fix a calculation inconsistency by replacing the total with the proposed value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addFactRef(KeysForFactsProvider.Referenciable factRef)
Adds the fact reference.
|
java.lang.String |
addToggleBranchRef(Branch branch,
XBRLFactItem factItem)
Creates a code for a branch that is like a mark the user can click on and fires a message to
expand the message content.
|
java.lang.String addFactRef(KeysForFactsProvider.Referenciable factRef)
factRef - the fact reference so the GUI can find it at later timeReferenciableFact class declarationjava.lang.String addToggleBranchRef(Branch branch, XBRLFactItem factItem)
branch - the branchfactItem - the fact item differenciates the same error applied to different facts