public static enum Galleria.PropertyKeys extends Enum<Galleria.PropertyKeys>
Enum Constant and Description |
---|
autoPlay |
effect |
effectSpeed |
frameHeight |
frameWidth |
panelHeight |
panelWidth |
showCaption |
showFilmstrip |
style |
styleClass |
transitionInterval |
value |
var |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Galleria.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Galleria.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Galleria.PropertyKeys widgetVar
public static final Galleria.PropertyKeys value
public static final Galleria.PropertyKeys var
public static final Galleria.PropertyKeys style
public static final Galleria.PropertyKeys styleClass
public static final Galleria.PropertyKeys effect
public static final Galleria.PropertyKeys effectSpeed
public static final Galleria.PropertyKeys frameWidth
public static final Galleria.PropertyKeys frameHeight
public static final Galleria.PropertyKeys showFilmstrip
public static final Galleria.PropertyKeys autoPlay
public static final Galleria.PropertyKeys transitionInterval
public static final Galleria.PropertyKeys panelWidth
public static final Galleria.PropertyKeys panelHeight
public static final Galleria.PropertyKeys showCaption
public static Galleria.PropertyKeys[] values()
for (Galleria.PropertyKeys c : Galleria.PropertyKeys.values()) System.out.println(c);
public static Galleria.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Galleria.PropertyKeys>
Copyright © 2017. All rights reserved.