public function __construct($prefixIdClass, $typeSynchro, $contexte, $nbElementsParPage = -1, $nbElementsTotal = -1, $triable = false, $typeLiaison = '', $chargementModifDiffere = true, $foncJsOnClick = '', $foncAjaxTriCreation = '', $foncAjaxTriModification = AJAXFONC_MODIFIERDANSCONTEXTE, $foncAjaxTriSuppression = '', $foncAjaxCreation = AJAXFONC_AJOUTERAUREFERENTIEL, $foncAjaxModification = '', $foncAjaxSuppression = AJAXFONC_SUPPRIMERDUREFERENTIEL, $foncAjaxRechargement = AJAXFONC_RECHARGER)
 {
     parent::__construct($prefixIdClass, $typeSynchro, $contexte, $nbElementsParPage, $nbElementsTotal, $triable, $typeLiaison, $chargementModifDiffere, $foncJsOnClick, $foncAjaxTriCreation, $foncAjaxTriModification, $foncAjaxTriSuppression, $foncAjaxCreation, $foncAjaxModification, $foncAjaxSuppression, $foncAjaxRechargement);
 }