Uses of Enum
org.opencms.ui.dialogs.permissions.CmsPrincipalSelect.PrincipalType
Packages that use CmsPrincipalSelect.PrincipalType
-
Uses of CmsPrincipalSelect.PrincipalType in org.opencms.ui.dialogs.permissions
Methods in org.opencms.ui.dialogs.permissions that return CmsPrincipalSelect.PrincipalTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CmsPrincipalSelect.PrincipalType[]
CmsPrincipalSelect.PrincipalType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.ui.dialogs.permissions that return types with arguments of type CmsPrincipalSelect.PrincipalTypeConstructors in org.opencms.ui.dialogs.permissions with parameters of type CmsPrincipalSelect.PrincipalTypeModifierConstructorDescriptionCmsPrincipalSelectDialog
(I_CmsPrincipalSelect cmsPrincipalSelect, String ou, com.vaadin.ui.Window window, CmsPrincipalSelect.WidgetType widgetType, boolean realOnly, CmsPrincipalSelect.PrincipalType defaultView) public constructor.CmsPrincipalSelectDialog
(I_CmsPrincipalSelect cmsPrincipalSelect, String ou, com.vaadin.ui.Window window, CmsPrincipalSelect.WidgetType widgetType, boolean realOnly, CmsPrincipalSelect.PrincipalType defaultView, boolean includeWebOus, boolean roleSelectionAllowed) public constructor.