I am new to GXT and using GXT 3.0.1. I would like to use the MVC in GXT 3.0.1 however, from my previous research of GXT 2*, am supposed to create a class for defining my events that I'll use in the controllers. In GXT 2*, I would import the EventType as follows 'import com.extjs.gxt.ui.client.event.EventType;' But Am not finding EventType anywhere. Is there something am missing? or Where can I find it? Any MVC sample code using GXT 3.0.* will be highly appreciated.
as far as I know, there is no more MVC pattern implemented in GXT 3.
Instead you can use native view & presenter implementation of GWT or a framework (f.e.: GWT-Platform or mvp4g) to implement a MVP pattern. All of them will work fine with GXT 3.