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.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget

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

DashletLoader class.

Since:
1.8.1
Version:
$Id: $
Author:
Mathew Brozowski

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
static int COMPLETE
          Constant COMPLETE=0
static int ERROR
          Constant ERROR=2
static int LOADING
          Constant LOADING=1
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Method Summary
 void complete()
          complete
 void loadError(Throwable caught)
          loadError
 void loading()
          loading
 void loading(String msg)
          loading
 void setStatus(int status, String description)
          setStatus
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, 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
Constant COMPLETE=0

See Also:
Constant Field Values

LOADING

public static final int LOADING
Constant LOADING=1

See Also:
Constant Field Values

ERROR

public static final int ERROR
Constant ERROR=2

See Also:
Constant Field Values
Method Detail

setStatus

public void setStatus(int status,
                      String description)

setStatus

Parameters:
status - a int.
description - a String object.

loading

public void loading(String msg)

loading

Parameters:
msg - a String object.

loading

public void loading()

loading


loadError

public void loadError(Throwable caught)

loadError

Parameters:
caught - a Throwable object.

complete

public void complete()

complete



Copyright © 2011. All Rights Reserved.