Info | Value |
---|---|
Component Type | org.primefaces.component.ContextMenu |
Handler Class | None |
Renderer Type | org.primefaces.component.ContextMenuRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
beforeShow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute before context menu is shown. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| If true, prevents menu from being shown. |
event | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Event to bind the contextmenu default is right click. |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Id of the component to attach to. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
model | false | jakarta.el.ValueExpression
(must evaluate to org.primefaces.model.menu.MenuModel )
| Menu model instance to create menu programmatically. |
nodeType | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Type of tree nodes to get attached. |
rendered | false | jakarta.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. |
selectionMode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines the selection behavior. Valid values are "single" and "multiple" (default). |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style of the main container element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the main container element. |
targetFilter | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Selector to filter the elements to attach the menu. Default is null. |
touchable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Enable touch support if browser detection supports it. Default is false because it is globally enabled by default. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.