rodrigo 2012-09-06 20:46:29 +00:00
parent 632cf7de02
commit 7854d1a808
1 changed files with 1 additions and 1 deletions

View File

@ -31,9 +31,9 @@ public class ConfigLayoutImpressaoBoletoController extends MyGenericForwardCompo
private Combobox cmbCampo; private Combobox cmbCampo;
private Intbox txtLinha; private Intbox txtLinha;
private Intbox txtColuna; private Intbox txtColuna;
private List<ConfigCoordenadas> lsConfigCoordenadas;
private Integer linha; private Integer linha;
private Integer coluna; private Integer coluna;
private List<ConfigCoordenadas> lsConfigCoordenadas;
@Override @Override
public void doAfterCompose(Component comp) throws Exception { public void doAfterCompose(Component comp) throws Exception {