org.drools.guvnor.client.widgets.wizards
Class AbstractWizard<T extends WizardContext>

java.lang.Object
  extended by org.drools.guvnor.client.widgets.wizards.AbstractWizard<T>
All Implemented Interfaces:
Wizard
Direct Known Subclasses:
AbstractNewAssetWizard

public abstract class AbstractWizard<T extends WizardContext>
extends Object
implements Wizard

A generic Wizard


Field Summary
protected  ClientFactory clientFactory
           
protected  T context
           
protected  com.google.gwt.event.shared.EventBus eventBus
           
protected  WizardActivityView.Presenter presenter
           
 
Constructor Summary
AbstractWizard(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, T context, WizardActivityView.Presenter presenter)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.guvnor.client.widgets.wizards.Wizard
complete, getPages, getPageWidget, getPreferredHeight, getPreferredWidth, getTitle, isComplete
 

Field Detail

context

protected final T extends WizardContext context

clientFactory

protected final ClientFactory clientFactory

eventBus

protected final com.google.gwt.event.shared.EventBus eventBus

presenter

protected final WizardActivityView.Presenter presenter
Constructor Detail

AbstractWizard

public AbstractWizard(ClientFactory clientFactory,
                      com.google.gwt.event.shared.EventBus eventBus,
                      T context,
                      WizardActivityView.Presenter presenter)


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