org.drools.guvnor.client.widgets.wizards
Class AbstractWizard<T extends WizardContext>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.