Package org.opencms.acacia.client
Interface I_CmsInlineFormParent
- All Known Implementing Classes:
CmsContainerPageElementPanel
,CmsFormParent
,CmsGroupContainerElementPanel
public interface I_CmsInlineFormParent
An inline form parent widget.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
adoptWidget
(com.google.gwt.user.client.ui.IsWidget widget) Adopts the given widget as a child widget.com.google.gwt.dom.client.Element
The widget element.void
replaceHtml
(String html) Replaces the inner HTML of widget to reflect content data changes.
-
Method Details
-
adoptWidget
Adopts the given widget as a child widget.This assumes the widget element is already attached to the DOM and is a child or descendant of this widget element.
- Parameters:
widget
- the widget to adopt
-
getElement
com.google.gwt.dom.client.Element getElement()The widget element.- Returns:
- the widget element
-
replaceHtml
Replaces the inner HTML of widget to reflect content data changes.- Parameters:
html
- the element HTML
-