Class InputDialogProcessFormViewCreator
java.lang.Object
io.jmix.bpmflowui.processform.viewcreator.impl.InputDialogProcessFormViewCreator
- All Implemented Interfaces:
ProcessFormViewCreator
@Component("bpm_InputDialogProcessFormViewCreator")
@Order
public class InputDialogProcessFormViewCreator
extends Object
implements ProcessFormViewCreator
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.bpmflowui.processform.viewcreator.ProcessFormViewCreator
ProcessFormViewCreator.CreationContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDialogWindow<?>
createStartProcessView
(ProcessFormViewCreator.CreationContext creationContext) DialogWindow<?>
createUserTaskView
(ProcessFormViewCreator.CreationContext creationContext)
-
Constructor Details
-
InputDialogProcessFormViewCreator
public InputDialogProcessFormViewCreator()
-
-
Method Details
-
isApplicableFor
- Specified by:
isApplicableFor
in interfaceProcessFormViewCreator
- Returns:
- type of view this viewCreator applicable for
-
createStartProcessView
public DialogWindow<?> createStartProcessView(ProcessFormViewCreator.CreationContext creationContext) - Specified by:
createStartProcessView
in interfaceProcessFormViewCreator
-
createUserTaskView
- Specified by:
createUserTaskView
in interfaceProcessFormViewCreator
-