| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvPropertyStateManager
|
+--IlvFacesProxy
|
+--IlvAbstractPopupMenuProxy
IlvAbstractPopupMenuProxy is the base class for popup menu proxies.
This class is abstract: you must subclass it and call
setObject to use it. | Constructor Summary | |
|---|---|
IlvAbstractPopupMenuProxy(clientId, formId)
|
|
| Method Summary | |
|---|---|
getFactory()
Returns the expression binding to the server side factory that will generates the contextual menu. |
|
getItemDisabledStyleClass()
Returns the CSS class of a disabled menu item. |
|
getItemHighlightedStyleClass()
Returns the CSS class of a highlighted menu item. |
|
getItemStyleClass()
Returns the CSS class of a menu item. |
|
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. |
|
| Constructor Detail |
IlvAbstractPopupMenuProxy(clientId, formId)
| Method Detail |
getFactory()
getItemDisabledStyleClass()
getItemHighlightedStyleClass()
getItemStyleClass()
performJSFAction(x, y, path)
performServerAction(actionName, params, updateAll)
setFactory(factory)
factory - The factory to set.setItemDisabledStyleClass(itemDisabledStyleClass)
itemDisabledStyleClass - The CSS class of a disabled menu item.setItemHighlightedStyleClass(itemHighlightedStyleClass)
itemHighlightedStyleClass - The CSS class of a highlighted menu itemsetItemStyleClass(itemStyleClass)
itemStyleClass - The CSS class of a menu item.| Inherited Methods from IlvFacesProxy |
| Inherited Methods from IlvPropertyStateManager |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |