|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sri.emo.wizard.selection.EmoSelectionWizardFactory com.sri.emo.wizard.branch.EmoBranchingWizardFactory com.sri.emo.wizard.creation.CreationBuilder
class CreationBuilder
Base class for things that build Completion Wizards. This can either be Factories or Memento converters.
Field Summary | |
---|---|
protected ExpressoLink |
back
Back Link. |
protected ExpressoLink |
cancel
Cancel link. |
protected ExpressoLink |
finish
Finish link. |
protected ExpressoLink |
next
Next page link |
protected CreationRepository |
repository
The completion repository to use for querying the wizard. |
Fields inherited from class com.sri.emo.wizard.selection.EmoSelectionWizardFactory |
---|
DEFAULT_CONTROLLER |
Constructor Summary | |
---|---|
CreationBuilder(CreationRepository completionRepository)
Constructs a completion builder. |
Method Summary | |
---|---|
protected CreationBeans |
getDefinition()
|
void |
setWizardId(int newId)
To be set by the factory. |
Methods inherited from class com.sri.emo.wizard.branch.EmoBranchingWizardFactory |
---|
constructWizard |
Methods inherited from class com.sri.emo.wizard.selection.EmoSelectionWizardFactory |
---|
addFinalStepToConstructedSteps, buildBackLink, buildCancelLink, buildFinishLink, buildNextLink, buildWizard, cloneTransition, commonTransitionConstruction, constructMonitor, fromMemento, getWizardController, getWizardId, getWizDefinition, toMemento |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final CreationRepository repository
protected ExpressoLink finish
protected ExpressoLink next
protected ExpressoLink back
protected ExpressoLink cancel
Constructor Detail |
---|
public CreationBuilder(CreationRepository completionRepository)
completionRepository
- CompletionRepositoryMethod Detail |
---|
public void setWizardId(int newId)
setWizardId
in interface WizardFactorySPI
setWizardId
in class EmoSelectionWizardFactory
newId
- intprotected CreationBeans getDefinition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |