public static enum CmsPrincipalSelect.WidgetType extends java.lang.Enum<CmsPrincipalSelect.WidgetType>
| Enum Constant and Description |
|---|
groupwidget
Select groups only.
|
principalwidget
Select any principal.
|
userwidget
Select users only.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsPrincipalSelect.WidgetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsPrincipalSelect.WidgetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsPrincipalSelect.WidgetType groupwidget
public static final CmsPrincipalSelect.WidgetType principalwidget
public static final CmsPrincipalSelect.WidgetType userwidget
public static CmsPrincipalSelect.WidgetType[] values()
for (CmsPrincipalSelect.WidgetType c : CmsPrincipalSelect.WidgetType.values()) System.out.println(c);
public static CmsPrincipalSelect.WidgetType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null