Class UILabelUtil
- java.lang.Object
-
- com.hybris.cockpitng.widgets.util.UILabelUtil
-
public class UILabelUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetColumnHeaderLabel(ListColumn column, java.lang.String typeCode, LabelService labelService)static java.lang.StringresolveLocalizedLabel(java.lang.String labelKey)Returns localized label by key or a "[labelKey]" if localized label was not registered
-
-
-
Method Detail
-
getColumnHeaderLabel
public static java.lang.String getColumnHeaderLabel(ListColumn column, java.lang.String typeCode, LabelService labelService)
-
resolveLocalizedLabel
public static java.lang.String resolveLocalizedLabel(java.lang.String labelKey)
Returns localized label by key or a "[labelKey]" if localized label was not registered
-
-