Class ChildResourcePresenter
- 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.ApplicationPresenter<V,Proxy_>
-
- org.jboss.hal.core.mvp.ApplicationFinderPresenter<V,P>
-
- org.jboss.hal.client.runtime.subsystem.resourceadapter.BasePresenter<ChildResourcePresenter.MyView,ChildResourcePresenter.MyProxy>
-
- org.jboss.hal.client.runtime.subsystem.resourceadapter.ChildResourcePresenter
-
- 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,HasFinderPath,Refreshable,SupportsExternalMode
public class ChildResourcePresenter extends BasePresenter<ChildResourcePresenter.MyView,ChildResourcePresenter.MyProxy>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChildResourcePresenter.MyProxystatic interfaceChildResourcePresenter.MyView
-
Constructor Summary
Constructors Constructor Description ChildResourcePresenter(com.google.web.bindery.event.shared.EventBus eventBus, ChildResourcePresenter.MyView view, ChildResourcePresenter.MyProxy myProxy, Finder finder, FinderPathFactory finderPathFactory, Dispatcher dispatcher, StatementContext statementContext, Resources resources)
-
Method Summary
-
Methods inherited from class org.jboss.hal.client.runtime.subsystem.resourceadapter.BasePresenter
finderPath, getExtendedStatsAddress, getPoolStatsAddress, getResourceAddress, getType, prepareFromRequest
-
Methods inherited from class org.jboss.hal.core.mvp.ApplicationPresenter
isExternal
-
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
-
ChildResourcePresenter
@Inject public ChildResourcePresenter(com.google.web.bindery.event.shared.EventBus eventBus, ChildResourcePresenter.MyView view, ChildResourcePresenter.MyProxy myProxy, Finder finder, FinderPathFactory finderPathFactory, Dispatcher dispatcher, StatementContext statementContext, Resources resources)
-
-