OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 156 | Rev 177 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 174
Line 72... Line 72...
72
    protected SQLTableElement tableElementEcoID, tableElementEco, tableElementEcoTotal;
72
    protected SQLTableElement tableElementEcoID, tableElementEco, tableElementEcoTotal;
73
    protected SQLTableElement prebilan;
73
    protected SQLTableElement prebilan;
74
    protected SQLRowAccessor rowCatComptable;
74
    protected SQLRowAccessor rowCatComptable;
75
    private RowValuesTableModel model;
75
    private RowValuesTableModel model;
76
    protected SQLRowValues defaultRowVals;
76
    protected SQLRowValues defaultRowVals;
77
    private List<JButton> buttons = null;
77
    protected List<JButton> buttons = null;
78
    protected RowValuesTableControlPanel control = null;
78
    protected RowValuesTableControlPanel control = null;
79
    private SQLRowAccessor tarif = null;
79
    private SQLRowAccessor tarif = null;
80
 
80
 
81
    public static String SHOW_TOTAL_ECO_CONTRIBUTION = "SHOW_TOTAL_ECO_CONTRIBUTION";
81
    public static String SHOW_TOTAL_ECO_CONTRIBUTION = "SHOW_TOTAL_ECO_CONTRIBUTION";
82
    public static String SHOW_ECO_CONTRIBUTION_COLUMNS = "SHOW_ECO_CONTRIBUTION_COLUMNS";
82
    public static String SHOW_ECO_CONTRIBUTION_COLUMNS = "SHOW_ECO_CONTRIBUTION_COLUMNS";
Line 342... Line 342...
342
            XTableColumnModel columnModel = this.table.getColumnModel();
342
            XTableColumnModel columnModel = this.table.getColumnModel();
343
            columnModel.setColumnVisible(columnModel.getColumnByModelIndex(col), visible);
343
            columnModel.setColumnVisible(columnModel.getColumnByModelIndex(col), visible);
344
        }
344
        }
345
    }
345
    }
346
 
346
 
-
 
347
    private SQLRowAccessor rowClient = null;
-
 
348
 
-
 
349
    public SQLRowAccessor getRowClient() {
-
 
350
        return rowClient;
-
 
351
    }
-
 
352
 
-
 
353
    public void setClient(SQLRowAccessor rowClient, boolean ask) {
-
 
354
        this.rowClient = rowClient;
-
 
355
    }
-
 
356
 
347
    protected void calculTarifNomenclature() {
357
    protected void calculTarifNomenclature() {
348
 
358
 
349
        if (this.model.getRowCount() == 0) {
359
        if (this.model.getRowCount() == 0) {
350
            return;
360
            return;
351
        }
361
        }