public class CategoryWidgetUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
convertCategoryPathToString(List<CategoryData> categoryPath)
Converts the categoryPath into a String that is to be presented to the User
|
static String |
convertCategoryPathToString(List<CategoryData> categoryPath,
String lastCategoryId)
Converts the categoryPath into a String that is to be presented to the User, stopping at (including) the provided
lastCategoryId
|
public static String convertCategoryPathToString(List<CategoryData> categoryPath)
categoryPath - public static String convertCategoryPathToString(List<CategoryData> categoryPath, String lastCategoryId)
categoryPath - lastCategoryId - category ID to show as the last one. If null then the entire category path is used.Copyright © 2017 SAP SE. All Rights Reserved.