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