Uses of Interface
de.xima.fc.interfaces.workflow.mixin.ISummaryKeyValueText
-
Packages that use ISummaryKeyValueText Package Description de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atrigger
ornode
for special types, all logic is implemented in terms of theITriggerHandler
andINodeHandler
interfaces.de.xima.fc.workflow de.xima.fc.workflow.designer.bean -
-
Uses of ISummaryKeyValueText in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return ISummaryKeyValueText Modifier and Type Method Description ISummaryKeyValueText
ISummaryKeyValueModel. getInfoAfter()
ISummaryKeyValueText
ISummaryKeyValueModel. getInfoBefore()
-
Uses of ISummaryKeyValueText in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement ISummaryKeyValueText Modifier and Type Class Description class
SummaryKeyValueText
Methods in de.xima.fc.workflow that return ISummaryKeyValueText Modifier and Type Method Description static ISummaryKeyValueText
SummaryKeyValueText. empty()
static ISummaryKeyValueText
SummaryKeyValueText. with(String text)
static ISummaryKeyValueText
SummaryKeyValueText. with(String text, boolean html)
static ISummaryKeyValueText
SummaryKeyValueText. with(String text, boolean html, String style, String styleClass)
static ISummaryKeyValueText
SummaryKeyValueText. withI18n(String i18nKey)
static ISummaryKeyValueText
SummaryKeyValueText. withI18n(String i18nKey, boolean html)
static ISummaryKeyValueText
SummaryKeyValueText. withI18n(String i18nKey, boolean html, String style, String styleClass)
static ISummaryKeyValueText
SummaryKeyValueText. withI18n(String i18nKey, boolean html, String style, String styleClass, Serializable... parameters)
Methods in de.xima.fc.workflow with parameters of type ISummaryKeyValueText Modifier and Type Method Description SummaryKeyValueModelBuilder
SummaryKeyValueModelBuilder. withInfoAfter(ISummaryKeyValueText text)
SummaryKeyValueModelBuilder
SummaryKeyValueModelBuilder. withInfoBefore(ISummaryKeyValueText text)
-
Uses of ISummaryKeyValueText in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean with parameters of type ISummaryKeyValueText Modifier and Type Method Description String
WorkflowResourceBundleBean. getFormattedKeyValueText(ResourceBundle bundle1, ResourceBundle bundle2, ISummaryKeyValueText model)
-