Class HaPolicyView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.client.configuration.subsystem.messaging.HaPolicyView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,HaPolicyPresenter.MyView,HalView,HasPresenter<HaPolicyPresenter>
public class HaPolicyView extends HalViewImpl implements HaPolicyPresenter.MyView
-
-
Constructor Summary
Constructors Constructor Description HaPolicyView(MetadataRegistry metadataRegistry, Resources resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddetach()Counterpart toHalView.attach().voidempty()voidsetPresenter(HaPolicyPresenter presenter)voidupdate(HaPolicy haPolicy, ModelNode modelNode)-
Methods inherited from class org.jboss.hal.core.mvp.HalViewImpl
attach, element, iterator
-
Methods inherited from class com.gwtplatform.mvp.client.ViewImpl
addToSlot, asWidget, removeFromSlot, setInSlot
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Constructor Detail
-
HaPolicyView
@Inject public HaPolicyView(MetadataRegistry metadataRegistry, Resources resources)
-
-
Method Detail
-
detach
public void detach()
Description copied from interface:HalViewCounterpart toHalView.attach(). Implement this method if you need to remove stuff which was setup inHalView.attach(). The default implementation does nothing.- Specified by:
detachin interfaceHalView- Overrides:
detachin classHalViewImpl
-
setPresenter
public void setPresenter(HaPolicyPresenter presenter)
- Specified by:
setPresenterin interfaceHasPresenter<HaPolicyPresenter>
-
empty
public void empty()
- Specified by:
emptyin interfaceHaPolicyPresenter.MyView
-
update
public void update(HaPolicy haPolicy, ModelNode modelNode)
- Specified by:
updatein interfaceHaPolicyPresenter.MyView
-
-