org.broadleafcommerce.openadmin.client.setup
Class AppController
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.