|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.dashboard.client.ListBoxCallback
public class ListBoxCallback
ListBoxCallback class.
| Constructor Summary | |
|---|---|
ListBoxCallback(DashletLoader dashlet,
com.google.gwt.user.client.ui.ListBox listBox)
Constructor for ListBoxCallback. |
|
| Method Summary | |
|---|---|
int |
getDirection()
getDirection |
com.google.gwt.user.client.ui.ListBox |
getListBox()
getListBox |
void |
onDataLoaded(String[][] resources)
onDataLoaded |
void |
onFailure(Throwable caught)
|
void |
onSuccess(Object result)
|
void |
setDirection(int direction)
setDirection |
void |
setEmptyListItem(String name,
String value)
setEmptyListItem |
void |
setNullListItem(String name,
String value)
setNullListItem |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListBoxCallback(DashletLoader dashlet,
com.google.gwt.user.client.ui.ListBox listBox)
Constructor for ListBoxCallback.
dashlet - a DashletLoader object.listBox - a ListBox object.| Method Detail |
|---|
public com.google.gwt.user.client.ui.ListBox getListBox()
getListBox
ListBox object.public void setDirection(int direction)
setDirection
direction - a int.public int getDirection()
getDirection
public void setNullListItem(String name,
String value)
setNullListItem
name - a String object.value - a String object.
public void setEmptyListItem(String name,
String value)
setEmptyListItem
name - a String object.value - a String object.public void onDataLoaded(String[][] resources)
onDataLoaded
resources - an array of String objects.public void onFailure(Throwable caught)
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallbackpublic void onSuccess(Object result)
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||