Interface ISummaryKeyValueModel
-
- All Superinterfaces:
Serializable
public interface ISummaryKeyValueModel extends Serializable
Model for theIKeyValueSummarizableElement
mixin. Lets you create a simple summary with a key value table.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ISummaryKeyValuePair>
getElementSummaryKeyValuePairs()
ISummaryKeyValueText
getInfoAfter()
ISummaryKeyValueText
getInfoBefore()
boolean
isEmpty()
-
-
-
Method Detail
-
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.
-
-