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