IlvPopupMenu

IlvObject
  |
  +--IlvAbstractPopupMenu
       |
       +--IlvPopupMenu
Category:
Graphics Framework component
JavaScript File:
IlvPopupMenu.js
Description:
This class defines a contextual popup menu intended to be set on a view. The menu will be displayed this menu on a right click on the view
This contextual could be static or dynamic.

Constructor Summary
IlvPopupMenu()

Method Summary
createRequestURL(view, event, modelId)
Returns the request URL to query a dynamic popup menu (used by the factory).

Constructor Detail

IlvPopupMenu

IlvPopupMenu()
Creates an instance of IlvPopupMenu.

Method Detail

createRequestURL

createRequestURL(view, event, modelId)
Returns the request URL to query a dynamic popup menu (used by the factory).

Inherited Methods from IlvAbstractPopupMenu
createRequestURL, displayPopupMenu, getItemDisabledStyleClass, getItemHighlightedStyleClass, getItemStyleClass, getMenu, getSubMenuIcon, hidePopupMenu, internalDisplayPopupMenu, isDynamic, isPopupTrigger, performServerAction, setDynamic, setItemDisabledStyleClass, setItemHighlightedStyleClass, setItemStyleClass, setMenu, setSubmenuIcon
Inherited Methods from IlvObject
callDispose, dispose, getClassName, hashCode, inherits, instanceOf, invoke, registerDispose, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility