|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstanceExplorerInterface
| Method Summary | |
|---|---|
void |
addFact(XBRLFact fact)
Received notification that a fact has been added |
void |
clear()
|
void |
delFact(XBRLFact fact,
XBRLFactsList parent)
Receives notification that a fact has been removed from the instance being explored. |
XBRLFactItem |
findFact(java.util.ArrayList<Member<?>> allMembers)
if the allMembers contains LineTitleMember elements, we need to resolve the hierarchy resolution before calling this method. |
java.util.Iterator<CompanyKey> |
getCompanyKeys()
|
XBRLUnit |
getSuggestedUnit(CompanyKey ck,
XBRLItem itm)
|
boolean |
hasDataForCompany(CompanyKey company)
|
void |
setInstance(XBRLInstance instance)
|
| Methods inherited from interface com.ihr.xbrl.dts.ContextProvider |
|---|
addContext, factChangedContext, getCompatibleContexts |
| Methods inherited from interface com.ihr.xbrl.dts.UnitsProvider |
|---|
factChangedUnit, getSuggestedUnits |
| Methods inherited from interface com.ihr.xbrl.dts.InstanceExplorerListener |
|---|
instanceEvent |
| Method Detail |
|---|
void setInstance(XBRLInstance instance)
instance - XBRLFactItem findFact(java.util.ArrayList<Member<?>> allMembers)
allMembers -
XBRLUnit getSuggestedUnit(CompanyKey ck,
XBRLItem itm)
ck - itm -
void addFact(XBRLFact fact)
fact -
void delFact(XBRLFact fact,
XBRLFactsList parent)
Note: after removing a fact from its container the fact parent is set to null.
The fact has to be removed from the parent container prior to call this method and this is the reason this method has a second parameter that indicated what the parent container was.
fact - parent - void clear()
boolean hasDataForCompany(CompanyKey company)
selectedCompany -
java.util.Iterator<CompanyKey> getCompanyKeys()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||