this.citems.dataProduit.setRowIndex(this.cproperties.getLastIndex());
this.citems.dataProduit.getRowData().setListCaracterist(null);
this.citems.dataProduit.getRowData().setLabelDetail(ToolsBean.lblDetail);
}
this.citems.dataProduit.setRowIndex(currentIndex);
SysProduit produit=this.citems.dataProduit.getRowData();
if(produit.getLabelDetail().equals(ToolsBean.lblFermer)){
produit.setListCaracterist(null);
produit.setLabelDetail(ToolsBean.lblDetail);
}
else{
this.cproperties.idProduit=produit.getIdProduit()+"";
produit.setListCaracterist(this.citems.getListCaracDuProd());
if((produit.getListCaracterist()!=null)&&(produit.getListCaracterist().size()>0))
produit.setLabelDetail(ToolsBean.lblFermer);
}
this.cproperties.setLastIndex(currentIndex);
this.cproperties.designation=produit.getDesignation();
}