Package org.jboss.hal.core.mvp
Interface HasFinderPath
-
- All Known Implementing Classes:
ApplicationFinderPresenter,ApplicationSecurityDomainPresenter,BasePresenter,BatchPresenter,BrowseContentPresenter,BufferCachePresenter,ByteBufferPoolPresenter,CacheContainerPresenter,ChildResourcePresenter,ClusteringPresenter,ConfigurationChangesPresenter,ConnectionPresenter,CoreManagementPresenter,DataSourcePresenter,DataSourcePresenter,DataSourceXAPresenter,DeploymentPresenter,DeploymentScannerPresenter,DestinationPresenter,DistributableWebPresenter,DistributedCachePresenter,EEPresenter,EjbPresenter,EjbPresenter,ElytronSubsystemPresenter,FactoriesPresenter,FilterPresenter,GenericSubsystemPresenter,HandlerPresenter,HaPolicyPresenter,HostPresenter,HostPresenter,IiopPresenter,InterfacePresenter,InvalidationCachePresenter,IOPresenter,JcaPresenter,JGroupsPresenter,JmsBridgePresenter,JmsQueuePresenter,JmxPresenter,JndiPresenter,JobPresenter,JpaPresenter,JpaPresenter,LocalCachePresenter,LogFilePresenter,LoggingPresenter,LoggingProfilePresenter,MailSessionPresenter,ManagementOperationsPresenter,MapperDecoderPresenter,MbuiPresenter,MessagingSubsystemPresenter,MicroProfileConfigPresenter,MicroProfileHealthPresenter,MicroProfileMetricsPresenter,ModclusterPresenter,OtherSettingsPresenter,PathsPresenter,RealmsPresenter,RealmsPresenter,RemoteActiveMQPresenter,RemoteCacheContainerPresenter,RemotingPresenter,ReplicatedCachePresenter,RequestControllerPresenter,ResourceAdapterPresenter,ResourceAdapterPresenter,ScatteredCachePresenter,SecurityDomainPresenter,SecurityManagerPresenter,SecurityPresenter,ServerBootErrorsPresenter,ServerGroupDeploymentPresenter,ServerGroupPresenter,ServerPresenter,ServerPresenter,ServerPresenter,ServerPresenter,ServerRuntimePresenter,ServletContainerPresenter,SocketBindingGroupPresenter,SSLPresenter,StandaloneDeploymentPresenter,StandaloneServerPresenter,StoresPresenter,SystemPropertiesPresenter,TransactionPresenter,TransactionsPresenter,UnderTheBridgePresenter,UndertowSubsystemPresenter,WebservicePresenter
public interface HasFinderPath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FinderPathfinderPath()Application presenters need to provide information about their path in the finder.
-
-
-
Method Detail
-
finderPath
FinderPath finderPath()
Application presenters need to provide information about their path in the finder. Normally this path is updated automatically when navigating in the finder. However since application presenters can also be revealed using the breadcrumb dropdown or by entering the URL directly this information is crucial to restore the path in the finder context.Please make sure that the IDs for selected items in the finder path match to the IDs returned by
ItemDisplay.getId()If this method returns
nullthe path in the finder context is not touched.
-
-