public static class CmsWidgetUtil.WidgetInfo extends java.lang.Object
| Constructor and Description |
|---|
WidgetInfo() |
| Modifier and Type | Method and Description |
|---|---|
I_CmsComplexWidget |
getComplexWidget()
Gets the complex widget.
|
I_CmsXmlContentHandler.DisplayType |
getDisplayType()
Gets the display type.
|
I_CmsWidget |
getWidget()
Gets the widget instance.
|
void |
setComplexWidget(I_CmsComplexWidget complexWidget)
Sets the complex widget.
|
void |
setDisplayType(I_CmsXmlContentHandler.DisplayType displayType)
Sets the display type.
|
void |
setWidget(I_CmsWidget widget)
Sets the widget.
|
public WidgetInfo()
public I_CmsComplexWidget getComplexWidget()
public I_CmsXmlContentHandler.DisplayType getDisplayType()
public I_CmsWidget getWidget()
public void setComplexWidget(I_CmsComplexWidget complexWidget)
complexWidget - the complex widget to setpublic void setDisplayType(I_CmsXmlContentHandler.DisplayType displayType)
displayType - the display typepublic void setWidget(I_CmsWidget widget)
widget - the widget