Class EjbView

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void attach()
      This method should be called after the view's elements are attached to the DOM.
      void update​(org.jboss.hal.client.runtime.subsystem.ejb.EjbNode ejb)  
      • Methods inherited from class com.gwtplatform.mvp.client.ViewImpl

        addToSlot, asWidget, removeFromSlot, setInSlot
      • Methods inherited from interface org.jboss.hal.core.mvp.HalView

        detach
      • Methods inherited from interface org.jboss.elemento.IsElement

        element
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
      • Methods inherited from interface com.gwtplatform.mvp.client.View

        addToSlot, removeFromSlot, setInSlot
    • Constructor Detail

    • Method Detail

      • update

        public void update​(org.jboss.hal.client.runtime.subsystem.ejb.EjbNode ejb)
        Specified by:
        update in interface EjbPresenter.MyView
      • attach

        public void attach()
        Description copied from interface: HalView
        This method should be called after the view's elements are attached to the DOM. Typically this method is called from HalPresenter.onReveal().

        Do not use ViewImpl.onAttach() to initialize PatternFly components. This works for widgets only, but not for elements!

        Specified by:
        attach in interface HalView
        Overrides:
        attach in class HalViewImpl