Class Index | File Index

Classes


Class gui.HyperlinkTooltipView


Defined in: HyperlinkTooltipView.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
gui.HyperlinkTooltipView(odfCanvas, getActiveModifier)
Method Summary
Method Attributes Method Name and Description
 
destroy(callback)
Destroy the object.
<inner>  
<inner>  
 
Hide the tooltip
<inner>  
init()
 
Show the tooltip
Class Detail
gui.HyperlinkTooltipView(odfCanvas, getActiveModifier)
Parameters:
{!odf.OdfCanvas} odfCanvas
{!function():!number} getActiveModifier
Get the currently active hyperlink click handler modifier
Method Detail
{undefined} destroy(callback)
Destroy the object. Do not access any member of this object after this call.
Parameters:
{function(!Error=):undefined} callback
Returns:
{undefined}

<inner> {!string} getHint()
Returns:
{!string}

<inner> {?Element} getHyperlinkElement(node)
Parameters:
{?Node} node
Returns:
{?Element}

{undefined} hideTooltip()
Hide the tooltip
Returns:
{undefined}

<inner> {undefined} init()
Returns:
{undefined}

{undefined} showTooltip(e)
Show the tooltip
Parameters:
{!Event} e
Returns:
{undefined}

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Aug 06 2015 04:10:40 GMT+0200 (MESZ)