Class Mbui_IOView

    • Constructor Detail

      • Mbui_IOView

        @Inject
        public Mbui_IOView​(MbuiContext mbuiContext)
    • Method Detail

      • 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