Package io.jmix.datatoolsui
Class DatatoolsUiConfiguration
java.lang.Object
io.jmix.datatoolsui.DatatoolsUiConfiguration
@Configuration
@ComponentScan
@ConfigurationPropertiesScan
@EnableTransactionManagement
@PropertySource(name="io.jmix.datatoolsui",
value="classpath:/io/jmix/datatoolsui/module.properties")
public class DatatoolsUiConfiguration
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionactions
(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory) screens
(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory)
-
Constructor Details
-
DatatoolsUiConfiguration
public DatatoolsUiConfiguration()
-
-
Method Details
-
screens
@Bean("datatl_UiControllersConfiguration") public UiControllersConfiguration screens(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory) -
actions
@Bean("datatl_UiActions") public ActionsConfiguration actions(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory)
-