org.opennms.features.gwt.graph.resource.list.client
Class GraphResourceList

java.lang.Object
  extended by org.opennms.features.gwt.graph.resource.list.client.GraphResourceList
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

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

Entry point classes define onModuleLoad().


Constructor Summary
GraphResourceList()
           
 
Method Summary
 String getBaseUrl()
           
 com.google.gwt.core.client.JsArray<ResourceListItem> getResourceListData(String dataObject)
           
 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

GraphResourceList

public GraphResourceList()
Method Detail

onModuleLoad

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

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

getBaseUrl

public final String getBaseUrl()

getResourceListData

public final com.google.gwt.core.client.JsArray<ResourceListItem> getResourceListData(String dataObject)


Copyright © 2011. All Rights Reserved.