Uses of Enum
org.opencms.ui.dialogs.permissions.CmsPrincipalSelect.WidgetType
Packages that use CmsPrincipalSelect.WidgetType
-
Uses of CmsPrincipalSelect.WidgetType in org.opencms.ui.dialogs.permissions
Methods in org.opencms.ui.dialogs.permissions that return CmsPrincipalSelect.WidgetTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CmsPrincipalSelect.WidgetType[]
CmsPrincipalSelect.WidgetType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.ui.dialogs.permissions with parameters of type CmsPrincipalSelect.WidgetTypeModifier and TypeMethodDescriptionvoid
CmsPrincipalSelect.setWidgetType
(CmsPrincipalSelect.WidgetType type) Sets the widget type.Constructors in org.opencms.ui.dialogs.permissions with parameters of type CmsPrincipalSelect.WidgetTypeModifierConstructorDescriptionCmsPrincipalSelectDialog
(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.