Package io.jmix.flowui.component.factory
Class EntityFieldCreationSupport
java.lang.Object
io.jmix.flowui.component.factory.EntityFieldCreationSupport
@Component("flowui_EntityFieldCreationSupport")
public class EntityFieldCreationSupport
extends Object
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final Actionsprotected final MetadataToolsprotected final UiComponents
- 
Constructor SummaryConstructorsConstructorDescriptionEntityFieldCreationSupport(UiComponents uiComponents, Actions actions, MetadataTools metadataTools) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.vaadin.flow.component.Componentprotected voidcreateFieldActions(MetaProperty.Type metaPropertyType, EntityPickerComponent field) 
- 
Field Details- 
uiComponents
- 
actions
- 
metadataTools
 
- 
- 
Constructor Details- 
EntityFieldCreationSupportpublic EntityFieldCreationSupport(UiComponents uiComponents, Actions actions, MetadataTools metadataTools) 
 
- 
- 
Method Details- 
createEntityField@Nullable public com.vaadin.flow.component.Component createEntityField(ComponentGenerationContext context) 
- 
createFieldActions
 
-