|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.widgets.A_CmsWidget
org.opencms.widgets.A_CmsSelectWidget
org.opencms.widgets.CmsSelectWidget
org.opencms.widgets.CmsSelectGroupWidget
org.opencms.widgets.CmsMultiSelectGroupWidget
public class CmsMultiSelectGroupWidget
Provides a widget for group selection multi select boxes.
This widget is configurable with the following options:
groupfilter: regular expression to filter available groupsgroups: comma separated list of group names to show in the select box. Note:
if this configuration option if used,
groupfilter and includesubous are not considered anymore.includesubous: boolean flag to indicate if sub OUs should be scanned for groups to selectoufqn: the fully qualified name of the OU to read the groups from
<mapping element="..." mapto="permission:GROUP:+r+v|GROUP.ALL_OTHERS:|GROUP.Projectmanagers:+r+v+w+c" />
This means that the +r+v permission is written for the principal GROUP on the resource.
Additionally two permissions are written as default: for ALL_OTHERS, no allowed permission is set,
for Projectmanagers, "+r+v+w+c" is set.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.opencms.widgets.A_CmsWidget |
|---|
A_CmsWidget.CmsDummyWidgetDialog |
| Field Summary | |
|---|---|
static java.lang.String |
CONFIGURATION_DEFAULT_ALL
Configuration parameter name to use all available groups as default. |
| Fields inherited from class org.opencms.widgets.CmsSelectGroupWidget |
|---|
CONFIGURATION_GROUPFILTER, CONFIGURATION_GROUPS, CONFIGURATION_INCLUDESUBOUS, CONFIGURATION_OUFQN |
| Fields inherited from class org.opencms.widgets.A_CmsSelectWidget |
|---|
CONFIGURATION_HEIGHT |
| Fields inherited from class org.opencms.widgets.A_CmsWidget |
|---|
HELP_POSTFIX, LABEL_PREFIX |
| Constructor Summary | |
|---|---|
CmsMultiSelectGroupWidget()
Creates a new group select widget. |
|
CmsMultiSelectGroupWidget(java.lang.String configuration)
Creates a group select widget with the specified select options. |
|
CmsMultiSelectGroupWidget(java.lang.String configuration,
boolean asCheckboxes)
Creates a select widget with the select options specified in the given configuration List. |
|
| Method Summary | |
|---|---|
java.lang.String |
getConfiguration(CmsObject cms,
A_CmsXmlContentValue schemaType,
CmsMessages messages,
CmsResource resource,
java.util.Locale contentLocale)
Returns the configuration string for the ADE content editor widget. |
java.lang.String |
getDialogIncludes(CmsObject cms,
I_CmsWidgetDialog widgetDialog)
Generates the necessary JavaScript inclusion code for this widget. |
java.lang.String |
getDialogWidget(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
Generates the widget HTML for the provided widget parameter. |
java.lang.String |
getWidgetName()
Returns the class name of the widget. |
I_CmsWidget |
newInstance()
Creates a duplicate of this widget instance. |
protected java.util.List<CmsSelectWidgetOption> |
parseSelectOptions(CmsObject cms,
CmsMessages messages,
I_CmsWidgetParameter param)
Returns the list of configured select options, parsing the configuration String if required. |
protected java.util.List<CmsSelectWidgetOption> |
parseSelectOptions(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
Returns the list of configured select options, parsing the configuration String if required. |
void |
setConfiguration(java.lang.String configuration)
Sets the configuration of this widget. |
void |
setEditorValue(CmsObject cms,
java.util.Map<java.lang.String,java.lang.String[]> formParameters,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
Sets the value of in the given widget parameter by reading the "right" value from the offered map of parameters. |
| Methods inherited from class org.opencms.widgets.CmsSelectGroupWidget |
|---|
getCssResourceLinks, getInitCall, getJavaScriptResourceLinks, isInternal |
| Methods inherited from class org.opencms.widgets.CmsSelectWidget |
|---|
getWidgetStringValue |
| Methods inherited from class org.opencms.widgets.A_CmsSelectWidget |
|---|
addSelectOption, getConfiguration, getHeight, getSelectedValue, getSelectedValues, getSelectOptions, setSelectOptions |
| Methods inherited from class org.opencms.widgets.A_CmsWidget |
|---|
equals, getDialogHtmlEnd, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opencms.widgets.I_CmsWidget |
|---|
getDialogHtmlEnd, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpText |
| Field Detail |
|---|
public static final java.lang.String CONFIGURATION_DEFAULT_ALL
| Constructor Detail |
|---|
public CmsMultiSelectGroupWidget()
public CmsMultiSelectGroupWidget(java.lang.String configuration)
configuration - the configuration (possible options) for the group select box
public CmsMultiSelectGroupWidget(java.lang.String configuration,
boolean asCheckboxes)
The list elements must be of type .CmsSelectWidgetOption
configuration - the configuration (possible options) for the select widgetasCheckboxes - indicates if used html code is a multi selection list or a list of checkboxesCmsSelectWidgetOption| Method Detail |
|---|
public java.lang.String getConfiguration(CmsObject cms,
A_CmsXmlContentValue schemaType,
CmsMessages messages,
CmsResource resource,
java.util.Locale contentLocale)
I_CmsADEWidget
getConfiguration in interface I_CmsADEWidgetgetConfiguration in class CmsSelectGroupWidgetcms - the OpenCms contextschemaType - the schema typemessages - the messagesresource - the edited resourcecontentLocale - the content locale
I_CmsADEWidget.getConfiguration(org.opencms.file.CmsObject, org.opencms.xml.types.A_CmsXmlContentValue, org.opencms.i18n.CmsMessages, org.opencms.file.CmsResource, java.util.Locale)
public java.lang.String getDialogIncludes(CmsObject cms,
I_CmsWidgetDialog widgetDialog)
I_CmsWidget
getDialogIncludes in interface I_CmsWidgetgetDialogIncludes in class A_CmsWidgetcms - the current users OpenCms contextwidgetDialog - the dialog where the widget is used on
I_CmsWidget.getDialogIncludes(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog)
public java.lang.String getDialogWidget(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
I_CmsWidget
getDialogWidget in interface I_CmsWidgetgetDialogWidget in class CmsSelectWidgetcms - an initialized instance of a CmsObjectwidgetDialog - the dialog where the widget is used onparam - the widget parameter to generate the widget for
I_CmsWidget.getDialogWidget(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog, org.opencms.widgets.I_CmsWidgetParameter)public java.lang.String getWidgetName()
I_CmsADEWidget
getWidgetName in interface I_CmsADEWidgetgetWidgetName in class CmsSelectWidgetI_CmsADEWidget.getWidgetName()public I_CmsWidget newInstance()
I_CmsWidget
newInstance in interface I_CmsWidgetnewInstance in class CmsSelectGroupWidgetI_CmsWidget.newInstance()public void setConfiguration(java.lang.String configuration)
I_CmsWidgetThis can be used to enable / disable certain widget features that should not always be available, or to pass specific initialization information to the widget. It depends on the widget implementation on how this information is used.
setConfiguration in interface I_CmsWidgetsetConfiguration in class A_CmsSelectWidgetconfiguration - the configuration to setA_CmsWidget.setConfiguration(java.lang.String)
public void setEditorValue(CmsObject cms,
java.util.Map<java.lang.String,java.lang.String[]> formParameters,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
I_CmsWidget
setEditorValue in interface I_CmsWidgetsetEditorValue in class A_CmsWidgetcms - the current users OpenCms contextformParameters - the map of parameters to get the value fromwidgetDialog - the dialog where the widget is used onparam - the widget parameter to generate the widget forA_CmsWidget.setEditorValue(org.opencms.file.CmsObject, java.util.Map, org.opencms.widgets.I_CmsWidgetDialog, org.opencms.widgets.I_CmsWidgetParameter)
protected java.util.List<CmsSelectWidgetOption> parseSelectOptions(CmsObject cms,
CmsMessages messages,
I_CmsWidgetParameter param)
CmsSelectGroupWidget
The list elements are of type .
The configuration String is parsed only once and then stored internally.CmsSelectWidgetOption
parseSelectOptions in class CmsSelectGroupWidgetcms - the current users OpenCms contextmessages - the messages of this dialogparam - the widget parameter of this dialog
CmsSelectGroupWidget.parseSelectOptions(org.opencms.file.CmsObject, org.opencms.i18n.CmsMessages, org.opencms.widgets.I_CmsWidgetParameter)
protected java.util.List<CmsSelectWidgetOption> parseSelectOptions(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
A_CmsSelectWidget
The list elements are of type .
The configuration String is parsed only once and then stored internally.CmsSelectWidgetOption
parseSelectOptions in class CmsSelectGroupWidgetcms - the current users OpenCms contextwidgetDialog - the dialog of this widgetparam - the widget parameter of this dialog
A_CmsSelectWidget.parseSelectOptions(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog, org.opencms.widgets.I_CmsWidgetParameter)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||