Package com.taobao.zeus.web.platform.client.util

Examples of com.taobao.zeus.web.platform.client.util.PlatformContext


  CardLayoutContainer screen;
 
  private final PlatformContext platformContext;
  private List<Shortcut> shortcuts=new ArrayList<Shortcut>();
  public Platform(ZUser user){
    platformContext=new PlatformContext(user);
    viewport=(Viewport) uiBinder.createAndBindUi(this);
    platformContext.getPlatformBus().registPlaceHandler(this);
  }
View Full Code Here

TOP

Related Classes of com.taobao.zeus.web.platform.client.util.PlatformContext

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.