com.adobe.idp.dsc.propertyeditor
Class PropertyContext.UserAndGroupBrowserStyle
java.lang.Object
java.lang.Enum
com.adobe.idp.dsc.propertyeditor.PropertyContext.UserAndGroupBrowserStyle
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing interface:
- PropertyContext
public static final class PropertyContext.UserAndGroupBrowserStyle
- extends java.lang.Enum
Browses for a users and/or groups.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Select_Users
public static final PropertyContext.UserAndGroupBrowserStyle Select_Users
Select_Multiple_Users
public static final PropertyContext.UserAndGroupBrowserStyle Select_Multiple_Users
Select_Groups
public static final PropertyContext.UserAndGroupBrowserStyle Select_Groups
Select_Multiple_Groups
public static final PropertyContext.UserAndGroupBrowserStyle Select_Multiple_Groups
Select_Both
public static final PropertyContext.UserAndGroupBrowserStyle Select_Both
values
public static PropertyContext.UserAndGroupBrowserStyle[] values()
valueOf
public static PropertyContext.UserAndGroupBrowserStyle valueOf(java.lang.String name)