Package org.opencms.widgets
Class CmsCategoryWidget
java.lang.Object
org.opencms.widgets.A_CmsWidget
org.opencms.widgets.CmsCategoryWidget
- All Implemented Interfaces:
I_CmsADEWidget
,I_CmsWidget
Provides a widget for a category based dependent select boxes.
- Since:
- 7.0.3
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencms.widgets.A_CmsWidget
A_CmsWidget.CmsDummyWidgetDialog
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Configuration parameter to set the category to display.static final String
Configuration parameter to set the 'only leaf' flag parameter.static final String
Configuration parameter to set the 'property' parameter.Fields inherited from class org.opencms.widgets.A_CmsWidget
HELP_POSTFIX, LABEL_PREFIX
-
Constructor Summary
ConstructorDescriptionCreates a new category widget.CmsCategoryWidget
(String configuration) Creates a category widget with the specified options. -
Method Summary
Modifier and TypeMethodDescriptionprotected String
buildSelectBox
(String baseId, int level, List<CmsSelectWidgetOption> options, String selected, boolean hasError, boolean last) Generates html code for the category selection.Returns the configuration string.getConfiguration
(CmsObject cms, A_CmsXmlContentValue schemaType, CmsMessages messages, CmsResource resource, Locale contentLocale) Returns the configuration string for the ADE content editor widget.Returns a list of CSS resources required by the widget.Returns the default display type of this widget.protected Locale
getDefaultLocale
(CmsObject cms, String resource) Returns the default locale in the content of the given resource.getDialogIncludes
(CmsObject cms, I_CmsWidgetDialog widgetDialog) Generates the necessary JavaScript inclusion code for this widget.getDialogWidget
(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param) Generates the widget HTML for the provided widget parameter.Returns the java script initialization call.Returns a list of java script resources required by the widget.protected CmsResource
getResource
(CmsObject cms, I_CmsWidgetParameter param) Returns the right resource, depending on the locale.getStartingCategory
(CmsObject cms, String referencePath) Returns the starting category depending on the configuration options.Returns the class name of the widget.boolean
Returns if the widget is compact view enabled.boolean
Returns if this is an internal widget.boolean
Check if only leaf selection is allowed.Creates a duplicate of this widget instance.void
setConfiguration
(String configuration) Sets the configuration of this widget.void
setEditorValue
(CmsObject cms, Map<String, 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.A_CmsWidget
equals, getDialogHtmlEnd, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, 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, getWidgetStringValue
-
Field Details
-
CONFIGURATION_CATEGORY
Configuration parameter to set the category to display.- See Also:
-
CONFIGURATION_ONLYLEAFS
Configuration parameter to set the 'only leaf' flag parameter.- See Also:
-
CONFIGURATION_PROPERTY
Configuration parameter to set the 'property' parameter.- See Also:
-
-
Constructor Details
-
CmsCategoryWidget
public CmsCategoryWidget()Creates a new category widget. -
CmsCategoryWidget
Creates a category widget with the specified options.- Parameters:
configuration
- the configuration for the widget
-
-
Method Details
-
getConfiguration
Description copied from class:A_CmsWidget
Returns the configuration string.- Specified by:
getConfiguration
in interfaceI_CmsWidget
- Overrides:
getConfiguration
in classA_CmsWidget
- Returns:
- the configuration string
- See Also:
-
getConfiguration
public String getConfiguration(CmsObject cms, A_CmsXmlContentValue schemaType, CmsMessages messages, CmsResource resource, Locale contentLocale) Description copied from interface:I_CmsADEWidget
Returns the configuration string for the ADE content editor widget.- Specified by:
getConfiguration
in interfaceI_CmsADEWidget
- Parameters:
cms
- the OpenCms contextschemaType
- the schema typemessages
- the messagesresource
- the edited resourcecontentLocale
- the content locale- Returns:
- the configuration string
- See Also:
-
getCssResourceLinks
Description copied from interface:I_CmsADEWidget
Returns a list of CSS resources required by the widget.- Specified by:
getCssResourceLinks
in interfaceI_CmsADEWidget
- Parameters:
cms
- the current OpenCms context- Returns:
- the required CSS resource links
- See Also:
-
getDefaultDisplayType
Description copied from interface:I_CmsADEWidget
Returns the default display type of this widget.- Specified by:
getDefaultDisplayType
in interfaceI_CmsADEWidget
- Returns:
- the default display type
- See Also:
-
getDialogIncludes
Description copied from interface:I_CmsWidget
Generates the necessary JavaScript inclusion code for this widget.- Specified by:
getDialogIncludes
in interfaceI_CmsWidget
- Overrides:
getDialogIncludes
in classA_CmsWidget
- Parameters:
cms
- the current users OpenCms contextwidgetDialog
- the dialog where the widget is used on- Returns:
- the JavaScript inclusion code
- See Also:
-
getDialogWidget
public String getDialogWidget(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param) Description copied from interface:I_CmsWidget
Generates the widget HTML for the provided widget parameter.- Specified by:
getDialogWidget
in interfaceI_CmsWidget
- Parameters:
cms
- an initialized instance of a CmsObjectwidgetDialog
- the dialog where the widget is used onparam
- the widget parameter to generate the widget for- Returns:
- the widget HTML for the provided widget parameter
- See Also:
-
getInitCall
Description copied from interface:I_CmsADEWidget
Returns the java script initialization call.- Specified by:
getInitCall
in interfaceI_CmsADEWidget
- Returns:
- the java script initialization call
- See Also:
-
getJavaScriptResourceLinks
Description copied from interface:I_CmsADEWidget
Returns a list of java script resources required by the widget.- Specified by:
getJavaScriptResourceLinks
in interfaceI_CmsADEWidget
- Parameters:
cms
- the current OpenCms context- Returns:
- the required java script resource links
- See Also:
-
getStartingCategory
Returns the starting category depending on the configuration options.- Parameters:
cms
- the cms contextreferencePath
- the right resource path- Returns:
- the starting category
-
getWidgetName
Description copied from interface:I_CmsADEWidget
Returns the class name of the widget.- Specified by:
getWidgetName
in interfaceI_CmsADEWidget
- Returns:
- the class name
- See Also:
-
isCompactViewEnabled
Description copied from interface:I_CmsWidget
Returns if the widget is compact view enabled.- Specified by:
isCompactViewEnabled
in interfaceI_CmsWidget
- Overrides:
isCompactViewEnabled
in classA_CmsWidget
- Returns:
true
if the widget is compact view enabled- See Also:
-
isInternal
Description copied from interface:I_CmsADEWidget
Returns if this is an internal widget.Only widgets belonging to the OpenCms core should be marked as internal.
- Specified by:
isInternal
in interfaceI_CmsADEWidget
- Returns:
true
if this is an internal widget- See Also:
-
isOnlyLeafs
Check if only leaf selection is allowed.- Returns:
true
, if only leaf selection is allowed
-
newInstance
Description copied from interface:I_CmsWidget
Creates a duplicate of this widget instance.- Specified by:
newInstance
in interfaceI_CmsWidget
- Returns:
- a duplicate of this widget instance
- See Also:
-
setConfiguration
Description copied from interface:I_CmsWidget
Sets the configuration of this widget.This 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.
- Specified by:
setConfiguration
in interfaceI_CmsWidget
- Overrides:
setConfiguration
in classA_CmsWidget
- Parameters:
configuration
- the configuration to set- See Also:
-
setEditorValue
public void setEditorValue(CmsObject cms, Map<String, String[]> formParameters, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param) Description copied from interface:I_CmsWidget
Sets the value of in the given widget parameter by reading the "right" value from the offered map of parameters.- Specified by:
setEditorValue
in interfaceI_CmsWidget
- Overrides:
setEditorValue
in classA_CmsWidget
- Parameters:
cms
- 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 for- See Also:
-
buildSelectBox
protected String buildSelectBox(String baseId, int level, List<CmsSelectWidgetOption> options, String selected, boolean hasError, boolean last) Generates html code for the category selection.- Parameters:
baseId
- the widget idlevel
- the category deep leveloptions
- the list ofCmsSelectWidgetOption
objectsselected
- the selected optionhasError
- if to display error messagelast
- if it is the last level- Returns:
- html code
-
getDefaultLocale
Returns the default locale in the content of the given resource.- Parameters:
cms
- the cms contextresource
- the resource path to get the default locale for- Returns:
- the default locale of the resource
-
getResource
Returns the right resource, depending on the locale.- Parameters:
cms
- the cms contextparam
- the widget parameter- Returns:
- the resource to get/set the categories for
-