Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvChartPopupMenu

IlvObject
   |
   +--IlvAbstractPopupMenu
      |
      +--IlvChartPopupMenu
Category:
Charts component
JavaScript File:
IlvChartPopupMenu.js

Constructor Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
createRequestURL(view, event, modelId)
Returns the request URL to query a dynamic pop-up menu (used by the factory).
 
Gets the mode of the popup menu.
 
setMode(mode)
Sets the mode of the popup menu.
Methods inherited from class IlvAbstractPopupMenu
displayPopupMenu, getItemDisabledStyleClass, getItemHighlightedStyleClass, getItemStyleClass, getMenu, getSubMenuIcon, hidePopupMenu, internalDisplayPopupMenu, isDynamic, isPopupTrigger, performServerAction, setDynamic, setItemDisabledStyleClass, setItemHighlightedStyleClass, setItemStyleClass, setMenu, setSubmenuIcon
Methods inherited from class IlvObject
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvChartPopupMenu
IlvChartPopupMenu(mode)
Parameters:
mode - The mode used to search items. Valid value are:
  • 'ITEM', 'NEAREST_ITEM', or 'NEAREST_POINT'
Method Detail
createRequestURL
createRequestURL(view, event, modelId)
Returns the request URL to query a dynamic pop-up menu (used by the factory).
Parameters:
view
event
modelId

getMode
getMode()
Gets the mode of the popup menu.

setMode
setMode(mode)
Sets the mode of the popup menu.
Parameters:
mode - The mode used to search items. Valid value are: 'ITEM', 'NEAREST_ITEM', or 'NEAREST_POINT'.

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