Class Index | File Index

Classes


Class finesse.containerservices.ContainerServices.Topics

This is the set of Topics used for subscribing for events from ContainerServices. Use finesse.containerservices.ContainerServices#addHandler to subscribe to the topic.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Topic for subscribing to be notified when the active tab changes.
 
Topic for WorkflowAction events traffic.
Class Detail
finesse.containerservices.ContainerServices.Topics()
Field Detail
ACTIVE_TAB
Topic for subscribing to be notified when the active tab changes. The provided callback will be invoked when the tab that the gadget that subscribes with this becomes active. To ensure code is called when the gadget is already on the active tab use the finesse.containerservices.ContainerServices#makeActiveTabReq method.

WORKFLOW_ACTION_EVENT
Topic for WorkflowAction events traffic. The provided callback will be invoked when a WorkflowAction needs to be handled. The callback will be passed a finesse.containerservices.WorkflowActionEvent that can be used to interrogate the WorkflowAction and determine to use or not.

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Jan 08 2014 23:29:55 GMT-0500 (EST)