Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvPanTool

IlvObject
   |
   +--IlvEmptyView
      |
      +--IlvPanTool

Category:
Graphics Framework component
JavaScript File:
IlvPanTool.js
Description:
The IlvPanTool is a navigation tool that allows the user to pan an IlvView in all directions.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IlvPanTool(left, top, view)
Method Summary
Method Attributes Method Name and Description
 
Returns the message panel where the messages will be displayed.
 
Returns whether or not this pan tool is enabled.
 
setEnabled(enabled)
Sets whether or not this pan tool is enabled.
 
setMessagePanel(ilvHTMLPanel)
Sets the message panel where the message will be displayed.
Methods inherited from class IlvEmptyView
addSizeListener, childrenToHTML, getBounds, getHeight, getLeft, getLocation, getSize, getTop, getWidth, isStateInCookie, removeSizeListener, restoreState, saveState, setBounds, setChildrenBounds, setLocation, setSize, setStateInCookie, toHTML
Methods inherited from class IlvObject
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvPanTool
IlvPanTool(left, top, view)
Parameters:
left - The x absolute position on the page.
top - The y absolute position on the page.
view - The IlvView.
Method Detail
getMessagePanel
getMessagePanel()
Returns the message panel where the messages will be displayed.
Returns:
An instance of IlvHTMLPanel or null.

isEnabled
isEnabled(l)
Returns whether or not this pan tool is enabled.
Parameters:
l
Since:
JViews 8.0

setEnabled
setEnabled(enabled)
Sets whether or not this pan tool is enabled.
Parameters:
enabled - the enabled flag
Since:
JViews 8.0

setMessagePanel
setMessagePanel(ilvHTMLPanel)
Sets the message panel where the message will be displayed.
Parameters:
ilvHTMLPanel - An instance of IlvHTMLPanel.

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