C - The contextS - The state enumpublic abstract class PatchWizard<C,S extends Enum<S>> extends Object implements com.google.gwt.user.client.ui.IsWidget, PatchManagementElementId
| Modifier and Type | Field and Description |
|---|---|
protected C |
context |
protected PatchManagementPresenter |
presenter |
protected S |
state |
protected String |
title |
PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
PatchWizard(PatchManagementPresenter presenter,
C context,
String title) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addStep(S state,
PatchWizardStep<C,S> step) |
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
close() |
protected PatchWizardStep<C,S> |
currentStep() |
void |
grow() |
protected abstract S |
initialState() |
abstract void |
next() |
protected void |
pushState(S state) |
void |
shrink() |
protected final PatchManagementPresenter presenter
protected final C context
protected final String title
protected PatchWizard(PatchManagementPresenter presenter, C context, String title)
protected abstract S initialState()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetprotected void addStep(S state, PatchWizardStep<C,S> step)
public abstract void next()
protected void pushState(S state)
protected PatchWizardStep<C,S> currentStep()
public void close()
public void grow()
public void shrink()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.