org.drools.guvnor.client.explorer
Class PerspectivesPanel

java.lang.Object
  extended by org.drools.guvnor.client.explorer.PerspectivesPanel
All Implemented Interfaces:
PerspectivesPanelView.Presenter

public class PerspectivesPanel
extends Object
implements PerspectivesPanelView.Presenter


Constructor Summary
PerspectivesPanel(PerspectivesPanelView view, com.google.gwt.place.shared.PlaceController placeController)
           
 
Method Summary
 void addPerspective(Perspective perspective)
           
 TabbedPanel getTabbedPanel()
           
 PerspectivesPanelView getView()
           
 void onPerspectiveChange(String perspectiveId)
           
 void setUserName(String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerspectivesPanel

public PerspectivesPanel(PerspectivesPanelView view,
                         com.google.gwt.place.shared.PlaceController placeController)
Method Detail

getView

public PerspectivesPanelView getView()

setUserName

public void setUserName(String userName)

addPerspective

public void addPerspective(Perspective perspective)

onPerspectiveChange

public void onPerspectiveChange(String perspectiveId)
                         throws UnknownPerspective
Specified by:
onPerspectiveChange in interface PerspectivesPanelView.Presenter
Throws:
UnknownPerspective

getTabbedPanel

public TabbedPanel getTabbedPanel()


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.