@Configuration
@ComponentScan
public class PivotTableConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
PivotTableConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ActionsConfiguration |
actions(org.springframework.context.ApplicationContext applicationContext,
io.jmix.core.impl.scanning.AnnotationScanMetadataReaderFactory metadataReaderFactory) |
ComponentRegistration |
pivotTable() |
UiControllersConfiguration |
screens(org.springframework.context.ApplicationContext applicationContext,
io.jmix.core.impl.scanning.AnnotationScanMetadataReaderFactory metadataReaderFactory) |
@Bean(value="ui_PivotTableControllers") public UiControllersConfiguration screens(org.springframework.context.ApplicationContext applicationContext, io.jmix.core.impl.scanning.AnnotationScanMetadataReaderFactory metadataReaderFactory)
@Bean(value="ui_PivotTableActions") public ActionsConfiguration actions(org.springframework.context.ApplicationContext applicationContext, io.jmix.core.impl.scanning.AnnotationScanMetadataReaderFactory metadataReaderFactory)
@Bean public ComponentRegistration pivotTable()