Interface ProcessFormViewCreator
- All Known Implementing Classes:
CustomProcessFormViewCreator,DefaultProcessFormViewCreator,InputDialogProcessFormViewCreator,JmixViewProcessFormViewCreator,NoFormProcessFormViewCreator
public interface ProcessFormViewCreator
Classes that implement the interface are responsible for creation of start and task forms with a particular form type.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionDialogWindow<?>createStartProcessView(ProcessFormViewCreator.CreationContext creationContext) DialogWindow<?>createUserTaskView(ProcessFormViewCreator.CreationContext creationContext)
-
Method Details
-
isApplicableFor
String isApplicableFor()- Returns:
- type of view this viewCreator applicable for
-
createStartProcessView
@Nullable DialogWindow<?> createStartProcessView(ProcessFormViewCreator.CreationContext creationContext) -
createUserTaskView
@Nullable DialogWindow<?> createUserTaskView(ProcessFormViewCreator.CreationContext creationContext)
-