protected function _formatElementDefinitions(array $aSavedData)
 {
     $_oSectionsetsFormatter = new AdminPageFramework_Form_Model___FormatSectionsets($this->aSectionsets, $this->aArguments['structure_type'], $this->sCapability, $this->aCallbacks, $this);
     $this->aSectionsets = $_oSectionsetsFormatter->get();
     $_oFieldsetsFormatter = new AdminPageFramework_Form_Model___FormatFieldsets($this->aFieldsets, $this->aSectionsets, $this->aArguments['structure_type'], $this->aSavedData, $this->sCapability, $this->aCallbacks, $this);
     $this->aFieldsets = $_oFieldsetsFormatter->get();
 }