|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sri.emo.wizard.wizardgateway.AddWizardHandler
public abstract class AddWizardHandler
Base class for the 'prompt add' 'do add' Wizard Gateway interfaces.
| Field Summary | |
|---|---|
(package private) static String |
COMPLETION_WIZARD
The key name for completion wizards. |
(package private) static String |
PARAM_WIZARD_TYPE
The name of the parameter that gets the 'wizard type' |
(package private) static String |
SELECTION_WIZARD
The key name for selection wizards. |
| Constructor Summary | |
|---|---|
AddWizardHandler(Controller owner)
Default constructor. |
|
| Method Summary | |
|---|---|
protected Controller |
getControllerForKey(String key)
Grab the controller based on the key. |
protected Controller |
getOwner()
Retrieve the owning controller of this state handler. |
protected String |
getStateNameForKey(String key)
Grab the state name based on the key. |
protected List |
getWizardTypeList()
Grab a common list among types of handlers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final String PARAM_WIZARD_TYPE
static final String SELECTION_WIZARD
static final String COMPLETION_WIZARD
| Constructor Detail |
|---|
public AddWizardHandler(Controller owner)
owner - The owning controller.| Method Detail |
|---|
protected Controller getOwner()
protected List getWizardTypeList()
protected Controller getControllerForKey(String key)
throws ControllerException
key - String
ControllerExceptionprotected String getStateNameForKey(String key)
key - String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||