Interface ScreenTemplate

All Known Implementing Classes:
ScreenTemplateImpl

@PublicApi public interface ScreenTemplate
A screen template used for Project Template configuration.
Since:
7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the screen template.
    key()
    Returns the key of the screen template.
    Returns the name of the screen template.
    Returns the list of tabs for this screen.
  • 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

      Returns the list of tabs for this screen.
      Returns:
      The list of tabs for this screen.