IlvObject
   |
   +--IlvPropertyStateManager
      |
      +--IlvFacesProxy
         |
         +--IlvAbstractPopupMenuProxy
  
   
	
		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 Attributes | Constructor Name and Description | 
|---|---|
| 
							 
								IlvAbstractPopupMenuProxy(clientId, formId)
							 
							
						 | 
					
| 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. 
							 | 
						
| dispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML | 
| getClientId, notify | 
| getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility | 
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.
						
						 
					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.