Class InputDialogFormComponentsFactoryBean
java.lang.Object
io.jmix.bpmflowui.view.inputdialogform.InputDialogFormComponentsFactoryBean
- All Implemented Interfaces:
InputDialogFormComponentsFactory
@Component("bpm_InputDialogFormComponentsFactoryBean")
public class InputDialogFormComponentsFactoryBean
extends Object
implements InputDialogFormComponentsFactory
-
Field Summary
Modifier and TypeFieldDescriptionprotected Actions
protected DataManager
protected DatatypeRegistry
protected Messages
protected Metadata
protected MetadataTools
protected UiComponents
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.component.Component
createBooleanField
(FormField formField) com.vaadin.flow.component.Component
createComponent
(FormField formField) protected com.vaadin.flow.component.Component
createDateField
(FormField formField, String datatypeName) protected com.vaadin.flow.component.Component
createDateTimeField
(FormField formField, String datatypeName) protected com.vaadin.flow.component.Component
createEntityComponent
(FormField formField, String entityName) protected com.vaadin.flow.component.Component
createEntityField
(FormField formField) protected com.vaadin.flow.component.Component
createEntityListComponent
(FormField formField, String entityName) protected com.vaadin.flow.component.Component
createEntityListField
(FormField formField) protected com.vaadin.flow.component.Component
createEnumField
(FormField formField) protected com.vaadin.flow.component.Component
createFileField
(FormField formField) protected com.vaadin.flow.component.Component
createPlatformEnumField
(FormField formField) protected com.vaadin.flow.component.Component
createTextArea
(FormField formField) protected com.vaadin.flow.component.Component
createTextFieldString
(FormField formField) protected com.vaadin.flow.component.Component
createTypedTextField
(FormField formField) protected String
getPrimaryKeyValue
(MetaClass metaClass, Object entity)
-
Field Details
-
uiComponents
-
metadata
-
metadataTools
-
dataManager
-
messages
-
actions
-
datatypeRegistry
-
-
Constructor Details
-
InputDialogFormComponentsFactoryBean
public InputDialogFormComponentsFactoryBean()
-
-
Method Details
-
createComponent
- Specified by:
createComponent
in interfaceInputDialogFormComponentsFactory
-
createTextFieldString
-
createTypedTextField
-
createTextArea
-
createBooleanField
-
createDateField
-
createDateTimeField
-
createEntityField
-
createEntityListField
-
createEntityComponent
-
createEntityListComponent
-
createFileField
-
createEnumField
-
createPlatformEnumField
-
getPrimaryKeyValue
-