Package org.jboss.hal.client.rhcp
Class RhcpPresenter
- java.lang.Object
-
- com.gwtplatform.mvp.client.HandlerContainerImpl
-
- com.gwtplatform.mvp.client.PresenterWidget<V>
-
- com.gwtplatform.mvp.client.Presenter<V,Proxy_>
-
- org.jboss.hal.core.mvp.HalPresenter<V,Proxy_>
-
- org.jboss.hal.core.mvp.TopLevelPresenter<V,Proxy_>
-
- org.jboss.hal.core.mvp.FinderPresenter<RhcpPresenter.MyView,RhcpPresenter.MyProxy>
-
- org.jboss.hal.client.rhcp.RhcpPresenter
-
- All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.HandlerContainer,com.gwtplatform.mvp.client.HasPopupSlot,com.gwtplatform.mvp.client.HasSlots,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,TopLevelCategory
public class RhcpPresenter extends FinderPresenter<RhcpPresenter.MyView,RhcpPresenter.MyProxy>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRhcpPresenter.MyProxystatic interfaceRhcpPresenter.MyView
-
Constructor Summary
Constructors Constructor Description RhcpPresenter(com.google.web.bindery.event.shared.EventBus eventBus, RhcpPresenter.MyView view, RhcpPresenter.MyProxy myProxy, Finder finder, Resources resources)
-
Method Summary
-
Methods inherited from class org.jboss.hal.core.mvp.FinderPresenter
prepareFromRequest
-
Methods inherited from class org.jboss.hal.core.mvp.HalPresenter
element, iterator
-
Methods inherited from class com.gwtplatform.mvp.client.Presenter
bind, forceReveal, getProxy, unbind, useManualReveal
-
Methods inherited from class com.gwtplatform.mvp.client.PresenterWidget
addToPopupSlot, addToPopupSlot, addToSlot, addToSlot, asWidget, clearSlot, clearSlot, equals, fireEvent, fireEvent, getChild, getChildren, getChildren, getView, hashCode, isVisible, removeFromParentSlot, removeFromPopupSlot, removeFromSlot, removeFromSlot, setInSlot, setInSlot, setInSlot, setInSlot
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
RhcpPresenter
@Inject public RhcpPresenter(com.google.web.bindery.event.shared.EventBus eventBus, RhcpPresenter.MyView view, RhcpPresenter.MyProxy myProxy, Finder finder, Resources resources)
-
-