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

Dashboard class.

Since:
1.8.1
Version:
$Id: $
Author:
Mathew Brozowski, DJ Gregor, Mathew Brozowski, DJ Gregor

Constructor Summary
Dashboard()
           
 
Method Summary
 void add(com.google.gwt.user.client.ui.Widget widget, String elementId)
          add
 void error(String err)
          error
 void error(Throwable e)
          error
 void onModuleLoad()
          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()

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)

add

Parameters:
widget - a Widget object.
elementId - a String object.

error

public void error(Throwable e)

error

Specified by:
error in interface ErrorHandler
Parameters:
e - a Throwable object.

error

public void error(String err)

error

Parameters:
err - a String object.


Copyright © 2011. All Rights Reserved.