|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressoLink | |
---|---|
com.sri.emo.wizard.completion | This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. |
com.sri.emo.wizard.creation | This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. |
com.sri.emo.wizard.selection | The selection wizard walks users through steps to determine which node on the system would best suit their needs. |
Uses of ExpressoLink in com.sri.emo.wizard.completion |
---|
Fields in com.sri.emo.wizard.completion declared as ExpressoLink | |
---|---|
protected ExpressoLink |
CompletionBuilder.back
Back Link. |
protected ExpressoLink |
CompletionBuilder.cancel
Cancel link. |
protected ExpressoLink |
CompletionBuilder.finish
Finish link. |
protected ExpressoLink |
CompletionBuilder.next
Next page link |
Uses of ExpressoLink in com.sri.emo.wizard.creation |
---|
Fields in com.sri.emo.wizard.creation declared as ExpressoLink | |
---|---|
protected ExpressoLink |
CreationBuilder.back
Back Link. |
protected ExpressoLink |
CreationBuilder.cancel
Cancel link. |
protected ExpressoLink |
CreationBuilder.finish
Finish link. |
protected ExpressoLink |
CreationBuilder.next
Next page link |
Uses of ExpressoLink in com.sri.emo.wizard.selection |
---|
Methods in com.sri.emo.wizard.selection that return ExpressoLink | |
---|---|
protected ExpressoLink |
EmoSelectionWizardFactory.buildBackLink(int id)
Builds the link that corresponds to the 'back' location. |
protected ExpressoLink |
EmoSelectionWizardFactory.buildCancelLink(int id)
Builds the link that corresponds to the 'cancel' location. |
protected ExpressoLink |
EmoSelectionWizardFactory.buildFinishLink(int id)
Builds the link that corresponds to the 'finish' location. |
protected ExpressoLink |
EmoSelectionWizardFactory.buildNextLink(int id)
Builds the link that corresponds to the 'next' location. |
protected ExpressoLink |
EmoSelectionWizardFactory.cloneTransition(ExpressoLink next,
String pageId)
|
Methods in com.sri.emo.wizard.selection with parameters of type ExpressoLink | |
---|---|
protected ExpressoLink |
EmoSelectionWizardFactory.cloneTransition(ExpressoLink next,
String pageId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |