Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvAbstractPopupMenuProxy

IlvObject
   |
   +--IlvPropertyStateManager
      |
      +--IlvFacesProxy
         |
         +--IlvAbstractPopupMenuProxy

Category:
Framework JSF component
JavaScript File:
IlvAbstractPopupMenuProxy.js
Description:
The IlvAbstractPopupMenuProxy is the base class for pop-up menu proxies. This class is abstract: you must subclass it and call setObject to use it.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IlvAbstractPopupMenuProxy(clientId, formId)
Method Summary
Method Attributes Method Name and Description
 
Returns the expression binding to the server side factory that will generates the contextual menu.
 
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.
 
Returns the partial submit mode.
 
performJSFAction(x, y, path)
Performs a JSF action by submitting the page.
 
performServerAction(actionName, params, updateAll)
Performs the action during a image request.
 
setFactory(factory)
Sets the expression binding to the server side factory that will generates the contextual 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.
 
setPartialSubmit(partialSubmit)
Sets the partial submit mode.
Methods inherited from class IlvFacesProxy
dispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML
Methods inherited from class IlvPropertyStateManager
getClientId, notify
Methods inherited from class IlvObject
getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvAbstractPopupMenuProxy
IlvAbstractPopupMenuProxy(clientId, formId)
Parameters:
clientId - The id used to identify the proxy.
formId
Method Detail
getFactory
getFactory()
Returns the expression binding to the server side factory that will generates the contextual menu.

getItemDisabledStyleClass
getItemDisabledStyleClass()
Returns the CSS class of a disabled menu item.
Returns:
The CSS class of a disabled menu item.

getItemHighlightedStyleClass
getItemHighlightedStyleClass()
Returns the CSS class of a highlighted menu item.
Returns:
The CSS class of a menu highlighted item.

getItemStyleClass
getItemStyleClass()
Returns the CSS class of a menu item.
Returns:
The CSS class of a menu item.

getPartialSubmit
getPartialSubmit()
Returns the partial submit mode. If true, the auto submit flag is also true and it is in a partial page refresh enabled context (such as trinidad), this interactor will do a partial submit the enclosing form on a click event. The partial submit mode is set to false by default.
Returns:
The partial submit.

performJSFAction
performJSFAction(x, y, path)
Performs a JSF action by submitting the page.
Parameters:
x
y
path

performServerAction
performServerAction(actionName, params, updateAll)
Performs the action during a image request.
Parameters:
actionName
params
updateAll

setFactory
setFactory(factory)
Sets the expression binding to the server side factory that will generates the contextual menu.
Parameters:
factory - The factory to set.

setItemDisabledStyleClass
setItemDisabledStyleClass(itemDisabledStyleClass)
Sets the CSS class of a disabled menu item.
Parameters:
itemDisabledStyleClass - The CSS class of a disabled menu item.

setItemHighlightedStyleClass
setItemHighlightedStyleClass(itemHighlightedStyleClass)
Sets the CSS class of a highlighted menu item.
Parameters:
itemHighlightedStyleClass - The CSS class of a highlighted menu item

setItemStyleClass
setItemStyleClass(itemStyleClass)
Sets the CSS class of a menu item.
Parameters:
itemStyleClass - The CSS class of a menu item.

setPartialSubmit
setPartialSubmit(partialSubmit)
Sets the partial submit mode. If true, the auto submit flag is also true and it is in a partial page refresh enabled context (such as trinidad), this interactor will do a partial submit the enclosing form on a click event. The partial submit mode is set to false by default.
Parameters:
partialSubmit - The partial submit to set.

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