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 Summary
Modifier and TypeFieldDescriptionprotected final Actions
protected final MetadataTools
protected final UiComponents
-
Constructor Summary
ConstructorDescriptionEntityFieldCreationSupport
(UiComponents uiComponents, Actions actions, MetadataTools metadataTools) -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.Component
protected void
createFieldActions
(MetaProperty.Type metaPropertyType, EntityPickerComponent field)
-
Field Details
-
uiComponents
-
actions
-
metadataTools
-
-
Constructor Details
-
EntityFieldCreationSupport
public EntityFieldCreationSupport(UiComponents uiComponents, Actions actions, MetadataTools metadataTools)
-
-
Method Details
-
createEntityField
@Nullable public com.vaadin.flow.component.Component createEntityField(ComponentGenerationContext context) -
createFieldActions
-