org.jboss.errai.workspaces.client
Class Application

java.lang.Object
  extended by org.jboss.errai.workspaces.client.Application
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class Application
extends Object
implements com.google.gwt.core.client.EntryPoint

The errai workspace implementation


Field Summary
protected  ClientMessageBus bus
           
 
Constructor Summary
Application()
           
 
Method Summary
static void forceReload()
           
 void onModuleLoad()
           
 void refreshView()
          hack in order to correctly display widgets that have been rendered hidden
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bus

protected ClientMessageBus bus
Constructor Detail

Application

public Application()
Method Detail

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

refreshView

public void refreshView()
hack in order to correctly display widgets that have been rendered hidden


forceReload

public static void forceReload()


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.