Interface I_CmsInlineFormParent

All Known Implementing Classes:
CmsContainerPageElementPanel, CmsFormParent, CmsGroupContainerElementPanel

public interface I_CmsInlineFormParent
An inline form parent widget.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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
    Replaces the inner HTML of widget to reflect content data changes.
  • Method Details

    • adoptWidget

      void adoptWidget(com.google.gwt.user.client.ui.IsWidget widget)
      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

      void replaceHtml(String html)
      Replaces the inner HTML of widget to reflect content data changes.

      Parameters:
      html - the element HTML