| Package | Description |
|---|---|
| org.opencms.ui.dialogs.permissions |
Contains permission dialog classes
|
| Modifier and Type | Method and Description |
|---|---|
static CmsPrincipalSelect.WidgetType |
CmsPrincipalSelect.WidgetType.valueOf(java.lang.String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPrincipalSelect.setWidgetType(CmsPrincipalSelect.WidgetType type)
Sets the widget type.
|
| Constructor and Description |
|---|
CmsPrincipalSelectDialog(I_CmsPrincipalSelect cmsPrincipalSelect,
java.lang.String ou,
com.vaadin.ui.Window window,
CmsPrincipalSelect.WidgetType widgetType,
boolean realOnly,
CmsPrincipalSelect.WidgetType defaultView)
public constructor.
|
CmsPrincipalSelectDialog(I_CmsPrincipalSelect cmsPrincipalSelect,
java.lang.String ou,
com.vaadin.ui.Window window,
CmsPrincipalSelect.WidgetType widgetType,
boolean realOnly,
CmsPrincipalSelect.WidgetType defaultView,
boolean includeWebOus)
public constructor.
|