OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.laf.dhtml.internalWindow
Class AdfDhtmlTooltipManager

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfDhtmlTooltipManager

public class AdfDhtmlTooltipManager
extends AdfObject
AdfDhtmlTooltipManager


Field Summary


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass

Fields inherited from org.ecmascript.object.Object

prototype

Constructor Summary

public
AdfDhtmlTooltipManager()
AdfDhtmlTooltipManager

Method Summary

private Object
_checkMouseExit(Object pageX, Object pageY, Object bounds)
If the mouse has exited the bounds specified in the bounds object, call the bounds object's callback
private Object
_findDispatchEventTarget(Object event)
public static Object
getInstance()
Instantiate the singleton manager
private Object
_getRollOverWindow()
Gets the div to use to show roll-overs
private static Object
_handleMouseMove(Object evt)
mouse over component event handler called from the DhtmlRichPage
private Object
_hideRollOverCallback(Object event)
Called back by the rollover bounds checker to hide the rollover if the mouse leaves the rolled over item
public Object
hideRollOverLabel()
Hides the rollover label
protected Object
Init()
Initializes the instance.
private Object
_redistributeRollOverCallback(Object event)
Redistribute the event to the target under the rollover
public Object
showRollOverLabel(Object containerElement)
Shows a roll-over label with the contents of the specified element

Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString

Field Detail


Constructor Detail


AdfDhtmlTooltipManager

public AdfDhtmlTooltipManager()

AdfDhtmlTooltipManager

Method Detail


_checkMouseExit

private Object _checkMouseExit(Object pageX,
                               Object pageY,
                               Object bounds)

If the mouse has exited the bounds specified in the bounds object, call the bounds object's callback

Parameters:
pageX  
pageY  
bounds  
Return:
Object

_findDispatchEventTarget

private Object _findDispatchEventTarget(Object event)

Parameters:
event  
Return:
Object

getInstance

public static Object getInstance()

Instantiate the singleton manager

Return:
Object

_getRollOverWindow

private Object _getRollOverWindow()

Gets the div to use to show roll-overs

Return:
Object

_handleMouseMove

private static Object _handleMouseMove(Object evt)

mouse over component event handler called from the DhtmlRichPage

Parameters:
evt  
Return:
Object

_hideRollOverCallback

private Object _hideRollOverCallback(Object event)

Called back by the rollover bounds checker to hide the rollover if the mouse leaves the rolled over item

Parameters:
event  
Return:
Object

hideRollOverLabel

public Object hideRollOverLabel()

Hides the rollover label

Return:
Object

Init

protected Object Init()

Initializes the instance. Subclasses of AdfObject must call their superclass' Init

Return:
Object
Overrides:
AdfObject.Init()

_redistributeRollOverCallback

private Object _redistributeRollOverCallback(Object event)

Redistribute the event to the target under the rollover

Parameters:
event  
Return:
Object

showRollOverLabel

public Object showRollOverLabel(Object containerElement)

Shows a roll-over label with the contents of the specified element

Parameters:
containerElement  
Return:
Object

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.