Interface TenantConfigTabProvider


public interface TenantConfigTabProvider

A TenantConfigTabProvider is used to provide a custom TenantConfigTab.

Since:
11.2
  • Method Details

    • getTenantConfigTab

      TenantConfigTab getTenantConfigTab(TenantConfigViewContext tenantConfigViewContext)
      Parameters:
      tenantConfigViewContext - provides view context specific information for TenantConfigTab
      Returns:
      the customized TenantConfigTab or null if no TenantConfigTab should be shown.
      Since:
      11.2