org.mobicents.servlet.management.client.router
Class ApplicationRouteNodeEditor

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.Panel
              extended by com.google.gwt.user.client.ui.ComplexPanel
                  extended by com.google.gwt.user.client.ui.CellPanel
                      extended by com.google.gwt.user.client.ui.VerticalPanel
                          extended by org.mobicents.servlet.management.client.router.ApplicationRouteNodeEditor
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasAlignment, com.google.gwt.user.client.ui.HasHorizontalAlignment, com.google.gwt.user.client.ui.HasVerticalAlignment, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IndexedPanel, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>

public class ApplicationRouteNodeEditor
extends com.google.gwt.user.client.ui.VerticalPanel


Nested Class Summary
 
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
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Fields inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment
ALIGN_CENTER, ALIGN_DEFAULT, ALIGN_LEFT, ALIGN_RIGHT
 
Fields inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment
ALIGN_BOTTOM, ALIGN_MIDDLE, ALIGN_TOP
 
Constructor Summary
ApplicationRouteNodeEditor()
           
ApplicationRouteNodeEditor(DARRouteNode node)
           
 
Method Summary
 java.lang.String getApplicationName()
           
 java.lang.String getDirection()
           
 com.google.gwt.user.client.ui.Widget getDragHandle()
           
 java.lang.String getOrder()
           
 java.lang.String getRoute()
           
 java.lang.String getRouteModified()
           
 java.lang.String getRoutingRegion()
           
 java.lang.String getSubscriberIdentity()
           
 void setApplicationName(java.lang.String str)
           
 void setDirection(java.lang.String str)
           
 void setOrder(java.lang.String str)
           
 void setRoute(java.lang.String str)
           
 void setRouteModified(java.lang.String str)
           
 void setRoutingRegion(java.lang.String str)
           
 void setSubscriberIdentity(java.lang.String str)
           
 java.lang.String toString()
           
 
Methods inherited from class com.google.gwt.user.client.ui.VerticalPanel
add, getHorizontalAlignment, getVerticalAlignment, insert, onEnsureDebugId, remove, setHorizontalAlignment, setVerticalAlignment
 
Methods inherited from class com.google.gwt.user.client.ui.CellPanel
getBody, getSpacing, getTable, setBorderWidth, setCellHeight, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellWidth, setSpacing
 
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, insert, insert, iterator, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, isAttached, onAttach, onBrowserEvent, onDetach, removeFromParent
 
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, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationRouteNodeEditor

public ApplicationRouteNodeEditor()

ApplicationRouteNodeEditor

public ApplicationRouteNodeEditor(DARRouteNode node)
Method Detail

getDragHandle

public com.google.gwt.user.client.ui.Widget getDragHandle()

getApplicationName

public java.lang.String getApplicationName()

setApplicationName

public void setApplicationName(java.lang.String str)

getSubscriberIdentity

public java.lang.String getSubscriberIdentity()

setSubscriberIdentity

public void setSubscriberIdentity(java.lang.String str)

getRoutingRegion

public java.lang.String getRoutingRegion()

setRoutingRegion

public void setRoutingRegion(java.lang.String str)

getRoute

public java.lang.String getRoute()

setRoute

public void setRoute(java.lang.String str)

getRouteModified

public java.lang.String getRouteModified()

setRouteModified

public void setRouteModified(java.lang.String str)

getDirection

public java.lang.String getDirection()

setDirection

public void setDirection(java.lang.String str)

getOrder

public java.lang.String getOrder()

setOrder

public void setOrder(java.lang.String str)

toString

public java.lang.String toString()
Overrides:
toString in class com.google.gwt.user.client.ui.UIObject


Copyright © 2010. All Rights Reserved.