Uses of Interface
de.xima.fc.interfaces.workflow.elements.IElementHelpLocation
- 
- 
Uses of IElementHelpLocation in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean with parameters of type IElementHelpLocation Modifier and Type Method Description voidElementHelpLocationBean. fetchHtmlContent(IElementHelpLocation elementHelp) - 
Uses of IElementHelpLocation in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return IElementHelpLocation Modifier and Type Method Description default IElementHelpLocationIElementHandler. getHelpPageLocation(Locale locale) - 
Uses of IElementHelpLocation in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return IElementHelpLocation Modifier and Type Method Description default IElementHelpLocationIOfficialHelpPageElement. getHelpPageLocation(Locale locale) - 
Uses of IElementHelpLocation in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IElementHelpLocation Modifier and Type Class Description classElementHelpLocationPOJO implementation ofIElementHelpLocationwith some additional static factory methods for convenience.Methods in de.xima.fc.workflow that return IElementHelpLocation Modifier and Type Method Description static IElementHelpLocationElementHelpLocation. copyOf(IElementHelpLocation value)static IElementHelpLocationElementHelpLocation. forExternalLink(String url)static IElementHelpLocationElementHelpLocation. forExternalLink(URL url)static IElementHelpLocationElementHelpLocation. forHtmlFile(ClassLoader loader, String htmlPath, Charset encoding)static IElementHelpLocationElementHelpLocation. forHtmlFile(String htmlFile)static IElementHelpLocationElementHelpLocation. forOfficialHelpPage(String helpPagePath, Locale locale)Methods in de.xima.fc.workflow with parameters of type IElementHelpLocation Modifier and Type Method Description static IElementHelpLocationElementHelpLocation. copyOf(IElementHelpLocation value) - 
Uses of IElementHelpLocation in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return IElementHelpLocation Modifier and Type Method Description IElementHelpLocationElementPropertiesBean. getElementHelp() - 
Uses of IElementHelpLocation in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return IElementHelpLocation Modifier and Type Method Description IElementHelpLocationAElementInfoHelper. createElementHelp() - 
Uses of IElementHelpLocation in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return IElementHelpLocation Modifier and Type Method Description IElementHelpLocationActivePropertiesModel. getElementHelp()IElementHelpLocationElementInfoPanelModel. getElementHelp()IElementHelpLocationLoadPropsRetVal. getElementHelp()Methods in de.xima.fc.workflow.designer.model with parameters of type IElementHelpLocation Modifier and Type Method Description static <TModel,TBean>
ActivePropertiesModel<TModel,TBean>ActivePropertiesModel. of(String propertiesView, TBean bean, IElementWithTask<TModel> element, Object customProps, IElementHelpLocation elementHelp)voidElementInfoPanelModel. setElementHelp(IElementHelpLocation elementHelp)Constructors in de.xima.fc.workflow.designer.model with parameters of type IElementHelpLocation Constructor Description LoadPropsRetVal(String propertiesView, TBean bean, IElementWithTask<TModel> nodeModel, com.alibaba.fastjson.JSONObject customPropsJson, Object customProps, IElementHelpLocation elementHelp) 
 -