org.broadleafcommerce.openadmin.client.setup
Class AppController

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.setup.AppController
All Implemented Interfaces:
com.google.gwt.event.logical.shared.ValueChangeHandler<String>, com.google.gwt.event.shared.EventHandler

public class AppController
extends Object
implements com.google.gwt.event.logical.shared.ValueChangeHandler<String>

Author:
jfischer

Method Summary
 void clearCurrentView()
           
protected  List<PresenterModifier> findPresenterModifiers(Class<?> presenter)
           
 com.google.gwt.event.shared.HandlerManager getEventBus()
           
static AppController getInstance()
           
 void go(com.smartgwt.client.widgets.Canvas container, HashMap<String,String[]> pages, String pageKey, String moduleKey, boolean firstTime)
           
 void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event)
           
protected  void setupView(String viewKey, String presenterKey, String itemId)
           
protected  void showView(String viewKey, String presenterKey, String itemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AppController getInstance()

clearCurrentView

public void clearCurrentView()

go

public void go(com.smartgwt.client.widgets.Canvas container,
               HashMap<String,String[]> pages,
               String pageKey,
               String moduleKey,
               boolean firstTime)

getEventBus

public com.google.gwt.event.shared.HandlerManager getEventBus()

onValueChange

public void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event)
Specified by:
onValueChange in interface com.google.gwt.event.logical.shared.ValueChangeHandler<String>

showView

protected void showView(String viewKey,
                        String presenterKey,
                        String itemId)

setupView

protected void setupView(String viewKey,
                         String presenterKey,
                         String itemId)

findPresenterModifiers

protected List<PresenterModifier> findPresenterModifiers(Class<?> presenter)


Copyright © 2013. All Rights Reserved.