Interface ISummaryKeyValueModel
- 
- All Superinterfaces:
 Serializable
public interface ISummaryKeyValueModel extends Serializable
Model for theIKeyValueSummarizableElementmixin. 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()ISummaryKeyValueTextgetInfoAfter()ISummaryKeyValueTextgetInfoBefore()booleanisEmpty() 
 - 
 
- 
- 
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.
 
 
 - 
 
 -