Package org.jboss.hal.core.mvp
Class ApplicationFinderPresenter<V extends HalView,Proxy_ extends com.gwtplatform.mvp.client.proxy.ProxyPlace<?>>
- 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,Proxy_>
-
- 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
- Direct Known Subclasses:
ApplicationSecurityDomainPresenter,BasePresenter,BrowseContentPresenter,CacheContainerPresenter,ConfigurationChangesPresenter,DataSourcePresenter,DataSourcePresenter,DataSourceXAPresenter,DeploymentPresenter,DistributedCachePresenter,EEPresenter,EjbPresenter,GenericSubsystemPresenter,HaPolicyPresenter,HostPresenter,InvalidationCachePresenter,JcaPresenter,JGroupsPresenter,JmsQueuePresenter,JmxPresenter,JndiPresenter,JobPresenter,JpaPresenter,LocalCachePresenter,LogFilePresenter,MailSessionPresenter,ManagementOperationsPresenter,MbuiPresenter,MicroProfileHealthPresenter,MicroProfileMetricsPresenter,RealmsPresenter,RemoteCacheContainerPresenter,ReplicatedCachePresenter,ScatteredCachePresenter,SecurityManagerPresenter,ServerBootErrorsPresenter,ServerGroupDeploymentPresenter,ServerPresenter,ServerPresenter,ServerRuntimePresenter,ServletContainerPresenter,SSLPresenter,StandaloneDeploymentPresenter,StoresPresenter,SystemPropertiesPresenter,TransactionsPresenter,UnderTheBridgePresenter,WebservicePresenter
public abstract class ApplicationFinderPresenter<V extends HalView,Proxy_ extends com.gwtplatform.mvp.client.proxy.ProxyPlace<?>> extends ApplicationPresenter<V,Proxy_> implements HasFinderPath, SupportsExternalMode, Refreshable
Base class for all application presenters which interact with the finder. The presenter updates the breadcrumb by taking the information fromHasFinderPath.finderPath()and fires aFinderContextEventinonReset().
-
-
Method Summary
-
Methods inherited from class org.jboss.hal.core.mvp.ApplicationPresenter
isExternal, 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 org.jboss.hal.core.mvp.HasFinderPath
finderPath
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-