org.drools.guvnor.client.explorer.navigation
Class NavigationPanel

java.lang.Object
  extended by org.drools.guvnor.client.explorer.navigation.NavigationPanel
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, com.google.gwt.user.client.ui.IsWidget, ChangePerspectiveEvent.Handler

public class NavigationPanel
extends Object
implements ChangePerspectiveEvent.Handler, com.google.gwt.user.client.ui.IsWidget


Constructor Summary
NavigationPanel(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 
Method Summary
 void add(com.google.gwt.user.client.ui.IsWidget header, com.google.gwt.user.client.ui.IsWidget content)
           
 com.google.gwt.user.client.ui.Widget asWidget()
           
 void onChangePerspective(ChangePerspectiveEvent changePerspectiveEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationPanel

public NavigationPanel(ClientFactory clientFactory,
                       com.google.gwt.event.shared.EventBus eventBus)
Method Detail

add

public void add(com.google.gwt.user.client.ui.IsWidget header,
                com.google.gwt.user.client.ui.IsWidget content)

onChangePerspective

public void onChangePerspective(ChangePerspectiveEvent changePerspectiveEvent)
Specified by:
onChangePerspective in interface ChangePerspectiveEvent.Handler

asWidget

public com.google.gwt.user.client.ui.Widget asWidget()
Specified by:
asWidget in interface com.google.gwt.user.client.ui.IsWidget


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