|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PromptValuesInterface | |
---|---|
com.sas.prompts |
Uses of PromptValuesInterface in com.sas.prompts |
---|
Classes in com.sas.prompts that implement PromptValuesInterface | |
---|---|
class |
PromptValues
PromptValues is the default implementation of the PromptValuesInterface. |
Methods in com.sas.prompts that return PromptValuesInterface | |
---|---|
PromptValuesInterface |
PromptValuesInterface.findPromptValuesForPromptDefinition(PromptDefinitionInterface promptDefinition)
Recursively finds the first PromptValues object which holds the PromptGroup which contains the specified PromptDefinition. |
PromptValuesInterface |
PromptValues.findPromptValuesForPromptDefinition(PromptDefinitionInterface promptDefinition)
Recursively finds the PromptValues object which holds the PromptGroup which contains the specified PromptDefinition. |
PromptValuesInterface |
DynamicPromptValueContextInterface.getPromptValues()
Returns the PromptValuesInterface to use when generating queries. |
PromptValuesInterface |
DynamicPromptValueContext.getPromptValues()
Returns the PromptValuesInterface to use when generating queries. |
Methods in com.sas.prompts with parameters of type PromptValuesInterface | |
---|---|
void |
PromptValuesVisitorInterface.accept(PromptValuesInterface promptValues)
Called for the root PromptValuesInterface and each delegate of the PromptValuesInterface. |
void |
PromptValuesInterface.addPromptValuesDelegate(PromptValuesInterface promptValues)
Adds another PromptValues object as a delegate of this PromptValues object. |
void |
PromptValues.addPromptValuesDelegate(PromptValuesInterface promptValues)
Adds a PromptValuesInterface as a delegate to this PromptValues. |
void |
PromptValuesInterface.removePromptValuesDelegate(PromptValuesInterface promptValues)
Removes a PromptValues delegate previously added with addPromptValuesDelegate. |
void |
PromptValues.removePromptValuesDelegate(PromptValuesInterface promptValues)
Removes a PromptValuesInterface as a delegate from this PromptValues. |
Constructors in com.sas.prompts with parameters of type PromptValuesInterface | |
---|---|
DynamicPromptValueContext(PromptValuesInterface promptValues,
PromptGroupInterface promptGroup,
com.sas.prompts.PromptUserContextInterface promptUserContext)
Constructor |
|
DynamicPromptValueContext(PromptValuesInterface promptValues,
PromptGroupInterface promptGroup,
com.sas.prompts.PromptUserContextInterface promptUserContext,
DataProviderInterface dataProvider)
Constructor |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |