Info | Value |
---|---|
Component Type | org.primefaces.extensions.component.Keynote |
Handler Class | None |
Renderer Type | org.primefaces.extensions.component.KeynoteRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
autoSlide | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Controls automatic progression to the next slide in milliseconds. Default value is 0. |
backgroundTransition | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Transition style for full page slide backgrounds. Valid values are none/fade/slide/convex/concave/zoom. Default value is fade. |
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. |
center | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Vertical centering of slides. Default value is true. |
controls | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Display presentation control arrows. Default value is true. |
disableLayout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Disables the default slide layout (scaling and centering) so that you can use custom CSS layout. Default value is false. |
embedded | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Flags if the presentation is running in an embedded mode, i.e. contained within a limited portion of the screen. Default value is false. |
height | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Height of presentation in CSS pixels. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
library | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Library name where custom themes of the presentation are located. |
loop | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Loop the presentation. Default value 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 )
| Bounds for largest possible scale to apply to content. Default is 2.0. |
minScale | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double )
| Bounds for smallest possible scale to apply to content. Default is 0.2. |
navigationMode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Changes the behavior of our navigation directions. Values are default/linear/grid. Default value is default. |
progress | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Display a presentation progress bar. Default value 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. |
showNotes | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Flags if speaker notes should be visible to all viewers. Default value is false. |
slideNumber | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Display the page number of the current slide. "h.v": Horizontal . vertical slide number, "h/v": Horizontal / vertical slide number, "c": Flattened slide number, "c/t": Flattened slide number / total slides, "false": Hide slide number. Default value is false. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style of the main container element. Default value is null. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the main container element. Default value is null. |
theme | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The theme to style the presentation with. Valid values are: black, white, league, beige, sky, night, serif, simple, solarized, blood, moon. Default value is none. |
touch | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Enables touch navigation on devices with touch input. Default value is true. |
transition | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Transition style. Valid values are none/fade/slide/convex/concave/zoom. Default value is slide. |
transitionSpeed | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Transition speed. Valid values are default/fast/slow. Default value is default. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| Collection of items (KeynoteItem) representing model of this component. |
var | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the request-scoped variable for the underlaying object for each iteration. |
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 )
| Width of presentation in CSS pixels. |
Output generated by Vdldoc View Declaration Language Documentation Generator.