public interface I_CmsGalleryWidgetDynamicConfiguration
A_CmsGalleryWidget
.The following values can be configured dynamically:
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getStartup(CmsObject cms,
CmsMessages widgetDialog,
I_CmsWidgetParameter param)
Returns the required information for the initial item list to load.
|
java.lang.String |
getType(CmsObject cms,
CmsMessages widgetDialog,
I_CmsWidgetParameter param)
Returns the type of the initial item list to load, either gallery or category.
|
java.lang.String getStartup(CmsObject cms, CmsMessages widgetDialog, I_CmsWidgetParameter param)
If a gallery should be shown, the path to the gallery must be specified, for a category the category path.
cms
- an initialized instance of a CmsObjectwidgetDialog
- the dialog where the widget is used onparam
- the widget parameter to generate the widget forjava.lang.String getType(CmsObject cms, CmsMessages widgetDialog, I_CmsWidgetParameter param)
cms
- an initialized instance of a CmsObjectwidgetDialog
- the dialog where the widget is used onparam
- the widget parameter to generate the widget for