Uses of Class
de.hybris.platform.hac.custom.CustomTabInfo.SubTabInfo
-
Packages that use CustomTabInfo.SubTabInfo Package Description de.hybris.platform.hac.custom de.hybris.platform.hac.util -
-
Uses of CustomTabInfo.SubTabInfo in de.hybris.platform.hac.custom
Methods in de.hybris.platform.hac.custom that return CustomTabInfo.SubTabInfo Modifier and Type Method Description CustomTabInfo.SubTabInfoCustomTabInfo.SubTabInfo. label(java.lang.String label)CustomTabInfo.SubTabInfoCustomTabInfo.SubTabInfo. path(java.lang.String path)CustomTabInfo.SubTabInfoCustomTabInfo.SubTabInfo. skipPrefix(boolean prefix)Methods in de.hybris.platform.hac.custom that return types with arguments of type CustomTabInfo.SubTabInfo Modifier and Type Method Description java.util.List<CustomTabInfo.SubTabInfo>CustomTabInfo. getSubTabs()Method parameters in de.hybris.platform.hac.custom with type arguments of type CustomTabInfo.SubTabInfo Modifier and Type Method Description voidCustomTabInfo. setSubTabs(java.util.List<CustomTabInfo.SubTabInfo> subTabs)CustomTabInfoCustomTabInfo. subTabs(java.util.List<CustomTabInfo.SubTabInfo> subTabs) -
Uses of CustomTabInfo.SubTabInfo in de.hybris.platform.hac.util
Methods in de.hybris.platform.hac.util with parameters of type CustomTabInfo.SubTabInfo Modifier and Type Method Description static booleanHacTabUtil. isSubTabAccessGranted(CustomTabInfo.SubTabInfo subTabInfo, java.lang.String basePath)
-