public static enum RenderVariables.widgetTemplatingZones extends Enum<RenderVariables.widgetTemplatingZones>
| Enum Constant and Description | 
|---|
inside_input_widget  | 
| Modifier and Type | Method and Description | 
|---|---|
static RenderVariables.widgetTemplatingZones | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RenderVariables.widgetTemplatingZones[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final RenderVariables.widgetTemplatingZones inside_input_widget
public static RenderVariables.widgetTemplatingZones[] values()
for (RenderVariables.widgetTemplatingZones c : RenderVariables.widgetTemplatingZones.values()) System.out.println(c);
public static RenderVariables.widgetTemplatingZones 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 nullCopyright © 2019 Nuxeo. All rights reserved.