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 |
|
Returns the request URL to query a dynamic pop-up menu (used by the factory).
|
|
Gets the mode of the popup menu.
|
|
Sets the mode of the popup menu.
|
Methods inherited from class IlvAbstractPopupMenudisplayPopupMenu, getItemDisabledStyleClass, getItemHighlightedStyleClass, getItemStyleClass, getMenu, getSubMenuIcon, hidePopupMenu, internalDisplayPopupMenu, isDynamic, isPopupTrigger, performServerAction, setDynamic, setItemDisabledStyleClass, setItemHighlightedStyleClass, setItemStyleClass, setMenu, setSubmenuIcon |
Methods inherited from class IlvObjectdispose, 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.