org.sonar.plugins.api.web.gwt.client
Class AbstractPage

java.lang.Object
  extended by org.sonar.plugins.api.web.gwt.client.AbstractPage
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public abstract class AbstractPage
extends java.lang.Object
implements com.google.gwt.core.client.EntryPoint


Constructor Summary
AbstractPage()
           
 
Method Summary
protected  void displayView(com.google.gwt.user.client.ui.Widget widget)
           
protected  com.google.gwt.user.client.ui.RootPanel getRootPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gwt.core.client.EntryPoint
onModuleLoad
 

Constructor Detail

AbstractPage

public AbstractPage()
Method Detail

displayView

protected void displayView(com.google.gwt.user.client.ui.Widget widget)

getRootPanel

protected com.google.gwt.user.client.ui.RootPanel getRootPanel()


Copyright © 2008-2009 SonarSource SA. All Rights Reserved.