raimund@1076: /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz raimund@1076: * Software engineering by Intevation GmbH raimund@1076: * raimund@1076: * This file is Free Software under the GNU GPL (v>=3) raimund@1076: * and comes with ABSOLUTELY NO WARRANTY! Check out raimund@1076: * the documentation coming with IMIS-Labordaten-Application for details. raimund@1076: */ raimund@1076: raimund@1076: /** raimund@1076: * Store for Messungen, it is used in the {@link Lada.view.grid.MessungenList} raimund@1076: */ raimund@1076: Ext.define('Lada.store.MessungenList', { raimund@1076: extend: 'Ext.data.Store', raimund@1076: model: 'Lada.model.MessungList', raimund@1076: pageSize: 50, raimund@1076: remoteSort: true raimund@1076: });