Interface ScreenTemplate
- All Known Implementing Classes:
ScreenTemplateImpl
@PublicApi
public interface ScreenTemplate
A screen template used for Project Template configuration.
- Since:
- 7.0
-
Method Details
-
key
String key()Returns the key of the screen template.- Returns:
- The key of the screen template.
-
name
String name()Returns the name of the screen template.- Returns:
- The name of the screen template.
-
description
String description()Returns the description of the screen template.- Returns:
- The description of the screen template.
-
tabs
List<ScreenTabTemplate> tabs()Returns the list of tabs for this screen.- Returns:
- The list of tabs for this screen.
-