Package com.gwtplatform.carstore.client.application.cars

Examples of com.gwtplatform.carstore.client.application.cars.CarsDesktopModule


    @Override
    protected void configure() {
        install(new UnauthorizedModule());
        install(new LoginModule());
        install(new ManufacturerModule());
        install(new CarsDesktopModule());
        install(new RatingModule());
        install(new WidgetModule());
        install(new MessagesModule());
        install(new ReportModule());
        install(new StatisticsModule());
View Full Code Here

TOP

Related Classes of com.gwtplatform.carstore.client.application.cars.CarsDesktopModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.