Interface UserConfigTabProvider
public interface UserConfigTabProvider
A UserConfigTabProvider
is used to provide a custom UserConfigTab
.
- Since:
- 11.2
-
Method Summary
-
Method Details
-
getUserConfigTab
- Parameters:
userConfigViewContext
- provides view context specific information forUserConfigTab
- Returns:
- the customized
UserConfigTab
or null if noUserConfigTab
should be shown. - Since:
- 11.2
-