Interface CustomPanelDefinition

  • All Superinterfaces:
    PanelDefinition
    All Known Implementing Classes:
    CustomPanelDefinitionImpl

    @JsType
    public interface CustomPanelDefinition
    extends PanelDefinition
    A custom PanelDefinition that is associated with a HasWidgets or HTMLElement container. See PlaceManager#goTo(PlaceRequest, HasWidgets) and PlaceManager#goTo(PlaceRequest, HTMLElement)
    • Method Detail

      • getHtmlElementContainer

        @JsIgnore
        Optional<org.jboss.errai.common.client.dom.HTMLElement> getHtmlElementContainer()
        Returns the HTMLElement container associated with the custom panel.
      • getHasWidgetsContainer

        @JsIgnore
        Optional<com.google.gwt.user.client.ui.HasWidgets> getHasWidgetsContainer()
        Returns the HasWidgets container associated with the custom panel.
      • getElemental2HtmlElementContainer

        @JsIgnore
        Optional<elemental2.dom.HTMLElement> getElemental2HtmlElementContainer()
        Returns the elemental2.dom.HTMLElement container associated with the custom panel.