Uses of Class
org.jboss.hal.core.OperationFactory
-
Packages that use OperationFactory Package Description org.jboss.hal.client.configuration.subsystem.datasource org.jboss.hal.core.mbui -
-
Uses of OperationFactory in org.jboss.hal.client.configuration.subsystem.datasource
Constructors in org.jboss.hal.client.configuration.subsystem.datasource with parameters of type OperationFactory Constructor Description DataSourcePresenter(com.google.web.bindery.event.shared.EventBus eventBus, DataSourcePresenter.MyView view, DataSourcePresenter.MyProxy proxy, Finder finder, Dispatcher dispatcher, CrudOperations crud, Environment environment, OperationFactory operationFactory, FinderPathFactory finderPathFactory, Resources resources, javax.inject.Provider<Progress> progress, MetadataRegistry metadataRegistry, StatementContext statementContext) -
Uses of OperationFactory in org.jboss.hal.core.mbui
Methods in org.jboss.hal.core.mbui that return OperationFactory Modifier and Type Method Description OperationFactoryMbuiContext. operationFactory()Constructors in org.jboss.hal.core.mbui with parameters of type OperationFactory 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)
-