Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IElementCategory
-
-
Uses of IElementCategory in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return IElementCategory Modifier and Type Method Description IElementCategoryIElementPrototypeDescriptor. getMainCategory()Gets the element's main category, which is used for grouping the elements.IElementCategoryIElementPrototypeDescriptor. getSubCategory()The optional sub category, which is used for grouping the element within the given main group. -
Uses of IElementCategory in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return IElementCategory Modifier and Type Method Description IElementCategoryISingleElementPrototype. getMainCategory(IGetElementPrototypesParams params)default IElementCategoryISingleElementPrototype. getSubCategory(IGetElementPrototypesParams params)Optional sub category. -
Uses of IElementCategory in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return IElementCategory Modifier and Type Method Description IElementCategoryElementPrototypeDescriptor. getMainCategory()IElementCategoryElementPrototypeDescriptor. getSubCategory()Methods in de.xima.fc.workflow with parameters of type IElementCategory Modifier and Type Method Description TSelfElementPrototypeDescriptor.ElementPrototypeBuilder. mainCategory(IElementCategory mainCategory)Sets the element's main category, which is used for grouping the elements.TSelfElementPrototypeDescriptor.ElementPrototypeBuilder. subCategory(IElementCategory subCategory)Set the optional sub category, which is used for grouping the element within the given main group.Constructors in de.xima.fc.workflow with parameters of type IElementCategory Constructor Description ElementPrototypeDescriptor(TPayload payload, String label, IGuiIcon icon, String subLabel, String title, String sortKey, IElementCategory mainCategory, IElementCategory subCategory, Set<EElementPrototypeTag> tags, String searchText)Creates a new POJO with the given data.NodePrototypeDescriptor(INodePrototypeData<TData> payload, String label, IGuiIcon icon, String subLabel, String title, String sortKey, IElementCategory mainCategory, IElementCategory subCategory, Set<EElementPrototypeTag> tags, String searchText)Creates a new POJO with the given data.TriggerPrototypeDescriptor(ITriggerPrototypeData<TData> payload, String label, IGuiIcon icon, String subLabel, String title, String sortKey, IElementCategory mainCategory, IElementCategory subCategory, Set<EElementPrototypeTag> tags, String searchText)Creates a new POJO with the given data. -
Uses of IElementCategory in de.xima.fc.workflow.designer.registry.nodes
-
Uses of IElementCategory in de.xima.fc.workflow.designer.registry.triggers
-
Uses of IElementCategory in de.xima.fc.workflow.enums
Classes in de.xima.fc.workflow.enums that implement IElementCategory Modifier and Type Class Description classEWorkflowElementCategoryEnumeration of built-in categories for workflow nodes and triggers. -
Uses of IElementCategory in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin that return IElementCategory Modifier and Type Method Description default IElementCategoryIPluginActionNodeHandler. getMainCategory(IGetElementPrototypesParams params)default IElementCategoryIPluginConditionNodeHandler. getMainCategory(IGetElementPrototypesParams params)default IElementCategoryIPluginTriggerHandler. getMainCategory(IGetElementPrototypesParams params)
-