Info | Value |
---|---|
Component Type | org.primefaces.component.SpeedDial |
Handler Class | None |
Renderer Type | org.primefaces.component.SpeedDialRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
ariaLabel | false | jakarta.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. |
badge | false | jakarta.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. |
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. |
buttonStyle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the button element. |
buttonStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the button element. |
direction | false | jakarta.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'. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether the component is disabled. |
hideIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Hide icon of the button element. |
hideOnClickOutside | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether the actions close when clicked outside. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
keepOpen | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether the menu should be kept open on clicking menu items. Default value is false. |
mask | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to show a mask element behind the speeddial. |
maskStyle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the mask element. |
maskStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the mask element. |
model | false | jakarta.el.ValueExpression
(must evaluate to org.primefaces.model.menu.MenuModel )
| MenuModel instance to create action items dynamically. |
onClick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when the button element clicked. |
onHide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when the actions are hidden. |
onShow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when the actions are visible. |
onVisibleChange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when the visibility of element changed. |
radius | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Radius for *circle types. |
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. |
rotateAnimation | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defined to rotate the showIcon (and hideIcon). |
showIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Show icon of the button element. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the container element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the container element. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Advisory tooltip information. |
transitionDelay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Transition delay step for each action item. |
type | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the opening type of actions. |
visible | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies the visibility of the overlay. |
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.