Interface TopHeaderContentProvider
public interface TopHeaderContentProvider
A TopHeaderContentProvider is used to provide a custom TopHeaderContent.
- Since:
- 10.0.10
-
Method Summary
Modifier and TypeMethodDescriptiongetTopHeaderContent(TopHeaderViewContext topHeaderViewContext) Returns theTopHeaderContentto be displayed for the given view context.
-
Method Details
-
getTopHeaderContent
Returns theTopHeaderContentto be displayed for the given view context.- Parameters:
topHeaderViewContext- the view context the top header will be displayed in- Returns:
- the
TopHeaderContentto be displayed. - Since:
- 10.0.16
-