Uses of Class
de.xima.fc.workflow.designer.model.DrawerPanelModel
Packages that use DrawerPanelModel
Package
Description
-
Uses of DrawerPanelModel in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return DrawerPanelModelMethods in de.xima.fc.workflow.designer.bean with parameters of type DrawerPanelModelModifier and TypeMethodDescriptionvoid
WorkflowModelBean.setDrawerPanelModel
(DrawerPanelModel drawerPanelModel) -
Uses of DrawerPanelModel in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return DrawerPanelModelModifier and TypeMethodDescriptionstatic DrawerPanelModel
ElementPrototypesHelper.createDrawerPanelModel
(IBaseWorkflowEnvironmentData environmentData, IWorkflowProvider provider, boolean devMode) Creates the model for the drawer panel that contains all available node and trigger prototypes that can be added to the flowchart.Methods in de.xima.fc.workflow.designer.helper with parameters of type DrawerPanelModelModifier and TypeMethodDescriptionstatic List<org.apache.commons.lang3.tuple.Pair<String,
List<IElementPrototypeWrapper<?>>>> ElementPrototypesHelper.getTaskAddPanelItems
(DrawerPanelModel drawerPanel) Filters the given drawer panel model and returns only those element that represent new triggers (not nodes). -
Uses of DrawerPanelModel in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return DrawerPanelModel