Interface TemplatedActivity


  • public interface TemplatedActivity
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jboss.errai.common.client.dom.HTMLElement getRootElement()
      Returns the HTMLElement that is the root panel of this activity.
      org.jboss.errai.common.client.dom.HTMLElement resolvePosition​(org.uberfire.workbench.model.NamedPosition p)
      Returns the HTMLElement that contains the child WorkbenchPanelView at the given position.
    • Method Detail

      • resolvePosition

        org.jboss.errai.common.client.dom.HTMLElement resolvePosition​(org.uberfire.workbench.model.NamedPosition p)
        Returns the HTMLElement that contains the child WorkbenchPanelView at the given position.
        Returns:
        the HTMLElement that contains the child at the given position, or null if the given position does not exist within this activity's view.
      • getRootElement

        org.jboss.errai.common.client.dom.HTMLElement getRootElement()
        Returns the HTMLElement that is the root panel of this activity.