5556575859606162636465
this.fields = new DecimalField[len]; for(int i=0; i<len;i++ ) { String name = activation.getParamNames()[i]; this.fields[i] = new DecimalField(name.toLowerCase(),name,true,-1,1); addProperty(this.fields[i]); } render(); }