org.opennms.dashboard.client
Class DashletLoader

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.opennms.dashboard.client.DashletLoader
All Implemented Interfaces:
com.google.gwt.user.client.EventListener

public class DashletLoader
extends com.google.gwt.user.client.ui.Composite

Author:
Mathew Brozowski

Field Summary
static int COMPLETE
           
static int ERROR
           
static int LOADING
           
 
Method Summary
 void complete()
           
 void loadError(Throwable caught)
           
 void loading()
           
 void loading(String msg)
           
 void setStatus(int status, String description)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getElement, getWidget, initWidget, isAttached, onAttach, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
doAttachChildren, doDetachChildren, getParent, onBrowserEvent, onLoad, onUnload, removeFromParent, setElement
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPLETE

public static final int COMPLETE
See Also:
Constant Field Values

LOADING

public static final int LOADING
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values
Method Detail

setStatus

public void setStatus(int status,
                      String description)

loading

public void loading(String msg)

loading

public void loading()

loadError

public void loadError(Throwable caught)

complete

public void complete()


Copyright © 2009. All Rights Reserved.