Interface UserConfigTabProvider
-
public interface UserConfigTabProvider
A
UserConfigTabProvider
is used to provide a customUserConfigTab
.- Since:
- 11.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserConfigTab
getUserConfigTab(UserConfigViewContext userConfigViewContext)
-
-
-
Method Detail
-
getUserConfigTab
UserConfigTab getUserConfigTab(UserConfigViewContext userConfigViewContext)
- Parameters:
userConfigViewContext
- provides view context specific information forUserConfigTab
- Returns:
- the customized
UserConfigTab
or null if noUserConfigTab
should be shown. - Since:
- 11.2
-
-