public static enum IterationComponentsConfiguration.Items extends Enum<IterationComponentsConfiguration.Items>
Enum Constant and Description |
---|
datatableUsesViewLocale |
Modifier and Type | Method and Description |
---|---|
static IterationComponentsConfiguration.Items |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IterationComponentsConfiguration.Items[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@ConfigurationItem(defaultValue="false", names="org.richfaces.datatableUsesViewLocale") public static final IterationComponentsConfiguration.Items datatableUsesViewLocale
public static IterationComponentsConfiguration.Items[] values()
for (IterationComponentsConfiguration.Items c : IterationComponentsConfiguration.Items.values()) System.out.println(c);
public static IterationComponentsConfiguration.Items 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 © 2015 JBoss by Red Hat. All Rights Reserved.