com.tensegrity.wpalo.client.ui.mvc.admin
Class AdminNavigatorView

java.lang.Object
  extended by com.extjs.gxt.ui.client.mvc.View
      extended by com.tensegrity.wpalo.client.ui.mvc.admin.AdminNavigatorView

public class AdminNavigatorView
extends com.extjs.gxt.ui.client.mvc.View

AdminNavigator TODO DOCUMENT ME

Version:
$Id: AdminNavigatorView.java,v 1.35 2010/03/02 08:59:12 PhilippBouillon Exp $

Field Summary
protected  ILocalConstants constants
           
static com.tensegrity.palo.gwt.core.client.models.admin.XUser lastCreatedUser
           
protected  ILocalMessages messages
           
 
Fields inherited from class com.extjs.gxt.ui.client.mvc.View
controller, initialized
 
Constructor Summary
AdminNavigatorView(com.extjs.gxt.ui.client.mvc.Controller controller)
           
 
Method Summary
protected  void handleEvent(com.extjs.gxt.ui.client.mvc.AppEvent<?> event)
           
 void updateGroup(com.tensegrity.palo.gwt.core.client.models.admin.XGroup group)
           
 void updateUser(com.tensegrity.palo.gwt.core.client.models.admin.XUser user)
           
 
Methods inherited from class com.extjs.gxt.ui.client.mvc.View
fireEvent, fireEvent, getController, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

protected final transient ILocalConstants constants

messages

protected final transient ILocalMessages messages

lastCreatedUser

public static com.tensegrity.palo.gwt.core.client.models.admin.XUser lastCreatedUser
Constructor Detail

AdminNavigatorView

public AdminNavigatorView(com.extjs.gxt.ui.client.mvc.Controller controller)
Method Detail

handleEvent

protected void handleEvent(com.extjs.gxt.ui.client.mvc.AppEvent<?> event)
Specified by:
handleEvent in class com.extjs.gxt.ui.client.mvc.View

updateGroup

public void updateGroup(com.tensegrity.palo.gwt.core.client.models.admin.XGroup group)

updateUser

public void updateUser(com.tensegrity.palo.gwt.core.client.models.admin.XUser user)