Example #1
0
 public static String cellFragment(String cellName) {
   return StringUtil.makeProper(cellName) + cellFragment;
 }
Example #2
0
 public static String cellSort(String cellName) {
   return StringUtil.makeProper(cellName) + cellSort;
 }