package it.agilis.mens.azzeroCO2.client.mvc.events; import com.extjs.gxt.ui.client.event.EventType; /** * Created by IntelliJ IDEA. * User: giovannilt * Date: 6/29/11 * Time: 9:20 PM * To change this template use File | Settings | File Templates. */ public class UnAnnoDiAttivitaEvents { public static final EventType ClearStep = new EventType(); public static final EventType ShowStep = new EventType(); public static final EventType ShowRiepilogo = new EventType(); public static final EventType ShowInfoDialog = new EventType(); public static final EventType ShowConfermDialog = new EventType(); public static final EventType ClearPanel = new EventType(); public static final EventType Save = new EventType(); public static final EventType Next = new EventType(); public static final EventType NextText = new EventType(); public static final EventType Previous = new EventType(); public static final EventType PreviousText = new EventType(); public static final EventType Riepilogo = new EventType(); public static final EventType CaricaCoefficienti = new EventType(); public static final EventType CaricaProgettiDiCompensazione = new EventType(); public static final EventType LoadUnAnnoDiAttivita = new EventType(); public static final EventType Acquisto = new EventType(); public static final EventType Conferma = new EventType(); public static final EventType RemoveModel = new EventType(); public static final EventType GoToBegin = new EventType(); public static final EventType NorthPanelShowButtons = new EventType(); public static final EventType UseCoupon = new EventType(); public static final EventType InAttesaDiConfermaPagamento = new EventType(); }