C - The contextS - The state enumpublic abstract class PatchWizardStep<C,S extends Enum<S>> extends Object implements com.google.gwt.user.client.ui.IsWidget, PatchManagementElementId
| Modifier and Type | Field and Description |
|---|---|
protected String |
title |
protected PatchWizard<C,S> |
wizard |
PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
PatchWizardStep(PatchWizard<C,S> wizard,
String title) |
protected |
PatchWizardStep(PatchWizard<C,S> wizard,
String title,
String submitText) |
protected |
PatchWizardStep(PatchWizard<C,S> wizard,
String title,
WizardButton submitButton,
WizardButton cancelButton) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
protected abstract com.google.gwt.user.client.ui.IsWidget |
body(C context) |
protected com.google.gwt.user.client.ui.HTML |
header(C context) |
protected void |
onCancel(C context) |
protected void |
onNext(C context) |
protected void |
onShow(C context) |
void |
setEnabled(boolean submitEnabled,
boolean cancelEnabled) |
protected final PatchWizard<C,S extends Enum<S>> wizard
protected String title
protected PatchWizardStep(PatchWizard<C,S> wizard, String title)
protected PatchWizardStep(PatchWizard<C,S> wizard, String title, String submitText)
protected PatchWizardStep(PatchWizard<C,S> wizard, String title, WizardButton submitButton, WizardButton cancelButton)
public final com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic void setEnabled(boolean submitEnabled,
boolean cancelEnabled)
protected com.google.gwt.user.client.ui.HTML header(C context)
protected abstract com.google.gwt.user.client.ui.IsWidget body(C context)
protected void onShow(C context)
protected void onNext(C context)
protected void onCancel(C context)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.