Package org.opencms.widgets
Class CmsVfsFileWidget
java.lang.Object
org.opencms.widgets.A_CmsWidget
org.opencms.widgets.CmsVfsFileWidget
- All Implemented Interfaces:
I_CmsADEWidget
,I_CmsWidget
Provides a OpenCms VFS file selection widget, for use on a widget dialog.
- Since:
- 6.0.0
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
Macro resolver factory to get the default searchable types.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 flag to include files in popup resource tree.static final String
Configuration parameter to restrict the widget to gallery selection only.static final String
Configuration parameter to set the flag to show the site selector in popup resource tree.static final String
Configuration parameter to set the flag to include files in popup resource tree.static final String
Configuration parameter to prevent the project awareness flag in the popup resource tree.static final String
Configuration parameter to set the project awareness flag in the popup resource tree.static final String
Configuration parameter to set search types of the gallery widget.static final String
Configuration parameter to set the selectable types of the gallery widget.static final String
Configuration parameter to set the flag to show the site selector in popup resource tree.static final String
Configuration parameter to set start folder.static final String
Configuration parameter to set start site of the popup resource tree.static final String
The default search types macro name.Fields inherited from class org.opencms.widgets.A_CmsWidget
HELP_POSTFIX, LABEL_PREFIX
-
Constructor Summary
ConstructorDescriptionCreates a new vfs file widget.CmsVfsFileWidget
(boolean showSiteSelector, String startSite) Creates a new vfs file widget with the parameters to configure the popup tree window behavior.CmsVfsFileWidget
(boolean showSiteSelector, String startSite, boolean includeFiles) Creates a new vfs file widget with the parameters to configure the popup tree window behavior.CmsVfsFileWidget
(boolean showSiteSelector, String startSite, boolean includeFiles, boolean projectAware) Creates a new vfs file widget with the parameters to configure the popup tree window behavior.CmsVfsFileWidget
(String configuration) Creates a new vfs file widget with the given configuration. -
Method Summary
Modifier and TypeMethodDescriptionReturns 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.static String
getDefaultSearchTypes
(CmsObject cms, CmsResource resource) Returns a comma separated list of the default search type names.getDialogIncludes
(CmsObject cms, I_CmsWidgetDialog widgetDialog) Generates the necessary JavaScript inclusion code for this widget.getDialogInitCall
(CmsObject cms, I_CmsWidgetDialog widgetDialog) Generates the initialisation method JavaScript code for this widget.getDialogInitMethod
(CmsObject cms, I_CmsWidgetDialog widgetDialog) Generates the initialization method JavaScript 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 JSONObject
getJsonConfig
(CmsObject cms, A_CmsXmlContentValue schemaType, CmsMessages messages, CmsResource resource, Locale contentLocale) Gets the JSON configuration.Returns the start site root shown by the widget when first displayed.protected String
getTreeToken
(CmsObject cms, A_CmsXmlContentValue value, CmsResource resource, Locale contentLocale) Computes the tree token, which is used to decide which preloaded tree, if any, to load for the VFS/sitemap tabs.Returns the class name of the widget.boolean
Returns if this is an internal widget.boolean
Returnstrue
if the site selector is shown.Creates a duplicate of this widget instance.void
setConfiguration
(String configuration) Sets the configuration of this widget.Methods inherited from class org.opencms.widgets.A_CmsWidget
equals, getDialogHtmlEnd, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, isCompactViewEnabled, setEditorValue
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, getHelpBubble, getHelpText, getWidgetStringValue, isCompactViewEnabled, setEditorValue
-
Field Details
-
CONFIGURATION_EXCLUDEFILES
Configuration parameter to set the flag to include files in popup resource tree.- See Also:
-
CONFIGURATION_GALLERYSELECT
Configuration parameter to restrict the widget to gallery selection only.- See Also:
-
CONFIGURATION_HIDESITESELECTOR
Configuration parameter to set the flag to show the site selector in popup resource tree.- See Also:
-
CONFIGURATION_INCLUDEFILES
Configuration parameter to set the flag to include files in popup resource tree.- See Also:
-
CONFIGURATION_NOTPROJECTAWARE
Configuration parameter to prevent the project awareness flag in the popup resource tree.- See Also:
-
CONFIGURATION_PROJECTAWARE
Configuration parameter to set the project awareness flag in the popup resource tree.- See Also:
-
CONFIGURATION_SEARCHTYPES
Configuration parameter to set search types of the gallery widget.- See Also:
-
CONFIGURATION_SELECTABLETYPES
Configuration parameter to set the selectable types of the gallery widget.- See Also:
-
CONFIGURATION_SHOWSITESELECTOR
Configuration parameter to set the flag to show the site selector in popup resource tree.- See Also:
-
CONFIGURATION_STARTFOLDER
Configuration parameter to set start folder.- See Also:
-
CONFIGURATION_STARTSITE
Configuration parameter to set start site of the popup resource tree.- See Also:
-
DEFAULT_SEARCH_TYPES_MACRO
The default search types macro name.- See Also:
-
-
Constructor Details
-
CmsVfsFileWidget
public CmsVfsFileWidget()Creates a new vfs file widget. -
CmsVfsFileWidget
Creates a new vfs file widget with the parameters to configure the popup tree window behavior.- Parameters:
showSiteSelector
- true if the site selector should be shown in the popup windowstartSite
- the start site root for the popup window
-
CmsVfsFileWidget
Creates a new vfs file widget with the parameters to configure the popup tree window behavior.- Parameters:
showSiteSelector
- true if the site selector should be shown in the popup windowstartSite
- the start site root for the popup windowincludeFiles
- true if files should be shown in the popup window
-
CmsVfsFileWidget
public CmsVfsFileWidget(boolean showSiteSelector, String startSite, boolean includeFiles, boolean projectAware) Creates a new vfs file widget with the parameters to configure the popup tree window behavior.- Parameters:
showSiteSelector
- true if the site selector should be shown in the popup windowstartSite
- the start site root for the popup windowincludeFiles
-true
if files should be shown in the popup windowprojectAware
-true
if resources outside of the current project should be displayed as normal
-
CmsVfsFileWidget
Creates a new vfs file widget with the given configuration.- Parameters:
configuration
- the configuration to use
-
-
Method Details
-
getDefaultSearchTypes
Returns a comma separated list of the default search type names.- Parameters:
cms
- the CMS contextresource
- the edited resource- Returns:
- a comma separated list of the default search type names
-
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:
-
getDialogInitCall
Description copied from interface:I_CmsWidget
Generates the initialisation method JavaScript code for this widget.- Specified by:
getDialogInitCall
in interfaceI_CmsWidget
- Overrides:
getDialogInitCall
in classA_CmsWidget
- Parameters:
cms
- the current users OpenCms contextwidgetDialog
- the dialog where the widget is used on- Returns:
- the initialisation method JavaScript code
- See Also:
-
getDialogInitMethod
Description copied from interface:I_CmsWidget
Generates the initialization method JavaScript code for this widget.- Specified by:
getDialogInitMethod
in interfaceI_CmsWidget
- Overrides:
getDialogInitMethod
in classA_CmsWidget
- Parameters:
cms
- an initialized instance of a CmsObjectwidgetDialog
- the dialog where the widget is used on- Returns:
- the initialization method JavaScript 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:
-
getStartSite
Returns the start site root shown by the widget when first displayed.If
null
is returned, the dialog will display the current site of the current user.- Returns:
- the start site root shown by the widget when first displayed
-
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:
-
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:
-
isShowingSiteSelector
Returnstrue
if the site selector is shown.The default is
true
.- Returns:
true
if the site selector is shown
-
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:
-
getJsonConfig
protected JSONObject getJsonConfig(CmsObject cms, A_CmsXmlContentValue schemaType, CmsMessages messages, CmsResource resource, Locale contentLocale) Gets the JSON configuration.- Parameters:
cms
- the current CMS contextschemaType
- the schema typemessages
- the messagesresource
- the content resourcecontentLocale
- the content locale- Returns:
- the JSON configuration object
-
getTreeToken
protected String getTreeToken(CmsObject cms, A_CmsXmlContentValue value, CmsResource resource, Locale contentLocale) Computes the tree token, which is used to decide which preloaded tree, if any, to load for the VFS/sitemap tabs.- Parameters:
cms
- the current CMS contextvalue
- the content valueresource
- the content resourcecontentLocale
- the content locale- Returns:
- the tree token
-