Package org.opencms.widgets
Class CmsHttpUploadWidget
java.lang.Object
org.opencms.widgets.A_CmsWidget
org.opencms.widgets.CmsHttpUploadWidget
- All Implemented Interfaces:
I_CmsWidget
Provides a http upload widget, for use on a widget dialog.
- Since:
- 6.5.6
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencms.widgets.A_CmsWidget
A_CmsWidget.CmsDummyWidgetDialog
-
Field Summary
Fields inherited from class org.opencms.widgets.A_CmsWidget
HELP_POSTFIX, LABEL_PREFIX
-
Constructor Summary
ConstructorDescriptionCreates a new input widget.CmsHttpUploadWidget
(String configuration) Creates a new input widget with the given configuration. -
Method Summary
Modifier and TypeMethodDescriptiongetDialogWidget
(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param) Generates the widget HTML for the provided widget parameter.Creates a duplicate of this widget instance.Methods inherited from class org.opencms.widgets.A_CmsWidget
equals, getConfiguration, getDialogHtmlEnd, getDialogIncludes, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, isCompactViewEnabled, setConfiguration, setEditorValue
-
Constructor Details
-
CmsHttpUploadWidget
public CmsHttpUploadWidget()Creates a new input widget. -
CmsHttpUploadWidget
Creates a new input widget with the given configuration.- Parameters:
configuration
- the configuration to use
-
-
Method Details
-
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.- 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:
-
newInstance
Description copied from interface:I_CmsWidget
Creates a duplicate of this widget instance.- Returns:
- a duplicate of this widget instance
- See Also:
-