Package io.jmix.reportsflowui
Class ReportsClientProperties
java.lang.Object
io.jmix.reportsflowui.ReportsClientProperties
@ConfigurationProperties(prefix="jmix.reports.client")
public class ReportsClientProperties
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionReportsClientProperties(boolean useBackgroundReportProcessing, long backgroundReportProcessingTimeoutMs, boolean enableTabSymbolInDataSetEditor, boolean useMultiSelectComboBoxPickerForListOfEntitiesParameterComponent) -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanbooleanboolean
-
Constructor Details
-
ReportsClientProperties
public ReportsClientProperties(@DefaultValue("false") boolean useBackgroundReportProcessing, @DefaultValue("10000") long backgroundReportProcessingTimeoutMs, @DefaultValue("false") boolean enableTabSymbolInDataSetEditor, @DefaultValue("false") boolean useMultiSelectComboBoxPickerForListOfEntitiesParameterComponent)
-
-
Method Details
-
getUseBackgroundReportProcessing
public boolean getUseBackgroundReportProcessing()- See Also:
-
useBackgroundReportProcessing
-
getBackgroundReportProcessingTimeoutMs
public long getBackgroundReportProcessingTimeoutMs()- See Also:
-
backgroundReportProcessingTimeoutMs
-
getEnableTabSymbolInDataSetEditor
public boolean getEnableTabSymbolInDataSetEditor()- See Also:
-
enableTabSymbolInDataSetEditor
-
isUseMultiSelectComboBoxPickerForListOfEntitiesParameterComponent
public boolean isUseMultiSelectComboBoxPickerForListOfEntitiesParameterComponent()- See Also:
-
useMultiSelectComboBoxPickerForListOfEntitiesParameterComponent
-