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