Modifier and Type | Interface and Description |
---|---|
interface |
JPASetupWizard
Marker interface used to reference JPA Setup wizard from external addons
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationAddConstraintWizard |
Modifier and Type | Class and Description |
---|---|
class |
JavaProjectTypeStep |
Modifier and Type | Interface and Description |
---|---|
interface |
NewProjectWizard
Responsible for creating new
Project instances of pre-defined types. |
Modifier and Type | Interface and Description |
---|---|
interface |
ScaffoldGenerateCommand
To be used in subflows
|
interface |
ScaffoldSetupWizard
To be used in subflows
|
Modifier and Type | Method and Description |
---|---|
WizardCommandController |
CommandControllerFactory.createWizardController(UIContext context,
UIRuntime runtime,
UIWizard wizard)
Create a
WizardCommandController . |
Modifier and Type | Method and Description |
---|---|
WizardCommandController |
UITestHarness.createWizardController(Class<? extends UIWizard> wizardClass) |
WizardCommandController |
UITestHarness.createWizardController(Class<? extends UIWizard> wizardClass,
Resource<?>... initialSelection) |
Modifier and Type | Interface and Description |
---|---|
interface |
UIWizardStep
Marker interface for wizard steps.
|
Modifier and Type | Method and Description |
---|---|
void |
WizardExecutionListener.postWizardExecuted(UIWizard wizard,
UIExecutionContext context,
Result result)
Called after the given
UIWizard has been executed. |
void |
WizardExecutionListener.postWizardFailure(UIWizard wizard,
UIExecutionContext context,
Throwable failure)
Called after the given
UIWizard has been executed. |
void |
WizardExecutionListener.preWizardExecuted(UIWizard wizard,
UIExecutionContext context)
Called when the given
UIWizard is about to be executed. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.