Class UILabelUtil


  • public class UILabelUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getColumnHeaderLabel​(ListColumn column, java.lang.String typeCode, LabelService labelService)  
      static java.lang.String resolveLocalizedLabel​(java.lang.String labelKey)
      Returns localized label by key or a "[labelKey]" if localized label was not registered
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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