org.opennms.features.node.list.gwt.client
Class PageableNodeList

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.opennms.features.node.list.gwt.client.PageableNodeList
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.EventHandler, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.ProvidesResize, IpInterfaceSelectionHandler, PhysicalInterfaceSelectionHandler

public class PageableNodeList
extends com.google.gwt.user.client.ui.Composite
implements com.google.gwt.user.client.ui.ProvidesResize, PhysicalInterfaceSelectionHandler, IpInterfaceSelectionHandler


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

COOKIE

public static final String COOKIE
See Also:
Constant Field Values
Constructor Detail

PageableNodeList

public PageableNodeList()
Method Detail

showErrorDialogBox

public void showErrorDialogBox(String errorMsg)

extractNodeIdFromLocation

public int extractNodeIdFromLocation()

setNodeId

public void setNodeId(int nodeId)

getNodeId

public int getNodeId()

getNodeIdFromPage

public void getNodeIdFromPage()

updateIpInterfaceList

public void updateIpInterfaceList(List<IpInterface> ipInterfaces)

updatePhysicalInterfaceList

public void updatePhysicalInterfaceList(List<PhysicalInterface> physicalInterfaces)

handleIpSearchBtnClick

@UiHandler(value="m_ipSearchBtn")
public void handleIpSearchBtnClick(com.google.gwt.event.dom.client.ClickEvent event)

handlePhysSearchClick

@UiHandler(value="m_physSearchBtn")
public void handlePhysSearchClick(com.google.gwt.event.dom.client.ClickEvent event)

onResize

public void onResize()

onPhysicalInterfaceSelected

public void onPhysicalInterfaceSelected(PhysicalInterfaceSelectionEvent event)
Specified by:
onPhysicalInterfaceSelected in interface PhysicalInterfaceSelectionHandler

onIpInterfaceSelection

public void onIpInterfaceSelection(IpInterfaceSelectionEvent event)
Specified by:
onIpInterfaceSelection in interface IpInterfaceSelectionHandler

getBaseHref

public final String getBaseHref()


Copyright © 2011. All Rights Reserved.