Class ElementDrawerPanelBean
- java.lang.Object
 - 
- de.xima.fc.workflow.designer.bean.ElementDrawerPanelBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @ViewScoped public class ElementDrawerPanelBean extends Object implements Serializable
Controller for the drawer panel and the task / node add panel.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ElementDrawerPanelBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<IElementPrototypeWrapper<?>>getFlattenedElements(MainWorkflowElementCategory mainCategory)List<org.apache.commons.lang3.tuple.Pair<String,List<IElementPrototypeWrapper<?>>>>getTaskAddPanelItems()booleanisShowSubCategories(MainWorkflowElementCategory mainCategory) 
 - 
 
- 
- 
Method Detail
- 
getTaskAddPanelItems
public List<org.apache.commons.lang3.tuple.Pair<String,List<IElementPrototypeWrapper<?>>>> getTaskAddPanelItems()
 
- 
isShowSubCategories
public boolean isShowSubCategories(MainWorkflowElementCategory mainCategory)
 
- 
getFlattenedElements
public Iterable<IElementPrototypeWrapper<?>> getFlattenedElements(MainWorkflowElementCategory mainCategory)
 
 - 
 
 -