org.overlord.sramp.ui.client
Class Application

java.lang.Object
  extended by org.overlord.sramp.ui.client.Application
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

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

Entry point classes define onModuleLoad().


Constructor Summary
Application()
           
 
Method Summary
protected  com.google.gwt.user.client.ui.RootPanel getContentDiv()
          Gets the content div from the host page, removes all of its children (making it ready to receive content generated by this application).
 void onModuleLoad()
          This is the entry point method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

onModuleLoad

public void onModuleLoad()
This is the entry point method.

Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

getContentDiv

protected com.google.gwt.user.client.ui.RootPanel getContentDiv()
Gets the content div from the host page, removes all of its children (making it ready to receive content generated by this application).



Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.