程序包 | 说明 |
---|---|
org.opencms.widgets |
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
|
org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
org.opencms.workplace.tools.database |
This package contains the tool classes for the database management related administration views.
|
限定符和类型 | 方法和说明 |
---|---|
CmsWidgetDialogParameter |
CmsWidgetException.getWidget()
Returns the widget that caused the error.
|
构造器和说明 |
---|
CmsWidgetException(CmsMessageContainer container,
CmsWidgetDialogParameter widget)
Creates a new localized Exception.
|
CmsWidgetException(CmsMessageContainer container,
java.lang.Throwable cause,
CmsWidgetDialogParameter widget)
Creates a new localized Exception that also containes a root cause.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.Map<java.lang.String,java.util.List<CmsWidgetDialogParameter>> |
CmsWidgetDialog.m_widgetParamValues
Contains all parameter value of this dialog.
|
protected java.util.List<CmsWidgetDialogParameter> |
CmsWidgetDialog.m_widgets
The list of widgets used on the dialog.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsWidgetDialogParameter |
CmsWidgetDialog.getParameterDefinition(java.lang.String name)
Returns the parameter widget definition for the given parameter name.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.Map<java.lang.String,java.util.List<CmsWidgetDialogParameter>> |
CmsWidgetDialog.getParameters()
Returns the map with the widget parameter values.
|
protected java.util.List<CmsWidgetDialogParameter> |
CmsWidgetDialog.getWidgets()
Returns the list of all widgets used on this widget dialog, the
List must contain Objects of type
. |
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsWidgetDialog.addWidget(CmsWidgetDialogParameter param)
Adds a new widget parameter definition to the list of all widgets of this dialog.
|
protected java.lang.String |
CmsWidgetDialog.createDialogRowHtml(CmsWidgetDialogParameter base)
Creates the dialog HTML for all occurrences of one widget parameter.
|
protected java.lang.String |
CmsWidgetDialog.getWidget(CmsWidgetDialogParameter param)
Returns the widget HTML code for the given parameter.
|
构造器和说明 |
---|
CmsWidgetDialogParameter(CmsWidgetDialogParameter base,
int index)
Create a new Widget parameter.
|
CmsWidgetDialogParameter(CmsWidgetDialogParameter base,
int index,
int originalIndex)
Create a new Widget parameter.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsWidgetDialogParameter |
CmsHtmlImportDialog.getDialogParameter(java.lang.String property,
I_CmsWidget widget)
This function creates a
Object based
on the given properties. |