Class Index | File Index

Classes


Class finesse.containerservices.GadgetViewChangedEvent

JavaScript representation of a GadgetViewChangedEvent object. The GadgetViewChangedEvent object is delivered as the payload of a GadgetViewChangedEvent callback. This can be subscribed to by using finesse.containerservices.ContainerServices#addHandler with a topic of finesse.containerservices.ContainerServices.Topics#GADGET_VIEW_CHANGED_EVENT.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
finesse.containerservices.GadgetViewChangedEvent(gadgetId, tabId, maxAvailableHeight, view)
Method Summary
Method Attributes Method Name and Description
 
Getter for the gadget id.
 
Getter for the maximum available height.
 
Getter for the tab id.
 
Getter for the view.
Class Detail
finesse.containerservices.GadgetViewChangedEvent(gadgetId, tabId, maxAvailableHeight, view)
Parameters:
gadgetId
tabId
maxAvailableHeight
view
Method Detail
{String} getGadgetId()
Getter for the gadget id.
Returns:
{String} The identifier for the gadget changing view.

{String} getMaxAvailableHeight()
Getter for the maximum available height.
Returns:
{String} The maximum available height for the gadget's view.

{String} getTabId()
Getter for the tab id.
Returns:
{String} The identifier for the tab where the gadget changing view resides.

{String} getView()
Getter for the view.
Returns:
{String} The view type the gadget is changing to.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Nov 06 2017 08:00:55 GMT-0500 (EST)