Interface TenantConfigTabProvider
public interface TenantConfigTabProvider
A TenantConfigTabProvider is used to provide a custom TenantConfigTab.
- Since:
- 11.2
-
Method Summary
Modifier and TypeMethodDescriptiongetTenantConfigTab(TenantConfigViewContext tenantConfigViewContext) Returns the customizedTenantConfigTabfor the given view context.
-
Method Details
-
getTenantConfigTab
Returns the customizedTenantConfigTabfor the given view context.- Parameters:
tenantConfigViewContext- provides view context specific information forTenantConfigTab- Returns:
- the customized
TenantConfigTabor null if noTenantConfigTabshould be shown. - Since:
- 11.2
-