Uses of Class
org.jboss.hal.core.PropertiesOperations
-
-
Uses of PropertiesOperations in org.jboss.hal.client.configuration.subsystem.remoting
Constructors in org.jboss.hal.client.configuration.subsystem.remoting with parameters of type PropertiesOperations Constructor Description RemotingPresenter(com.google.web.bindery.event.shared.EventBus eventBus, RemotingPresenter.MyView view, RemotingPresenter.MyProxy myProxy, Finder finder, CrudOperations crud, PropertiesOperations propertiesOperations, Dispatcher dispatcher, FinderPathFactory finderPathFactory, MetadataRegistry metadataRegistry, StatementContext statementContext, javax.inject.Provider<Progress> progress, Resources resources) -
Uses of PropertiesOperations in org.jboss.hal.client.configuration.subsystem.undertow
Constructors in org.jboss.hal.client.configuration.subsystem.undertow with parameters of type PropertiesOperations Constructor Description ServletContainerPresenter(com.google.web.bindery.event.shared.EventBus eventBus, ServletContainerPresenter.MyView view, ServletContainerPresenter.MyProxy myProxy, Finder finder, CrudOperations crud, PropertiesOperations po, MetadataRegistry metadataRegistry, FinderPathFactory finderPathFactory, StatementContext statementContext, Resources resources) -
Uses of PropertiesOperations in org.jboss.hal.client.configuration.subsystem.webservice
Constructors in org.jboss.hal.client.configuration.subsystem.webservice with parameters of type PropertiesOperations Constructor Description WebservicePresenter(com.google.web.bindery.event.shared.EventBus eventBus, WebservicePresenter.MyView view, WebservicePresenter.MyProxy myProxy, Finder finder, FinderPathFactory finderPathFactory, MetadataRegistry metadataRegistry, StatementContext statementContext, CrudOperations crud, PropertiesOperations po, Resources resources) -
Uses of PropertiesOperations in org.jboss.hal.core.mbui
Methods in org.jboss.hal.core.mbui that return PropertiesOperations Modifier and Type Method Description PropertiesOperationsMbuiContext. po()Constructors in org.jboss.hal.core.mbui with parameters of type PropertiesOperations Constructor Description MbuiContext(CrudOperations crud, PropertiesOperations po, Dispatcher dispatcher, ComplexAttributeOperations ca, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, MetadataRegistry metadataRegistry, OperationFactory operationFactory, javax.inject.Provider<Progress> progress, Resources resources, StatementContext statementContext, TableButtonFactory tableButtonFactory)
-