|
||||||||||
| 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.features.node.list.gwt.client.PageableNodeList
public class PageableNodeList
| Nested Class Summary | |
|---|---|
class |
PageableNodeList.IpInterfacesRequestCallback
|
class |
PageableNodeList.SnmpInterfacesRequestCallback
|
| 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 String |
COOKIE
|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
PageableNodeList()
|
|
| Method Summary | |
|---|---|
int |
extractNodeIdFromLocation()
|
String |
getBaseHref()
|
int |
getNodeId()
|
void |
getNodeIdFromPage()
|
void |
handleIpSearchBtnClick(com.google.gwt.event.dom.client.ClickEvent event)
|
void |
handlePhysSearchClick(com.google.gwt.event.dom.client.ClickEvent event)
|
void |
onIpInterfaceSelection(IpInterfaceSelectionEvent event)
|
void |
onPhysicalInterfaceSelected(PhysicalInterfaceSelectionEvent event)
|
void |
onResize()
|
void |
setNodeId(int nodeId)
|
void |
showErrorDialogBox(String errorMsg)
|
void |
updateIpInterfaceList(List<IpInterface> ipInterfaces)
|
void |
updatePhysicalInterfaceList(List<PhysicalInterface> physicalInterfaces)
|
| 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, addBitlessDomHandler, 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, sinkBitlessEvent, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String COOKIE
| Constructor Detail |
|---|
public PageableNodeList()
| Method Detail |
|---|
public void showErrorDialogBox(String errorMsg)
public int extractNodeIdFromLocation()
public void setNodeId(int nodeId)
public int getNodeId()
public void getNodeIdFromPage()
public void updateIpInterfaceList(List<IpInterface> ipInterfaces)
public void updatePhysicalInterfaceList(List<PhysicalInterface> physicalInterfaces)
@UiHandler(value="m_ipSearchBtn") public void handleIpSearchBtnClick(com.google.gwt.event.dom.client.ClickEvent event)
@UiHandler(value="m_physSearchBtn") public void handlePhysSearchClick(com.google.gwt.event.dom.client.ClickEvent event)
public void onResize()
public void onPhysicalInterfaceSelected(PhysicalInterfaceSelectionEvent event)
onPhysicalInterfaceSelected in interface PhysicalInterfaceSelectionHandlerpublic void onIpInterfaceSelection(IpInterfaceSelectionEvent event)
onIpInterfaceSelection in interface IpInterfaceSelectionHandlerpublic final String getBaseHref()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||