Enum GalleriaBase.PropertyKeys
- java.lang.Object
-
- java.lang.Enum<GalleriaBase.PropertyKeys>
-
- org.primefaces.component.galleria.GalleriaBase.PropertyKeys
-
- All Implemented Interfaces:
Serializable,Comparable<GalleriaBase.PropertyKeys>
- Enclosing class:
- GalleriaBase
public static enum GalleriaBase.PropertyKeys extends Enum<GalleriaBase.PropertyKeys>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description autoPlayeffecteffectSpeedframeHeightframeWidthpanelHeightpanelWidthshowCaptionshowFilmstripstylestyleClasstabindextouchabletransitionIntervalvaluevarwidgetVar
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GalleriaBase.PropertyKeysvalueOf(String name)Returns the enum constant of this type with the specified name.static GalleriaBase.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 GalleriaBase.PropertyKeys widgetVar
-
value
public static final GalleriaBase.PropertyKeys value
-
var
public static final GalleriaBase.PropertyKeys var
-
style
public static final GalleriaBase.PropertyKeys style
-
styleClass
public static final GalleriaBase.PropertyKeys styleClass
-
tabindex
public static final GalleriaBase.PropertyKeys tabindex
-
effect
public static final GalleriaBase.PropertyKeys effect
-
effectSpeed
public static final GalleriaBase.PropertyKeys effectSpeed
-
frameWidth
public static final GalleriaBase.PropertyKeys frameWidth
-
frameHeight
public static final GalleriaBase.PropertyKeys frameHeight
-
showFilmstrip
public static final GalleriaBase.PropertyKeys showFilmstrip
-
autoPlay
public static final GalleriaBase.PropertyKeys autoPlay
-
transitionInterval
public static final GalleriaBase.PropertyKeys transitionInterval
-
panelWidth
public static final GalleriaBase.PropertyKeys panelWidth
-
panelHeight
public static final GalleriaBase.PropertyKeys panelHeight
-
showCaption
public static final GalleriaBase.PropertyKeys showCaption
-
touchable
public static final GalleriaBase.PropertyKeys touchable
-
-
Method Detail
-
values
public static GalleriaBase.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 (GalleriaBase.PropertyKeys c : GalleriaBase.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 GalleriaBase.PropertyKeys valueOf(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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-