Package org.jboss.hal.core.mbui
Interface MbuiView<P extends MbuiPresenter>
-
- All Superinterfaces:
HalView,HasPresenter<P>,org.jboss.elemento.IsElement,com.google.gwt.user.client.ui.IsWidget,Iterable<elemental2.dom.HTMLElement>,com.gwtplatform.mvp.client.View
- All Known Subinterfaces:
BatchPresenter.MyView,BufferCachePresenter.MyView,ByteBufferPoolPresenter.MyView,ClusteringPresenter.MyView,ConnectionPresenter.MyView,CoreManagementPresenter.MyView,DeploymentScannerPresenter.MyView,DestinationPresenter.MyView,DistributableWebPresenter.MyView,EjbPresenter.MyView,ElytronSubsystemPresenter.MyView,FactoriesPresenter.MyView,FilterPresenter.MyView,HandlerPresenter.MyView,HostPresenter.MyView,IiopPresenter.MyView,InterfacePresenter.MyView,IOPresenter.MyView,JmsBridgePresenter.MyView,JpaPresenter.MyView,LoggingPresenter.MyView,LoggingProfilePresenter.MyView,MapperDecoderPresenter.MyView,MessagingSubsystemPresenter.MyView,MicroProfileConfigPresenter.MyView,ModclusterPresenter.MyView,OtherSettingsPresenter.MyView,PathsPresenter.MyView,RealmsPresenter.MyView,RemoteActiveMQPresenter.MyView,RemotingPresenter.MyView,RequestControllerPresenter.MyView,ResourceAdapterPresenter.MyView,SecurityDomainPresenter.MyView,SecurityPresenter.MyView,ServerGroupPresenter.MyView,ServerPresenter.MyView,ServerPresenter.MyView,SocketBindingGroupPresenter.MyView,StandaloneServerPresenter.MyView,TransactionPresenter.MyView,UndertowSubsystemPresenter.MyView
- All Known Implementing Classes:
BatchView,BufferCacheView,ByteBufferPoolView,ClusteringView,ConnectionView,CoreManagementView,DeploymentScannerView,DestinationView,DistributableWebView,EjbView,ElytronSubsystemView,FactoriesView,FilterView,HandlerView,HostView,IiopView,InterfaceView,IOView,JmsBridgeView,JpaView,LoggingProfileView,LoggingView,MapperDecoderView,Mbui_BatchView,Mbui_BufferCacheView,Mbui_ByteBufferPoolView,Mbui_ClusteringView,Mbui_ConnectionView,Mbui_CoreManagementView,Mbui_DeploymentScannerView,Mbui_DestinationView,Mbui_DistributableWebView,Mbui_EjbView,Mbui_ElytronSubsystemView,Mbui_FilterView,Mbui_HandlerView,Mbui_HostView,Mbui_IiopView,Mbui_InterfaceView,Mbui_IOView,Mbui_JpaView,Mbui_LoggingProfileView,Mbui_LoggingView,Mbui_MapperDecoderView,Mbui_MessagingSubsystemView,Mbui_MicroProfileConfigView,Mbui_ModclusterView,Mbui_PathsView,Mbui_RemoteActiveMQView,Mbui_RemotingView,Mbui_RequestControllerView,Mbui_ResourceAdapterView,Mbui_SecurityDomainView,Mbui_SecurityView,Mbui_ServerGroupView,Mbui_ServerView,Mbui_SocketBindingGroupView,Mbui_TransactionView,Mbui_UndertowSubsystemView,MbuiViewImpl,MessagingSubsystemView,MicroProfileConfigView,ModclusterView,OtherSettingsView,PathsView,RealmsView,RemoteActiveMQView,RemotingView,RequestControllerView,ResourceAdapterView,SecurityDomainView,SecurityView,ServerGroupView,ServerView,ServerView,SocketBindingGroupView,StandaloneServerView,TransactionView,UndertowSubsystemView
public interface MbuiView<P extends MbuiPresenter> extends HasPresenter<P>, HalView
-
-
Method Summary
-
Methods inherited from interface org.jboss.hal.core.mvp.HasPresenter
setPresenter
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-