Interface ISummaryKeyValueModel
- All Superinterfaces:
Serializable
Model for the
IKeyValueSummarizableElement
mixin. Lets you create a simple summary with a key value table.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getElementSummaryKeyValuePairs
List<ISummaryKeyValuePair> getElementSummaryKeyValuePairs()- Returns:
- A list of key value pairs to display in a table in the overview panel.
-
getInfoBefore
ISummaryKeyValueText getInfoBefore()- Returns:
- Text to show before the key value table.
-
getInfoAfter
ISummaryKeyValueText getInfoAfter()- Returns:
- Text to show after the key value table.
-
isEmpty
boolean isEmpty()- Returns:
- Whether this model has any content.
-