Interface CategoryConfigTabProvider
public interface CategoryConfigTabProvider
A CategoryConfigTabProvider
is used to provide a custom CategoryConfigTab
.
- Since:
- 10.0.116
-
Method Summary
Modifier and TypeMethodDescriptiongetCategoryConfigTab
(CategoryConfigViewContext categoryConfigViewContext)
-
Method Details
-
getCategoryConfigTab
- Parameters:
categoryConfigViewContext
- provides view context specific information forCategoryConfigTab
- Returns:
- the customized
CategoryConfigTab
or null if noCategoryConfigTab
should be shown. - Since:
- 10.0.116
-