public enum NavDragComponentType extends Enum<NavDragComponentType>
Enum Constant and Description |
---|
CAROUSEL |
MENUBAR |
TABLIST |
TILES |
TREE |
Modifier and Type | Method and Description |
---|---|
static NavDragComponentType |
getByClassName(String className) |
String |
getFQClassName() |
static NavDragComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavDragComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavDragComponentType CAROUSEL
public static final NavDragComponentType MENUBAR
public static final NavDragComponentType TABLIST
public static final NavDragComponentType TREE
public static final NavDragComponentType TILES
public static NavDragComponentType[] values()
for (NavDragComponentType c : NavDragComponentType.values()) System.out.println(c);
public static NavDragComponentType 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 getFQClassName()
public static NavDragComponentType getByClassName(String className)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.