| Info | Value |
|---|---|
| Component Type | org.primefaces.extensions.component.Keynote |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
autoSlide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Auto-slide interval in milliseconds; 0 disables.Default is 0. |
backgroundTransition | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Background transition: 'fade', 'slide', 'convex', 'concave', 'zoom'.Default is fade. |
binding | false | jakarta.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. |
center | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to vertically center the content.Default is true. |
controls | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to show navigation controls.Default is true. |
disableLayout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to disable layout changes.Default is false. |
embedded | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether the presentation is embedded (e.g. in an iframe).Default is false. |
height | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Presentation height in pixels.Default is 700. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
library | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Resource library for theme CSS.Default is primefaces-extensions. |
loop | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to loop the presentation.Default is false. |
margin | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double)
| Factor of the display size that should remain empty around the content.Default is 0.04. |
maxScale | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double)
| Maximum scale factor.Default is 2.0. |
minScale | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double)
| Minimum scale factor.Default is 0.2. |
navigationMode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Navigation mode: 'default' or 'linear'.Default is default. |
progress | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to show progress bar.Default is true. |
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.Default is true. |
showNotes | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to show speaker notes.Default is false. |
slideNumber | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Slide number display: 'true', 'false', or a CSS selector.Default is false. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
theme | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Theme name; 'none' to disable.Default is none. |
touch | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to enable touch navigation.Default is true. |
transition | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Transition style: 'none', 'fade', 'slide', 'convex', 'concave', 'zoom'.Default is slide. |
transitionSpeed | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Transition speed: 'default', 'fast', 'slow'.Default is default. |
value | true | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| The dynamic data model (e.g. DynaFormModel). |
var | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the request-scoped variable that exposes the current row/control data. |
varContainerId | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the request-scoped variable that exposes the current container client id. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
width | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Presentation width in pixels.Default is 960. |
Output generated by Vdldoc View Declaration Language Documentation Generator.