Interface UserConfigTabProvider
public interface UserConfigTabProvider
A UserConfigTabProvider is used to provide a custom UserConfigTab.
- Since:
- 11.2
-
Method Summary
Modifier and TypeMethodDescriptiongetUserConfigTab(UserConfigViewContext userConfigViewContext) Returns the customizedUserConfigTabfor the given view context.
-
Method Details
-
getUserConfigTab
Returns the customizedUserConfigTabfor the given view context.- Parameters:
userConfigViewContext- provides view context specific information forUserConfigTab- Returns:
- the customized
UserConfigTabor null if noUserConfigTabshould be shown. - Since:
- 11.2
-