primefaces-p

Tag contextMenu

Component Information 
InfoValue
Component Typeorg.primefaces.component.ContextMenu
Handler ClassNone
Renderer Typeorg.primefaces.component.ContextMenuRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of the component to attach to.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style of the main container element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element.
modelfalsejavax.el.ValueExpression
(must evaluate to org.primefaces.model.menu.MenuModel)
Menu model instance to create menu programmatically.
nodeTypefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Type of tree nodes to get attached.
eventfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event to bind the contextmenu default is right click.
beforeShowfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute before context menu is shown.
selectionModefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the selection behavior. Valid values are "single" and "multiple" (default).
targetFilterfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Selector to filter the elements to attach the menu. Default is null.

Output generated by Vdldoc View Declaration Language Documentation Generator.