p

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.
badgefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Badge value (String) or BadgeModel instance of the badge to render for this SpeedDial. Default value is null.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
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.
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'.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether the component is disabled.
hideIconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Hide icon of the button element.
hideOnClickOutsidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether the actions close when clicked outside.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
keepOpenfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether the menu should be kept open on clicking menu items. Default value is false.
maskfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to show a mask element behind the speeddial.
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 action items dynamically.
onClickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when the button element clicked.
onHidefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when the actions are hidden.
onShowfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when the actions are visible.
onVisibleChangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when the visibility of element changed.
radiusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Radius for *circle types.
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.
rotateAnimationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defined to rotate the showIcon (and hideIcon).
showIconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Show icon of the button element.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the container element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the container element.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
transitionDelayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Transition delay step for each action item.
typefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the opening type of actions.
visiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies the visibility of the overlay.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.