Package com.microstrategy.web.beans
Interface EnumWebPromptAnswerMode
- 
public interface EnumWebPromptAnswerModeThis interface represents the available values for the PromptAnswerMode parameter in the prompt answer events. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intALL_PROMPTS_USE_DEFAULT_ANSWERThis mode closes all prompts using the default answers.static intDO_NOT_PASS_PROMPT_ANSWERSstatic intOPTIONAL_PROMPTS_USE_EMPTY_ANSWERThis mode closes all optional prompts using the empty answers.static intUSE_SOURCE_ANSWERS_FOR_PROMPT_IN_PROMP 
 - 
 
- 
- 
Field Detail
- 
DO_NOT_PASS_PROMPT_ANSWERS
static final int DO_NOT_PASS_PROMPT_ANSWERS
- See Also:
 - Constant Field Values
 
 
- 
ALL_PROMPTS_USE_DEFAULT_ANSWER
static final int ALL_PROMPTS_USE_DEFAULT_ANSWER
This mode closes all prompts using the default answers.- See Also:
 - Constant Field Values
 
 
- 
OPTIONAL_PROMPTS_USE_EMPTY_ANSWER
static final int OPTIONAL_PROMPTS_USE_EMPTY_ANSWER
This mode closes all optional prompts using the empty answers.- See Also:
 - Constant Field Values
 
 
- 
USE_SOURCE_ANSWERS_FOR_PROMPT_IN_PROMP
static final int USE_SOURCE_ANSWERS_FOR_PROMPT_IN_PROMP
- See Also:
 - Constant Field Values
 
 
 - 
 
 -