org.opennms.dashboard.client
Class Dashboard

java.lang.Object
  extended by org.opennms.dashboard.client.Dashboard
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint, ErrorHandler

public class Dashboard
extends Object
implements com.google.gwt.core.client.EntryPoint, ErrorHandler

Author:
Mathew Brozowski, DJ Gregor

Constructor Summary
Dashboard()
           
 
Method Summary
 void add(com.google.gwt.user.client.ui.Widget widget, String elementId)
           
 void error(String err)
           
 void error(Throwable e)
           
 void onModuleLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dashboard

public Dashboard()
Method Detail

onModuleLoad

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

add

public void add(com.google.gwt.user.client.ui.Widget widget,
                String elementId)

error

public void error(Throwable e)
Specified by:
error in interface ErrorHandler

error

public void error(String err)


Copyright © 2009. All Rights Reserved.