Interface Summary |
DataProviderInterface |
This interface provides an application context for the prompt framework such as access to the data connection
and other methods for the value provider classes. |
DynamicPromptValueContextInterface |
This interface is used when information is passed to the PromptDefinition to retrieve
possible values for a dynamic prompt. |
DynamicValueProviderInterface |
Value providers should implement this interface if they get values from a dynamic data source such
as a SAS table or InformationMap. |
IQBasedPromptViewInterface |
|
PromptValueChangeEventInterface |
Interface for events used to indicate a change to a prompt value has occurred. |
PromptValueChangeListener |
Listener interface for prompt value changes. |
PromptValuesInterface |
Interface for classes which hold sets of prompt values. |
PromptValuesVisitorInterface |
A visitor interface (see visitor pattern) for PromptValues delegates. |
PromptValueValidatorInterface |
Interface to validate values for prompts in the PromptUtil class using the
validatePromptValues() methods. |