Uses of Interface
de.xima.fc.beans.interfaces.IGuiIcon
-
-
Uses of IGuiIcon in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing that return IGuiIcon Modifier and Type Method Description IGuiIcon
AVerarbeitung. getGuiIcon()
Deprecated.IGuiIcon
ProcessingWrapper. getGuiIcon()
Deprecated. -
Uses of IGuiIcon in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return IGuiIcon Modifier and Type Method Description IGuiIcon
ClientAuthorizationBean. getAttributeIcon(ProfileAttributeDescriptor attribute)
IGuiIcon
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 IGuiIcon Modifier and Type Method Description IGuiIcon
ProcessingBean.IActionSelectItem. getGuiIcon()
IGuiIcon
ProcessingBean.PluginSelectItem. getGuiIcon()
IGuiIcon
ProcessingBean.ProcessingSelectItem. getGuiIcon()
IGuiIcon
ProcessingBean. getIcon(Aktion action)
Deprecated.IGuiIcon
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 Modifier and Type Method Description IGuiIcon
IMenuEntryModel. getIcon()
-
Uses of IGuiIcon in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return IGuiIcon Modifier and Type Method Description IGuiIcon
MenuEntryModel. getIcon()
Deprecated.Methods in de.xima.fc.gui.common.model with parameters of type IGuiIcon Modifier and Type Method Description void
MenuEntryModel. setIcon(IGuiIcon icon)
Deprecated. -
Uses of IGuiIcon in de.xima.fc.gui.common.statics
Methods in de.xima.fc.gui.common.statics that return IGuiIcon Modifier and Type Method Description IGuiIcon
EContentView. getIcon()
-
Uses of IGuiIcon in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that return IGuiIcon Modifier and Type Method Description IGuiIcon
PlaceHolder. getIcon()
Methods in de.xima.fc.gui.model with parameters of type IGuiIcon Modifier and Type Method Description static PlaceHolder.PlaceHolderBuilder
PlaceHolder.PlaceHolderBuilder. forWorkflowActionResult(String actionName, IGuiIcon icon, String property, String kind)
static PlaceHolder.PlaceHolderBuilder
PlaceHolder.PlaceHolderBuilder. forWorkflowNode(String nodeName, IGuiIcon icon, String property, String description)
static PlaceHolder.PlaceHolderBuilder
PlaceHolder.PlaceHolderBuilder. forWorkflowTrigger(IGuiIcon icon, String property, String description)
PlaceHolder.PlaceHolderBuilder
PlaceHolder.PlaceHolderBuilder. icon(IGuiIcon icon)
-
Uses of IGuiIcon in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return IGuiIcon Modifier and Type Method Description IGuiIcon
TabError. getIcon()
IGuiIcon
TabModel. getIcon()
Constructors in de.xima.fc.gui.model.designer with parameters of type IGuiIcon Constructor Description IFrame(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.TabError(String errorMessage, Throwable exception, IGuiIcon icon)
-
Uses of IGuiIcon in de.xima.fc.gui.statics
Methods in de.xima.fc.gui.statics that return IGuiIcon Modifier and Type Method Description IGuiIcon
ContextPlaceholderType. getIcon(PlaceHolder placeholder)
abstract IGuiIcon
EPlaceholderType. getIcon(PlaceHolder placeholder)
IGuiIcon
IPlaceholderType. getIcon(PlaceHolder placeholder)
Constructors in de.xima.fc.gui.statics with parameters of type IGuiIcon Constructor Description ContextPlaceholderType(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 Modifier and Type Method Description default IGuiIcon
IPluginProfileFilterAttribute. getIcon()
default IGuiIcon
IPluginProfileFilterValue. getIcon()
-
Uses of IGuiIcon in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return IGuiIcon Modifier and Type Method Description IGuiIcon
IProcessing. getGuiIcon()
Deprecated. -
Uses of IGuiIcon in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return IGuiIcon Modifier and Type Method Description IGuiIcon
IElementPrototypeDescriptor. getIcon()
Gets the icon for this element prototype, as shown in the UI. -
Uses of IGuiIcon in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return IGuiIcon Modifier and Type Method Description default IGuiIcon
IElementCategory. getIcon()
(Optional) If this method returns null, a default icon will be used.IGuiIcon
ISingleElementPrototype. getPrototypeIcon(IGetElementPrototypesParams params)
Methods in de.xima.fc.interfaces.workflow.mixin with parameters of type IGuiIcon Modifier and Type Method Description TData
ISingleElementPrototype. 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 IGuiIcon Modifier and Type Method Description IGuiIcon
DefaultPluginProfileFilterAttribute. getIcon()
IGuiIcon
DefaultPluginProfileFilterValue. getIcon()
Methods in de.xima.fc.mdl.auth.filter with parameters of type IGuiIcon Modifier and Type Method Description DefaultPluginProfileFilterAttribute.Builder
DefaultPluginProfileFilterAttribute.Builder. withIcon(IGuiIcon icon)
DefaultPluginProfileFilterValue.Builder
DefaultPluginProfileFilterValue.Builder. withIcon(IGuiIcon icon)
-
Uses of IGuiIcon in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return IGuiIcon Modifier and Type Method Description IGuiIcon
EWorkflowNodeType. getDefaultIcon()
IGuiIcon
EWorkflowTriggerType. getDefaultIcon()
IGuiIcon
EWorkflowStateType. getIcon()
-
Uses of IGuiIcon in de.xima.fc.mdl.ui
Classes in de.xima.fc.mdl.ui that implement IGuiIcon Modifier and Type Class Description class
CustomGuiIcon
A custom GUI icon with a freely configurable style, style class, and value.class
GuiIcon
Default implementation ofIGuiIcon
for common icon libraries.Fields in de.xima.fc.mdl.ui declared as IGuiIcon Modifier and Type Field Description static IGuiIcon
GuiIcon. EMPTY
Methods in de.xima.fc.mdl.ui that return IGuiIcon Modifier and Type Method Description static IGuiIcon
GuiIcon. valueOf(String id)
-
Uses of IGuiIcon in de.xima.fc.plugin.interfaces.auth
Methods in de.xima.fc.plugin.interfaces.auth that return IGuiIcon Modifier and Type Method Description default IGuiIcon
IPluginAuthenticatorType. getIcon()
The icon for this authenticator, mainly used on UI pages. -
Uses of IGuiIcon in de.xima.fc.security.authorization.filter
Methods in de.xima.fc.security.authorization.filter that return IGuiIcon Modifier and Type Method Description IGuiIcon
PluginProfileFilterAttribute. getIcon()
-
Uses of IGuiIcon in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return IGuiIcon Modifier and Type Method Description IGuiIcon
ElementPrototypeDescriptor. getIcon()
Methods in de.xima.fc.workflow with parameters of type IGuiIcon Modifier and Type Method Description TSelf
ElementPrototypeDescriptor.ElementPrototypeBuilder. icon(IGuiIcon icon)
Sets the icon for this element prototype, as shown in the UI.Constructors in de.xima.fc.workflow with parameters of type IGuiIcon 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 IGuiIcon in de.xima.fc.workflow.designer.iface
Methods in de.xima.fc.workflow.designer.iface that return IGuiIcon Modifier and Type Method Description IGuiIcon
IGuiCategory. getIcon()
-
Uses of IGuiIcon in de.xima.fc.workflow.designer.mixin
Methods in de.xima.fc.workflow.designer.mixin that return IGuiIcon Modifier and Type Method Description default 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 IGuiIcon Modifier and Type Method Description IGuiIcon
AWorkflowElementCategory. getIcon()
Constructors in de.xima.fc.workflow.designer.model with parameters of type IGuiIcon Constructor Description 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
-
Uses of IGuiIcon in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers with parameters of type IGuiIcon Modifier and Type Method Description FcTimePointProps
FcTimePointHandler. 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 Modifier and Type Method Description IGuiIcon
EWorkflowElementCategory. getIcon()
-
Uses of IGuiIcon in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin that return IGuiIcon Modifier and Type Method Description default 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 a condition plugin.default IGuiIcon
IPluginDoUntilLoopNodeHandler. getPrototypeIcon(IGetElementPrototypesParams params)
This default implementation returns an icon with arrows arranged in a circle, which is the default icon for a while loop 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.default IGuiIcon
IPluginWhileLoopNodeHandler. getPrototypeIcon(IGetElementPrototypesParams params)
This default implementation returns an icon with arrows arranged in a circle, which is the default icon for a while loop plugin.Methods in de.xima.fc.workflow.mixin with parameters of type IGuiIcon Modifier and Type Method Description default 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
ISingleBaseDoUntilLoopNodePrototype. 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()
).default TData
ISingleBaseWhileLoopNodePrototype. 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()
). -
Uses of IGuiIcon in de.xima.fc.workflow.taglib.model
Classes in de.xima.fc.workflow.taglib.model that implement IGuiIcon Modifier and Type Class Description class
ClientIconWrapper
Wraps aClientIcon
and treats it as aIGuiIcon
.Methods in de.xima.fc.workflow.taglib.model with parameters of type IGuiIcon Modifier and Type Method Description static ClientIcon
ClientIcon. of(IGuiIcon icon)
-