|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.opennms.dashboard.client.Dashlet
public abstract class Dashlet
| Constructor Summary | |
|---|---|
Dashlet(Dashboard dashboard,
String title)
|
|
| Method Summary | |
|---|---|
void |
addToTitleBar(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant constraint)
|
void |
error(String err)
|
protected void |
error(Throwable caught)
|
String |
getTitle()
|
protected void |
onLoad()
|
void |
setLoader(DashletLoader loader)
|
void |
setSurveillanceSet(SurveillanceSet set)
|
void |
setTitle(String title)
|
protected void |
setView(DashletView view)
|
protected void |
setView(com.google.gwt.user.client.ui.Widget view)
|
| 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, 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, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Dashlet(Dashboard dashboard,
String title)
| Method Detail |
|---|
protected void setView(DashletView view)
protected void setView(com.google.gwt.user.client.ui.Widget view)
public String getTitle()
getTitle in class com.google.gwt.user.client.ui.UIObjectpublic void setTitle(String title)
setTitle in class com.google.gwt.user.client.ui.UIObject
public void addToTitleBar(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.ui.DockPanel.DockLayoutConstant constraint)
public void setLoader(DashletLoader loader)
protected void onLoad()
onLoad in class com.google.gwt.user.client.ui.Widgetprotected void error(Throwable caught)
public void error(String err)
public void setSurveillanceSet(SurveillanceSet set)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||