public interface HalView
extends com.gwtplatform.mvp.client.View, org.jboss.gwt.elemento.core.IsElement, org.jboss.gwt.elemento.core.HasElements
| Modifier and Type | Method and Description |
|---|---|
void |
attach()
This method should be called after the view's elements are attached to the DOM.
|
default void |
detach()
Counterpart to
attach(). |
void attach()
HalPresenter.onReveal().
Do not use ViewImpl.onAttach() to initialize PatternFly components. This works for widgets
only, but not for elements!
default void detach()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.