Class Index | File Index

Classes


Class finesse.containerservices.MaxAvailableHeightChangedEvent

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

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Getter for the maximum available height.
Class Detail
finesse.containerservices.MaxAvailableHeightChangedEvent(maxAvailableHeight)
Parameters:
maxAvailableHeight
Method Detail
{String} getMaxAvailableHeight()
Getter for the maximum available height.
Returns:
{String} The maximum available height for a gadget in canvas view

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