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
IlvPanTool(left, top, view)

Method Summary
getMessagePanel()
Returns the message panel where the messages will be displayed.
isEnabled(l)
Returns whether or not this pan tool is enabled.
setEnabled(enabled)
Sets whether or not this pan tool is enabled.
setMessagePanel(panel)
Sets the message panel where the message will be displayed.

Constructor Detail

IlvPanTool

IlvPanTool(left, top, view)
Creates an instance of IlvPanTool.

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.

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(panel)
Sets the message panel where the message will be displayed.
Parameters:
ilvHTMLPanel - An instance of IlvHTMLPanel.

Inherited Methods from IlvEmptyView
addSizeListener, childrenToHTML, getBounds, getHeight, getLeft, getLocation, getSize, getTop, getWidth, isStateInCookie, removeSizeListener, restoreState, saveState, setBounds, setChildrenBounds, setLocation, setSize, setStateInCookie, toHTML
Inherited Methods from IlvObject
callDispose, dispose, getClassName, hashCode, inherits, instanceOf, invoke, registerDispose, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility