com.tensegrity.wpalo.client.ui.mvc.reports
Class ReportNavigatorView

java.lang.Object
  extended by com.extjs.gxt.ui.client.mvc.View
      extended by com.tensegrity.wpalo.client.ui.mvc.reports.ReportNavigatorView

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

AdminNavigator TODO DOCUMENT ME

Version:
$Id: ReportNavigatorView.java,v 1.24 2010/02/12 13:49:50 PhilippBouillon Exp $

Field Summary
static java.lang.String ID
          id to access a navigator instance via the global Registry
 
Fields inherited from class com.extjs.gxt.ui.client.mvc.View
controller, initialized
 
Constructor Summary
ReportNavigatorView(com.extjs.gxt.ui.client.mvc.Controller controller)
           
 
Method Summary
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XView[] getViews()
           
protected  void handleEvent(com.extjs.gxt.ui.client.mvc.AppEvent event)
           
 
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

ID

public static final java.lang.String ID
id to access a navigator instance via the global Registry

See Also:
Constant Field Values
Constructor Detail

ReportNavigatorView

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

getViews

public final com.tensegrity.palo.gwt.core.client.models.cubeviews.XView[] getViews()

handleEvent

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