Enum CarouselBase.PropertyKeys
- java.lang.Object
-
- java.lang.Enum<CarouselBase.PropertyKeys>
-
- org.primefaces.component.carousel.CarouselBase.PropertyKeys
-
- All Implemented Interfaces:
Serializable,Comparable<CarouselBase.PropertyKeys>
- Enclosing class:
- CarouselBase
public static enum CarouselBase.PropertyKeys extends Enum<CarouselBase.PropertyKeys>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description autoPlayIntervalbreakpointcircularcollapseddropdownTemplateeasingeffecteffectDurationfirstVisiblefooterTextheaderTextitemStyleitemStyleClassnumVisiblepageLinksresponsivestatefulstylestyleClasstoggleabletoggleSpeedtouchableverticalwidgetVar
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CarouselBase.PropertyKeysvalueOf(String name)Returns the enum constant of this type with the specified name.static CarouselBase.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 CarouselBase.PropertyKeys widgetVar
-
firstVisible
public static final CarouselBase.PropertyKeys firstVisible
-
numVisible
public static final CarouselBase.PropertyKeys numVisible
-
circular
public static final CarouselBase.PropertyKeys circular
-
vertical
public static final CarouselBase.PropertyKeys vertical
-
autoPlayInterval
public static final CarouselBase.PropertyKeys autoPlayInterval
-
pageLinks
public static final CarouselBase.PropertyKeys pageLinks
-
effect
public static final CarouselBase.PropertyKeys effect
-
easing
public static final CarouselBase.PropertyKeys easing
-
effectDuration
public static final CarouselBase.PropertyKeys effectDuration
-
dropdownTemplate
public static final CarouselBase.PropertyKeys dropdownTemplate
-
style
public static final CarouselBase.PropertyKeys style
-
styleClass
public static final CarouselBase.PropertyKeys styleClass
-
itemStyle
public static final CarouselBase.PropertyKeys itemStyle
-
itemStyleClass
public static final CarouselBase.PropertyKeys itemStyleClass
-
headerText
public static final CarouselBase.PropertyKeys headerText
-
footerText
public static final CarouselBase.PropertyKeys footerText
-
responsive
public static final CarouselBase.PropertyKeys responsive
-
breakpoint
public static final CarouselBase.PropertyKeys breakpoint
-
toggleable
public static final CarouselBase.PropertyKeys toggleable
-
toggleSpeed
public static final CarouselBase.PropertyKeys toggleSpeed
-
collapsed
public static final CarouselBase.PropertyKeys collapsed
-
stateful
public static final CarouselBase.PropertyKeys stateful
-
touchable
public static final CarouselBase.PropertyKeys touchable
-
-
Method Detail
-
values
public static CarouselBase.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 (CarouselBase.PropertyKeys c : CarouselBase.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 CarouselBase.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
-
-