Interface ISummaryKeyValueText
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SummaryKeyValueText
Models text for the the
ISummaryKeyValueModel
that appears before or after the main table.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Method Details
-
getDisplayText
String getDisplayText()- Returns:
- The data to display.
-
getDisplayTextStyle
String getDisplayTextStyle()- Returns:
- Inline style for the text .
-
getDisplayTextStyleClass
String getDisplayTextStyleClass()- Returns:
- Style class for the text.
-
isDisplayTextHtml
boolean isDisplayTextHtml()- Returns:
- Whether the text contains HTML content. If
true
, thegetDisplayText()
will be inserted into the HTML without any post-processing. Otherwise, special characters are escaped for HTML.
-
isDisplayTextI18n
boolean isDisplayTextI18n()- Returns:
- Whether the text is an i18n key for a resource bundle, or literal text. If the former, the key is looked up in the custom resource bundle of the workflow element handler first, then in the built-in resource bundle of formcycle.
-
getParameters
Serializable[] getParameters()- Returns:
- Optional parameters for the message, when
isDisplayTextI18n()
istrue
.
-