Uses of Interface
de.xima.fc.beans.interfaces.IGuiIcon
Packages that use IGuiIcon
Package
Description
Commonly used enumeration that are mainly used in model classes.
Interfaces für Anzeigeelemente
-
Uses of IGuiIcon in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing that return IGuiIconModifier and TypeMethodDescriptionAVerarbeitung.getGuiIcon()
Deprecated.ProcessingWrapper.getGuiIcon()
Deprecated. -
Uses of IGuiIcon in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return IGuiIconModifier and TypeMethodDescriptionClientAuthorizationBean.getAttributeIcon
(ProfileAttributeDescriptor attribute) ClientAuthorizationBean.getValueIcon
(ProfileAttributeDescriptor attribute, String value) -
Uses of IGuiIcon in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return IGuiIconModifier and TypeMethodDescriptionProcessingBean.IActionSelectItem.getGuiIcon()
ProcessingBean.PluginSelectItem.getGuiIcon()
ProcessingBean.ProcessingSelectItem.getGuiIcon()
Deprecated.ProcessingBean.getProcessingIcon
(String processingKey) Deprecated. -
Uses of IGuiIcon in de.xima.fc.gui.common.interfaces
Methods in de.xima.fc.gui.common.interfaces that return IGuiIcon -
Uses of IGuiIcon in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return IGuiIconMethods in de.xima.fc.gui.common.model with parameters of type IGuiIcon -
Uses of IGuiIcon in de.xima.fc.gui.common.statics
Methods in de.xima.fc.gui.common.statics that return IGuiIcon -
Uses of IGuiIcon in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that return IGuiIconMethods in de.xima.fc.gui.model with parameters of type IGuiIconModifier and TypeMethodDescriptionPlaceHolder.PlaceHolderBuilder.forWorkflowActionResult
(String actionName, IGuiIcon icon, String property, String kind) PlaceHolder.PlaceHolderBuilder.forWorkflowNode
(String nodeName, IGuiIcon icon, String property, String description) PlaceHolder.PlaceHolderBuilder.forWorkflowTrigger
(IGuiIcon icon, String property, String description) -
Uses of IGuiIcon in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return IGuiIconConstructors in de.xima.fc.gui.model.designer with parameters of type IGuiIconModifierConstructorDescriptionIFrame
(String id, String label, String parentId, String parentLabel, String title, IGuiIcon icon, String url, boolean disabled, boolean closable) New POJO with the given data.Include
(String id, String label, String parentId, String parentLabel, String title, IGuiIcon icon, String includePath, boolean disabled, boolean closable) New POJO with the given data. -
Uses of IGuiIcon in de.xima.fc.gui.statics
Methods in de.xima.fc.gui.statics that return IGuiIconModifier and TypeMethodDescriptionContextPlaceholderType.getIcon
(PlaceHolder placeholder) abstract IGuiIcon
EPlaceholderType.getIcon
(PlaceHolder placeholder) IPlaceholderType.getIcon
(PlaceHolder placeholder) Constructors in de.xima.fc.gui.statics with parameters of type IGuiIconModifierConstructorDescriptionContextPlaceholderType
(String displayName, String detailedDescription, IGuiIcon defaultIcon) -
Uses of IGuiIcon in de.xima.fc.interfaces.plugin.retval.auth.filter
Methods in de.xima.fc.interfaces.plugin.retval.auth.filter that return IGuiIcon -
Uses of IGuiIcon in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return IGuiIcon -
Uses of IGuiIcon in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return IGuiIcon -
Uses of IGuiIcon in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return IGuiIconModifier and TypeMethodDescriptiondefault IGuiIcon
IElementCategory.getIcon()
(Optional) If this method returns null, a default icon will be used.ISingleElementPrototype.getPrototypeIcon
(IGetElementPrototypesParams params) Methods in de.xima.fc.interfaces.workflow.mixin with parameters of type IGuiIconModifier and TypeMethodDescriptionISingleElementPrototype.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) -
Uses of IGuiIcon in de.xima.fc.mdl.auth.filter
Methods in de.xima.fc.mdl.auth.filter that return IGuiIconModifier and TypeMethodDescriptionDefaultPluginProfileFilterAttribute.getIcon()
DefaultPluginProfileFilterValue.getIcon()
Methods in de.xima.fc.mdl.auth.filter with parameters of type IGuiIconModifier and TypeMethodDescription -
Uses of IGuiIcon in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return IGuiIconModifier and TypeMethodDescriptionEWorkflowNodeType.getDefaultIcon()
EWorkflowTriggerType.getDefaultIcon()
EWorkflowStateType.getIcon()
-
Uses of IGuiIcon in de.xima.fc.mdl.ui
Classes in de.xima.fc.mdl.ui that implement IGuiIconModifier and TypeClassDescriptionfinal class
A custom GUI icon with a freely configurable style, style class, and value.final class
Default implementation ofIGuiIcon
for common icon libraries.Fields in de.xima.fc.mdl.ui declared as IGuiIconMethods in de.xima.fc.mdl.ui that return IGuiIcon -
Uses of IGuiIcon in de.xima.fc.plugin.interfaces.auth
Methods in de.xima.fc.plugin.interfaces.auth that return IGuiIcon -
Uses of IGuiIcon in de.xima.fc.security.authorization.filter
Methods in de.xima.fc.security.authorization.filter that return IGuiIcon -
Uses of IGuiIcon in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return IGuiIconMethods in de.xima.fc.workflow with parameters of type IGuiIconModifier and TypeMethodDescriptionSets the icon for this element prototype, as shown in the UI.Constructors in de.xima.fc.workflow with parameters of type IGuiIconModifierConstructorDescriptionElementPrototypeDescriptor
(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 IGuiIcon in de.xima.fc.workflow.designer.iface
Methods in de.xima.fc.workflow.designer.iface that return IGuiIcon -
Uses of IGuiIcon in de.xima.fc.workflow.designer.mixin
Methods in de.xima.fc.workflow.designer.mixin that return IGuiIconModifier and TypeMethodDescriptiondefault IGuiIcon
ISingleBuiltinNodePrototype.getPrototypeIcon
(IGetElementPrototypesParams params) default IGuiIcon
ISingleBuiltinTriggerPrototype.getPrototypeIcon
(IGetElementPrototypesParams params) -
Uses of IGuiIcon in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return IGuiIconConstructors in de.xima.fc.workflow.designer.model with parameters of type IGuiIconModifierConstructorDescriptionprotected
AWorkflowElementCategory
(String displayName, String sortKey, IGuiIcon icon) Creates a new element category with the given data.MainWorkflowElementCategory
(String displayName, String sortKey, IGuiIcon icon) SubWorkflowElementCategory
(String displayName, String sortKey, IGuiIcon icon) -
Uses of IGuiIcon in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type IGuiIconModifier and TypeMethodDescriptionFcCounterHandler.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) FcDoiInitHandler.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) FcEmailHandler.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) FcExperimentHandler.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) FcMultipleConditionHandler.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) FcSwitchHandler.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) -
Uses of IGuiIcon in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers with parameters of type IGuiIconModifier and TypeMethodDescriptionFcTimePointHandler.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) -
Uses of IGuiIcon in de.xima.fc.workflow.enums
Methods in de.xima.fc.workflow.enums that return IGuiIcon -
Uses of IGuiIcon in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin that return IGuiIconModifier and TypeMethodDescriptiondefault IGuiIcon
IPluginActionNodeHandler.getPrototypeIcon
(IGetElementPrototypesParams params) This default implementation returns an icon resembling a jigsaw puzzle piece, which is the default icon for an action plugin.default IGuiIcon
IPluginConditionNodeHandler.getPrototypeIcon
(IGetElementPrototypesParams params) This default implementation returns an icon resembling a jigsaw puzzle piece, which is the default icon for an action plugin.default IGuiIcon
IPluginTriggerHandler.getPrototypeIcon
(IGetElementPrototypesParams params) This default implementation returns an icon resembling a jigsaw puzzle piece, which is the default icon for an trigger plugin.Methods in de.xima.fc.workflow.mixin with parameters of type IGuiIconModifier and TypeMethodDescriptiondefault TData
ISingleBaseActionNodePrototype.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) This default implementation returns a new instance of theTData
properties model, prefilled with the label and icon (BaseActionProps.getName()
andBaseActionProps.getIcon()
).default TData
ISingleBaseConditionNodePrototype.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) This default implementation returns a new instance of theTData
properties model, prefilled with the label and icon (BaseActionProps.getName()
andBaseActionProps.getIcon()
).default TData
ISingleBaseTriggerPrototype.getPrototypeModelData
(String label, IGuiIcon icon, IGetElementPrototypesParams params) This default implementation returns a new instance of theTData
properties model, pre-filled with the label and icon (BaseActionProps.getName()
andBaseActionProps.getIcon()
). -
Uses of IGuiIcon in de.xima.fc.workflow.taglib.model
Classes in de.xima.fc.workflow.taglib.model that implement IGuiIconMethods in de.xima.fc.workflow.taglib.model with parameters of type IGuiIcon