org.opennms.dashboard.client
Class ListBoxCallback
java.lang.Object
org.opennms.dashboard.client.ListBoxCallback
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback
- Direct Known Subclasses:
- GraphDashlet.GraphView.ChildResourceLoader, GraphDashlet.GraphView.PrefabGraphLoader, GraphDashlet.GraphView.TopLevelResourceLoader
public class ListBoxCallback
- extends Object
- implements com.google.gwt.user.client.rpc.AsyncCallback
- Author:
- Mathew Brozowski, DJ Gregor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListBoxCallback
public ListBoxCallback(DashletLoader dashlet,
com.google.gwt.user.client.ui.ListBox listBox)
getListBox
public com.google.gwt.user.client.ui.ListBox getListBox()
setDirection
public void setDirection(int direction)
getDirection
public int getDirection()
setNullListItem
public void setNullListItem(String name,
String value)
setEmptyListItem
public void setEmptyListItem(String name,
String value)
onDataLoaded
public void onDataLoaded(String[][] resources)
onFailure
public void onFailure(Throwable caught)
- Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback
onSuccess
public void onSuccess(Object result)
- Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback
Copyright © 2009. All Rights Reserved.