Class JmixViewProcessFormViewCreator
java.lang.Object
io.jmix.bpmflowui.processform.viewcreator.impl.JmixViewProcessFormViewCreator
- All Implemented Interfaces:
ProcessFormViewCreator
@Component("bpm_JmixViewProcessFormViewCreator")
@Order
public class JmixViewProcessFormViewCreator
extends Object
implements ProcessFormViewCreator
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.bpmflowui.processform.viewcreator.ProcessFormViewCreator
ProcessFormViewCreator.CreationContext
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateStartProcessView
(ProcessFormViewCreator.CreationContext creationContext) createUserTaskView
(ProcessFormViewCreator.CreationContext creationContext) static void
fillFormParamValuesForStartForm
(FormData formData)
-
Field Details
-
viewRegistry
-
-
Constructor Details
-
JmixViewProcessFormViewCreator
public JmixViewProcessFormViewCreator()
-
-
Method Details
-
isApplicableFor
- Specified by:
isApplicableFor
in interfaceProcessFormViewCreator
- Returns:
- type of view this viewCreator applicable for
-
createStartProcessView
- Specified by:
createStartProcessView
in interfaceProcessFormViewCreator
-
createUserTaskView
- Specified by:
createUserTaskView
in interfaceProcessFormViewCreator
-
fillFormParamValuesForStartForm
-