Interface CategoryConfigTabProvider
-
public interface CategoryConfigTabProvider
A
CategoryConfigTabProvider
is used to provide a customCategoryConfigTab
.- Since:
- 10.0.116
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CategoryConfigTab
getCategoryConfigTab(CategoryConfigViewContext categoryConfigViewContext)
-
-
-
Method Detail
-
getCategoryConfigTab
CategoryConfigTab getCategoryConfigTab(CategoryConfigViewContext categoryConfigViewContext)
- Parameters:
categoryConfigViewContext
- provides view context specific information forCategoryConfigTab
- Returns:
- the customized
CategoryConfigTab
or null if noCategoryConfigTab
should be shown. - Since:
- 10.0.116
-
-