| java.lang.Object | ||
| ↳ | vars.shared.ui.GlobalLookup | |
| ↳ | vars.knowledgebase.ui.Lookup | |
Lookup contains globally available resources for the Knowledgbebase application. These include:
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Object | KEY_DISPATCHER_APPLICATION | ||||||||||
| Object | KEY_DISPATCHER_APPLICATION_FRAME | ||||||||||
| Object | KEY_DISPATCHER_CONCEPT_TREE | ||||||||||
| Object | KEY_DISPATCHER_GUICE_INJECTOR | ||||||||||
| Object | KEY_DISPATCHER_SELECTED_CONCEPT | ||||||||||
| String | RESOURCE_BUNDLE | ||||||||||
| String | TOPIC_APPROVE_HISTORIES | The data object should be a Collection | |||||||||
| String | TOPIC_APPROVE_HISTORY | The data object should be a History | |||||||||
| String | TOPIC_REFRESH_KNOWLEGEBASE | Refresh the knowledgebase (purge caceh) and open node to the conceptname provided. | |||||||||
| String | TOPIC_SELECTED_CONCEPT | The data object should be a Concept | |||||||||
| String | TOPIC_UPDATE_OBSERVATIONS | The data object should be a Concept | |||||||||
| [Expand] Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
vars.shared.ui.GlobalLookup | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Stores a reference to the ConceptTree so that other componenets
 can reference it as needed. | |||||||||||
| You can set this directly but the recommended method for watching for
 changes to the selected concept is to register an EventTopicSubscriber
 to the TOPIC_SELECTED_CONCEPT topic. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  vars.shared.ui.GlobalLookup | |||||||||||
|  From class
  java.lang.Object | |||||||||||
The data object should be a Collection
The data object should be a History
Refresh the knowledgebase (purge caceh) and open node to the conceptname provided. Calls this as EventBus.publish(TOPIC_REFRESH_KNOWLEGEBASE, String conceptName)
The data object should be a Concept 
The data object should be a Concept
Stores a reference to the ConceptTree so that other componenets can reference it as needed.
You can set this directly but the recommended method for watching for changes to the selected concept is to register an EventTopicSubscriber to the TOPIC_SELECTED_CONCEPT topic. THe same for setting the selected concept, publish to the EventBus