public enum VelocityRenderType extends Enum<VelocityRenderType>
| Enum Constant and Description |
|---|
JQUERY_JSTREE |
JQUERY_TREE_TABLE |
| Modifier and Type | Method and Description |
|---|---|
abstract VelocityRenderer |
newRenderer() |
static VelocityRenderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VelocityRenderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VelocityRenderType JQUERY_JSTREE
public static final VelocityRenderType JQUERY_TREE_TABLE
public static VelocityRenderType[] values()
for (VelocityRenderType c : VelocityRenderType.values()) System.out.println(c);
public static VelocityRenderType 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 abstract VelocityRenderer newRenderer()
Copyright © 2011-2019. All Rights Reserved.