Package net.ajiaojr.spadger.client.view

Examples of net.ajiaojr.spadger.client.view.MainUiView


   */
  @Override
  public void onModuleLoad() {
    this.clientFactory = createClientFactory();

    MainUiView mainUiView = clientFactory.getMainUiView();
    EventBus eventBus = clientFactory.getEventBus();

    ActivityManager manager = new ActivityManager(new ContentAreaActivityMapper(
        clientFactory), eventBus);
    manager.setDisplay(mainUiView.getContentArea());

    PlaceHistoryMapper historyMapper = GWT
        .create(SpadgerPlaceHistoryMapper.class);

    PlaceHistoryHandler handler = new PlaceHistoryHandler(historyMapper);
View Full Code Here

TOP

Related Classes of net.ajiaojr.spadger.client.view.MainUiView

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.