Uses of Interface
de.xima.fc.interfaces.workflow.mixin.ISummaryKeyValueText
- 
Packages that use ISummaryKeyValueText Package Description de.xima.fc.interfaces.workflow.mixin 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 ISummaryKeyValueTextISummaryKeyValueModel. getInfoAfter()ISummaryKeyValueTextISummaryKeyValueModel. getInfoBefore() - 
Uses of ISummaryKeyValueText in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement ISummaryKeyValueText Modifier and Type Class Description classSummaryKeyValueTextMethods in de.xima.fc.workflow that return ISummaryKeyValueText Modifier and Type Method Description static ISummaryKeyValueTextSummaryKeyValueText. empty()static ISummaryKeyValueTextSummaryKeyValueText. with(String text)static ISummaryKeyValueTextSummaryKeyValueText. with(String text, boolean html)static ISummaryKeyValueTextSummaryKeyValueText. with(String text, boolean html, String style, String styleClass)static ISummaryKeyValueTextSummaryKeyValueText. withI18n(String i18nKey)static ISummaryKeyValueTextSummaryKeyValueText. withI18n(String i18nKey, boolean html)static ISummaryKeyValueTextSummaryKeyValueText. withI18n(String i18nKey, boolean html, String style, String styleClass)static ISummaryKeyValueTextSummaryKeyValueText. 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 SummaryKeyValueModelBuilderSummaryKeyValueModelBuilder. withInfoAfter(ISummaryKeyValueText text)SummaryKeyValueModelBuilderSummaryKeyValueModelBuilder. 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 StringWorkflowResourceBundleBean. getFormattedKeyValueText(ResourceBundle bundle1, ResourceBundle bundle2, ISummaryKeyValueText model) 
 -