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 SummaryNested classes/interfaces inherited from interface io.jmix.bpmflowui.processform.viewcreator.ProcessFormViewCreatorProcessFormViewCreator.CreationContext
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDialogWindow<?>createStartProcessView(ProcessFormViewCreator.CreationContext creationContext) Creates or navigates to start process form.DialogWindow<?>createUserTaskView(ProcessFormViewCreator.CreationContext creationContext) Creates or navigates to task process form.
- 
Constructor Details- 
InputDialogProcessFormViewCreatorpublic InputDialogProcessFormViewCreator()
 
- 
- 
Method Details- 
isApplicableFor- Specified by:
- isApplicableForin interface- ProcessFormViewCreator
- Returns:
- type of view this viewCreator applicable for
 
- 
createStartProcessViewpublic DialogWindow<?> createStartProcessView(ProcessFormViewCreator.CreationContext creationContext) Description copied from interface:ProcessFormViewCreatorCreates or navigates to start process form. Behaviour depends onFormOpenMode:- FormOpenMode.DIALOG: creates and initializes- DialogWindowusing- creationContextaccording to form type. Then returns it to be customized and then opened
- FormOpenMode.NAVIGATE: navigates to form view and initializes it using- creationContext. Returns- null
 - Specified by:
- createStartProcessViewin interface- ProcessFormViewCreator
- Returns:
- DialogWindowto be customized and opened or null in case of- FormOpenMode.NAVIGATE
 
- 
createUserTaskViewDescription copied from interface:ProcessFormViewCreatorCreates or navigates to task process form.Behaviour depends on FormOpenMode:- FormOpenMode.DIALOG: creates and initializes- DialogWindowusing- creationContextaccording to form type. Then returns it to be customized and then opened
- FormOpenMode.NAVIGATE: navigates to form view and initializes it using- creationContext. Returns- null
 - Specified by:
- createUserTaskViewin interface- ProcessFormViewCreator
- Returns:
- DialogWindowto be customized and opened or null in case of- FormOpenMode.NAVIGATE
 
 
-