Enum Keynote.PropertyKeys
- java.lang.Object
-
- java.lang.Enum<Keynote.PropertyKeys>
-
- org.primefaces.extensions.component.keynote.Keynote.PropertyKeys
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Keynote.PropertyKeys>
- Enclosing class:
- Keynote
protected static enum Keynote.PropertyKeys extends java.lang.Enum<Keynote.PropertyKeys>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description autoSlidebackgroundTransitioncentercontrolsdisableLayoutembeddedheightlibraryloopmarginmaxScaleminScalenavigationModeprogressshowNotesslideNumberstylestyleClassthemetouchtransitiontransitionSpeedwidgetVarwidth
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Keynote.PropertyKeysvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Keynote.PropertyKeys[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
widgetVar
public static final Keynote.PropertyKeys widgetVar
-
width
public static final Keynote.PropertyKeys width
-
height
public static final Keynote.PropertyKeys height
-
margin
public static final Keynote.PropertyKeys margin
-
minScale
public static final Keynote.PropertyKeys minScale
-
maxScale
public static final Keynote.PropertyKeys maxScale
-
autoSlide
public static final Keynote.PropertyKeys autoSlide
-
center
public static final Keynote.PropertyKeys center
-
controls
public static final Keynote.PropertyKeys controls
-
disableLayout
public static final Keynote.PropertyKeys disableLayout
-
embedded
public static final Keynote.PropertyKeys embedded
-
loop
public static final Keynote.PropertyKeys loop
-
navigationMode
public static final Keynote.PropertyKeys navigationMode
-
progress
public static final Keynote.PropertyKeys progress
-
showNotes
public static final Keynote.PropertyKeys showNotes
-
slideNumber
public static final Keynote.PropertyKeys slideNumber
-
touch
public static final Keynote.PropertyKeys touch
-
transition
public static final Keynote.PropertyKeys transition
-
transitionSpeed
public static final Keynote.PropertyKeys transitionSpeed
-
backgroundTransition
public static final Keynote.PropertyKeys backgroundTransition
-
theme
public static final Keynote.PropertyKeys theme
-
library
public static final Keynote.PropertyKeys library
-
style
public static final Keynote.PropertyKeys style
-
styleClass
public static final Keynote.PropertyKeys styleClass
-
-
Method Detail
-
values
public static Keynote.PropertyKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Keynote.PropertyKeys c : Keynote.PropertyKeys.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Keynote.PropertyKeys valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-