Interface ScreenTabTemplate

All Known Implementing Classes:
ScreenTabTemplateImpl

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

    Modifier and Type
    Method
    Description
    Returns the list of fields for this tab.
    Returns the name of the tab.
  • Method Details

    • name

      String name()
      Returns the name of the tab.
      Returns:
      The name of the tab.
    • fields

      List<String> fields()
      Returns the list of fields for this tab.
      Returns:
      The list of fields for this tab.