Package io.jmix.datatoolsflowui
Class DatatoolsFlowuiConfiguration
java.lang.Object
io.jmix.datatoolsflowui.DatatoolsFlowuiConfiguration
@Configuration
@ComponentScan
@ConfigurationPropertiesScan
@EnableTransactionManagement
@PropertySource(name="io.jmix.datatoolsflowui",
                value="classpath:/io/jmix/datatoolsflowui/module.properties")
public class DatatoolsFlowuiConfiguration
extends Object
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionactions(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory) screens(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory) 
- 
Constructor Details- 
DatatoolsFlowuiConfigurationpublic DatatoolsFlowuiConfiguration()
 
- 
- 
Method Details- 
screens@Bean("datatl_ViewControllersConfiguration") public ViewControllersConfiguration screens(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory) 
- 
actions@Bean("datatl_UiActions") public ActionsConfiguration actions(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory) 
 
-