Interface TenantConfigTabProvider
-
public interface TenantConfigTabProvider
A
TenantConfigTabProvider
is used to provide a customTenantConfigTab
.- Since:
- 11.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TenantConfigTab
getTenantConfigTab(TenantConfigViewContext tenantConfigViewContext)
-
-
-
Method Detail
-
getTenantConfigTab
TenantConfigTab getTenantConfigTab(TenantConfigViewContext tenantConfigViewContext)
- Parameters:
tenantConfigViewContext
- provides view context specific information forTenantConfigTab
- Returns:
- the customized
TenantConfigTab
or null if noTenantConfigTab
should be shown. - Since:
- 11.2
-
-