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 -
-
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)
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)
-