martedì 15 gennaio 2013

Renderer su tabella ULC

ULCTableColumn statoCol = clientiCampagneTable.getColumnModel().getColumn(5);

    final ULCComboBox possibiliEsitiCombo = new ULCComboBox(esiti);
        statoCol.setCellEditor(new ITableCellEditor() {
           
            @Override
            public IEditorComponent getTableCellEditorComponent(ULCTable table,
                Object value, int row) {
            return possibiliEsitiCombo;
            }
        });
    }



Nessun commento:

Posta un commento