Info | Value |
---|---|
Component Type | org.primefaces.component.SlideMenu |
Handler Class | None |
Renderer Type | org.primefaces.component.SlideMenuRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
at | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Corner of trigger to align with menu element. |
backLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Text for back link, only applies to sliding menus. Default is "Back" |
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. |
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 )
| A menu model instance to create menu programmatically. |
my | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Corner of menu to align with trigger element. |
overlay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines positioning, when enabled menu is displayed with absolute positioning relative to the trigger. Default is false, meaning static positioning. |
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. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the main container element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the main container element. |
trigger | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Id of component whose click event will show the dynamic positioned menu. |
triggerEvent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Event name of component that will show the dynamic positioned menu. Default is click. |
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.