com.sri.emo.wizard.selection.management
Class PromptTextEntry
java.lang.Object
  
com.sri.emo.wizard.selection.management.AbstractStepHandler
      
com.sri.emo.wizard.selection.management.EditFinalState
          
com.sri.emo.wizard.selection.management.PromptTextEntry
- All Implemented Interfaces: 
 - StateHandler
 
public class PromptTextEntry
- extends EditFinalState
- implements StateHandler
  
Prompts for the type of text entry available for the user.
- Author:
 
  - Michael Rimov
 
 
 
 
 
 
 
| Methods inherited from class com.sri.emo.wizard.selection.management.AbstractStepHandler | 
buildCancelTransition, getDefinition, getStep, getStepFromParameters, getStepName, getStepTitle, getWizardTitle, isEditing, parseStepAttributes, setEditing, transitionOnError | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
STATE_NAME
public static final String STATE_NAME
- Constant for access to this state.
- See Also:
 - Constant Field Values
 
 
STATE_DESCRIPTION
public static final String STATE_DESCRIPTION
- Constant for description of this state.
- See Also:
 - Constant Field Values
 
 
PromptTextEntry
public PromptTextEntry(String wizId,
                       String stepId)
                throws DBException
- Constructor that takes a wizard id and step id to handle the state.
- Parameters:
 wizId - String the wizard id.stepId - String the wizard's step id (may be null for new steps)
- Throws:
 DBException - upon error.
 
handleRequest
public void handleRequest(ExpressoRequest request,
                          ExpressoResponse response)
                   throws DBException,
                          ControllerException
- Called to handle the request.
- Specified by:
 handleRequest in interface StateHandler
 
- Parameters:
 request - ExpressoRequest The Function's ExpressoRequest
                 object.response - ExpressoResponse The Function's ExpressoResponse
                 object.
- Throws:
 DBException - upon underlying database exception error.
ControllerException - upon underlying ControllerException error.- To Do:
 
  - Implement this com.sri.common.controller.StateHandler method
 
 
 
Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.