main
parent
156f04cafe
commit
a1cbf2cb50
|
|
@ -9,7 +9,7 @@ public class ItemColourFormatter implements Formatter{
|
||||||
|
|
||||||
public String format(String property, Object type, List origenData,
|
public String format(String property, Object type, List origenData,
|
||||||
String referenceModel, String locale) {
|
String referenceModel, String locale) {
|
||||||
String des=origenData.get(10).toString();
|
String des=origenData.get(11).toString();
|
||||||
// System.out.println(des);
|
// System.out.println(des);
|
||||||
if("true".equals(des)){
|
if("true".equals(des)){
|
||||||
return "<div style='background-color:red' >" + type.toString() + "</div>";
|
return "<div style='background-color:red' >" + type.toString() + "</div>";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue