Package org.opencms.ade.contenteditor
Class CmsWidgetUtil.WidgetInfo
java.lang.Object
org.opencms.ade.contenteditor.CmsWidgetUtil.WidgetInfo
- Enclosing class:
- CmsWidgetUtil
Bean representing widget information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the complex widget.Gets the display type.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.
-
Constructor Details
-
WidgetInfo
public WidgetInfo()
-
-
Method Details
-
getComplexWidget
Gets the complex widget.- Returns:
- the complex widget
-
getDisplayType
Gets the display type.- Returns:
- the display type
-
getWidget
Gets the widget instance.- Returns:
- the widget instance
-
setComplexWidget
Sets the complex widget.- Parameters:
complexWidget
- the complex widget to set
-
setDisplayType
Sets the display type.- Parameters:
displayType
- the display type
-
setWidget
Sets the widget.- Parameters:
widget
- the widget
-