IlvObject | +--IlvAbstractPopupMenu
menuModelId
property.createRequestURL(view,event,modelId)
.
The compatible browsers are Internet Explorer 5.5+ and FireFox 1.0+
Constructor Attributes | Constructor Name and Description |
---|---|
IlvAbstractPopupMenu(init)
|
Method Attributes | Method Name and Description |
---|---|
createRequestURL(view, event, modelId)
Each subclass must implement this method.
|
|
displayPopupMenu(view, event, modelId)
Displays a pop-up menu in a thin client.
|
|
Returns the CSS class of a disabled menu item.
|
|
Returns the CSS class of a highlighted menu item.
|
|
Returns the CSS class of a menu item.
|
|
getMenu()
Returns the static root menu displayed by this pop-up menu.
|
|
Returns the image URL of the icon that shows the menu item is a submenu.
|
|
Hides the visible pop-up menu in a thin client, if there is one;
otherwise, this method does nothing.
|
|
internalDisplayPopupMenu(x, y, menu)
Displays the specified pop-up menu at the specified coordinates.
|
|
Returns the mode of this pop-up menu.
|
|
isPopupTrigger(event)
Checks whether the given event is a pop-up menu trigger.
|
|
performServerAction(actionName, params, updateAll)
Performs a server action, using the action name and the parameters.
|
|
setDynamic(dynamic)
Sets the mode of this pop-up menu menu.
|
|
setItemDisabledStyleClass(itemDisabledStyleClass)
Sets the CSS class of a disabled menu item.
|
|
setItemHighlightedStyleClass(itemHighlightedStyleClass)
Sets the CSS class of a highlighted menu item.
|
|
setItemStyleClass(itemStyleClass)
Sets the CSS class of a menu item.
|
|
setMenu(menu)
Sets the static root menu displayed by this pop-up menu.
|
|
setSubmenuIcon(subMenuIcon)
Sets the image URL of the icon that shows the menu item is a submenu. |
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
this.superContructor(true)
.
This method returns immediately.
It returns true
if the event is not a pop-up menu trigger event;
otherwise, it returns false
.
If the pop-up is dynamic the tasks are performed asynchronously:
true
if a pop-up menu was visible and has been hidden, otherwise it
returns false
.
displayPopupMenu
if the menu is static or by the factory.asyncDisplayPopupMenu
if the menu is dynamic.
true
, update the capabilities and the
image otherwise update the image only.
isDynamic
returns false, otherwise the pop-up menu becomes
dynamic.
Sets the image URL of the icon that shows the menu item is a submenu.
If the parameter is null
, a >
character is used.