Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvFacesTooltipInteractorProxy

IlvObject
   |
   +--IlvPropertyStateManager
      |
      +--IlvFacesProxy
         |
         +--IlvInteractorProxy
            |
            +--IlvFacesTooltipInteractorProxy

Category:
Framework JSF component
JavaScript File:
IlvFacesTooltipInteractorProxy.js
Description:
The IlvFacesTooltipInteractorProxy is a tooltip interactor proxy.
Since:
JViews 8.7

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IlvFacesTooltipInteractorProxy(clientId, tolerance)
Method Summary
Method Attributes Method Name and Description
 
setBaseTextDirection(baseTextDirection)
Specifies the baseTextDirection of the tooltip.
 
setTemplate(template)
Specifies the template of the tooltip.
 
setTolerance(tolerance)
Specifies the tolerance of the tooltip interactor.
Methods inherited from class IlvInteractorProxy
getCursor, getMenuModelId, getMessage, setCursor, setMenuModelId, setMessage
Methods inherited from class IlvFacesProxy
dispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML
Methods inherited from class IlvPropertyStateManager
getClientId, notify
Methods inherited from class IlvObject
getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvFacesTooltipInteractorProxy
IlvFacesTooltipInteractorProxy(clientId, tolerance)
Parameters:
clientId - The id used to indentify the proxy.
tolerance - The tolerance used to do hittest.
Method Detail
setBaseTextDirection
setBaseTextDirection(baseTextDirection)
Specifies the baseTextDirection of the tooltip.
Parameters:
baseTextDirection - the baseTextDirection of the tooltip.

setTemplate
setTemplate(template)
Specifies the template of the tooltip.
Parameters:
template - the template of the tooltip.

setTolerance
setTolerance(tolerance)
Specifies the tolerance of the tooltip interactor.
Parameters:
tolerance - the tolerance of the tooltip.

©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.