Beispiel #1
0
 public String determineStyleClass(String attribute) {
   ThresholdStatus thStatus = thresholdHelper.determineThresholdStatus(diff, attribute);
   return thStatus.getFlag();
 }