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