|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface FilterCascadeInterface
Defines the prompt filter dependencies that makes up the cascade.
| Method Summary | |
|---|---|
Prompt |
getBusinessPrompt()
Returns the business prompt |
CascadableFilter |
getDependentFilter()
Returns the dependent cascadable filter |
java.util.Collection<com.sas.prompts.definitions.PromptDefinitionInterface> |
getDependentPrompts()
Returns the collection of PromptDefinitionInterfaces that are associated to the dependent filters. |
com.sas.prompts.definitions.PromptDefinitionInterface |
getPrompt()
Returns the PromptDefinitionInterface that has dependent prompts |
void |
setBusinessPrompt(Prompt prompt)
Sets the business prompt that has dependent filters. |
void |
setDependentFilter(CascadableFilter filter)
The cascadable filter that must be applied when generating the values for the business prompt. |
| Method Detail |
|---|
void setBusinessPrompt(Prompt prompt)
prompt - a business prompt that has a value generation dependencePrompt getBusinessPrompt()
void setDependentFilter(CascadableFilter filter)
filter - the cascadable filter that is required by the prompt.CascadableFilter getDependentFilter()
CascadableFilter object or null.com.sas.prompts.definitions.PromptDefinitionInterface getPrompt()
PromptDefinitionInterface that has dependent prompts
java.util.Collection<com.sas.prompts.definitions.PromptDefinitionInterface> getDependentPrompts()
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||