primefaces

Tag speedDial

Component Information 
InfoValue
Component Typeorg.primefaces.component.SpeedDial
Handler ClassNone
Renderer Typeorg.primefaces.component.SpeedDialRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
ariaLabelfalsejakarta.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.
autoDisplayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether the first level of submenus will be displayed on mouseover or click event.Default is true.
badgefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Badge value to display on the button.
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
buttonStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the button element.
buttonStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the button element.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines text direction, valid values are ltr and rtl.Default is ltr.
directionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the opening direction of actions. Valid values are up, down, left, right, up-left, up-right, down-left and down-right.Default is up.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether the component is disabled.Default is false.
hideDelayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay in milliseconds before hiding the submenu, if 0 not hidden until document.click().Default is 0.
hideIconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Icon of the button when speed dial is opened.
hideOnClickOutsidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether the actions close when clicked outside.Default is true.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
keepOpenfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to keep the speed dial open after clicking an action.Default is false.
maskfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to show a mask element behind the speed dial.Default is false.
maskStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the mask element.
maskStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the mask element.
modelfalsejakarta.el.ValueExpression
(must evaluate to org.primefaces.model.menu.MenuModel)
MenuModel instance to create menus programmatically
onClickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when button is clicked.
onHidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when speed dial is hidden.
onShowfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when speed dial is shown.
onVisibleChangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when visibility changes.
radiusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Radius for circle types.Default is 0.
renderedfalsejakarta.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.Default is true.
rotateAnimationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to show rotate animation when button state changes.Default is true.
showDelayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay in milliseconds before displaying the submenu. Default is 0 meaning immediate.Default is 0.
showIconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Icon of the button when speed dial is closed.Default is pi pi-plus.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the element in the tabbing order.Default is 0.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
toggleEventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Event to toggle the submenus, valid values are "hover" and "click".
transitionDelayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Transition delay step for each action item.Default is 30.
typefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the opening type of actions. Valid values are linear, circle, semi-circle and quarter-circle.Default is linear.
visiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies the visibility of the overlay.Default is false.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.Default is generated ('widget_' + componentClientId).

Output generated by Vdldoc View Declaration Language Documentation Generator.