Package io.jmix.reportsflowui.view.run
Class ParameterComponentGenerationStrategy.SingleFieldCreator
java.lang.Object
io.jmix.reportsflowui.view.run.ParameterComponentGenerationStrategy.SingleFieldCreator
- All Implemented Interfaces:
- ParameterComponentGenerationStrategy.FieldCreator<com.vaadin.flow.component.AbstractField>
- Enclosing class:
- ParameterComponentGenerationStrategy
protected class ParameterComponentGenerationStrategy.SingleFieldCreator
extends Object
implements ParameterComponentGenerationStrategy.FieldCreator<com.vaadin.flow.component.AbstractField>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected EntityComboBox<?>createEntityComboBox(MetaClass entityMetaClass, ReportInputParameter parameter) protected EntityPicker<?>createEntityPicker(MetaClass entityMetaClass, ReportInputParameter parameter) com.vaadin.flow.component.AbstractFieldcreateField(ReportInputParameter parameter) protected StringcreateQueryString(MetaClass entityMetaClass, ReportInputParameter parameter) protected CollectionContainer<?>getCollectionContainer(ReportInputParameter parameter, MetaClass entityMetaClass) 
- 
Constructor Details- 
SingleFieldCreatorprotected SingleFieldCreator()
 
- 
- 
Method Details- 
createField- Specified by:
- createFieldin interface- ParameterComponentGenerationStrategy.FieldCreator<com.vaadin.flow.component.AbstractField>
 
- 
createEntityPickerprotected EntityPicker<?> createEntityPicker(MetaClass entityMetaClass, ReportInputParameter parameter) 
- 
createEntityComboBoxprotected EntityComboBox<?> createEntityComboBox(MetaClass entityMetaClass, ReportInputParameter parameter) 
- 
getCollectionContainerprotected CollectionContainer<?> getCollectionContainer(ReportInputParameter parameter, MetaClass entityMetaClass) 
- 
createQueryString
 
-