primefaces-p

Tag menuButton

Component Information 
InfoValue
Component Typeorg.primefaces.component.MenuButton
Handler ClassNone
Renderer Typeorg.primefaces.component.MenuButtonRenderer
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.
modelfalsejavax.el.ValueExpression
(must evaluate to org.primefaces.model.menu.MenuModel)
MenuModel instance to create menus programmatically.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Label of the button.
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.
disabledfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables or enables the button.
iconfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Icon of the menu button.
iconPosfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the icon, default value is left.
appendTofalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Appends the overlay to the element defined by search expression. Defaults to document body.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
ariaLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The aria-label attribute is used to define a string that labels the current element for accessibility.
collisionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
For the overlay menu that shows up when the menu button is clicked. When the overlay menu overflows the window in some direction, move it to an alternative position. Supported values are flip, fit, flipfit and none. See https://api.jqueryui.com/position/ for more details. Defaults to flip. When you the body of your layout does not scroll, you may also want to set the option maxHeight.
maxHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The maximum height of the overlay menu that shows up when the menu button is clicked. May be either a number (such as 200), which is interpreted as a height in pixels. Alternatively, may also be a CSS length such as 90vh or 10em. Useful in case the body of your layout does not scroll, especially in combination with the collision property.

Output generated by Vdldoc View Declaration Language Documentation Generator.