Interface I_CmsInlineFormParent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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 getElement()
      The widget element.
      void replaceHtml​(java.lang.String html)
      Replaces the inner HTML of widget to reflect content data changes.
    • Method Detail

      • 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​(java.lang.String html)
        Replaces the inner HTML of widget to reflect content data changes.

        Parameters:
        html - the element HTML