|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PromptGroupInterface | |
---|---|
com.sas.prompts | |
com.sas.prompts.groups |
Uses of PromptGroupInterface in com.sas.prompts |
---|
Methods in com.sas.prompts that return PromptGroupInterface | |
---|---|
PromptGroupInterface |
PromptValuesInterface.getPromptGroup()
Returns the PromptGroupInterface that this is attached to. |
PromptGroupInterface |
PromptValues.getPromptGroup()
Returns the prompt group associated with this PromptValues object which defines the prompts and constraints. |
PromptGroupInterface |
DynamicPromptValueContextInterface.getPromptGroup()
Returns the PromptGroupInterface to use when generating queries. |
PromptGroupInterface |
DynamicPromptValueContext.getPromptGroup()
Returns the PromptGroupInterface to use when generating queries. |
PromptGroupInterface |
PromptValues.rollupPromptGroups(PromptGroupInterface startingGroup)
Rolls up the PromptGroups in this PromptValues and all delegate PromptValues. |
Methods in com.sas.prompts with parameters of type PromptGroupInterface | |
---|---|
java.util.Map |
PromptValuesInterface.getPromptValues(PromptGroupInterface promptGroup,
boolean recursive,
boolean includeDefaultAndStickyValues)
Returns the values for the specified prompt definition group, possibly recursing into subgroups. |
java.util.Map |
PromptValues.getPromptValues(PromptGroupInterface promptGroup,
boolean recursive,
boolean includeDefaultAndStickyValues)
TBD This method is not implemented and always returns null. |
PromptGroupInterface |
PromptValues.rollupPromptGroups(PromptGroupInterface startingGroup)
Rolls up the PromptGroups in this PromptValues and all delegate PromptValues. |
void |
PromptValuesInterface.setPromptGroup(PromptGroupInterface promptGroup,
boolean clearValuesNotInGroup)
Sets the PromptGroupInterface that this PromptValues is attached to. |
void |
PromptValues.setPromptGroup(PromptGroupInterface promptGroup,
boolean clearValuesNotInGroup)
Sets the PromptGroup associated with this PromptValues object. |
Constructors in com.sas.prompts with parameters of type PromptGroupInterface | |
---|---|
DynamicPromptValueContext(PromptValuesInterface promptValues,
PromptGroupInterface promptGroup,
com.sas.prompts.PromptUserContextInterface promptUserContext)
Constructor |
|
DynamicPromptValueContext(PromptValuesInterface promptValues,
PromptGroupInterface promptGroup,
com.sas.prompts.PromptUserContextInterface promptUserContext,
DataProviderInterface dataProvider)
Constructor |
|
PromptValues(PromptGroupInterface promptGroup)
Constructs a PromptValues object which is associated with the specified PromptGroup. |
|
PromptValues(PromptGroupInterface promptGroup,
com.sas.prompts.PromptUserContextInterface userContext)
Constructs a PromptValues object which is associated with the specified PromptGroup. |
Uses of PromptGroupInterface in com.sas.prompts.groups |
---|
Methods in com.sas.prompts.groups that return PromptGroupInterface | |
---|---|
PromptGroupInterface |
TransparentGroup.copy(PromptGroupInterface newGroup)
|
PromptGroupInterface |
PromptGroupInterface.copy(PromptGroupInterface newGroup)
Copies the prompt group into the new group specified. |
PromptGroupInterface |
PromptGroup.copy(PromptGroupInterface newGroup)
Returns a copy of this PromptGroup. |
PromptGroupInterface |
ModalGroup.copy(PromptGroupInterface newGroup)
|
PromptGroupInterface |
ModalChoiceGroup.copy(PromptGroupInterface newGroup)
|
PromptGroupInterface |
PromptGroupInterface.findPromptSubgroup(PromptDefinitionInterface promptDefinition)
Finds the specified PromptDefinition in the hierarchy of PromptGroups and returns the group directly containing the definition. |
PromptGroupInterface |
PromptGroup.findPromptSubgroup(PromptDefinitionInterface promptDefinition)
Returns the group which contains the passed in prompt. |
Methods in com.sas.prompts.groups that return types with arguments of type PromptGroupInterface | |
---|---|
java.util.List<PromptGroupInterface> |
PromptGroupInterface.getPromptSubgroups(boolean recursive)
Returns a List of all prompt groups contained in this prompt group. |
java.util.List<PromptGroupInterface> |
PromptGroup.getPromptSubgroups(boolean recursive)
Returns a List of all prompt definition subgroups. |
Methods in com.sas.prompts.groups with parameters of type PromptGroupInterface | |
---|---|
void |
TransparentGroup.addPromptSubgroup(PromptGroupInterface promptSubgroup)
Adds the specified group as a subgroup of this group. |
void |
PromptGroupInterface.addPromptSubgroup(PromptGroupInterface promptSubgroup)
Adds the specified group to the called group as a child. |
void |
PromptGroup.addPromptSubgroup(PromptGroupInterface promptSubgroup)
Adds a subgroup to the group at the end of the list |
void |
ModalGroup.addPromptSubgroup(PromptGroupInterface promptSubgroup)
Adds a subgroup to this prompt group. |
void |
TransparentGroup.addPromptSubgroup(PromptGroupInterface promptSubgroup,
int index)
Adds the specified group as a subgroup of this group at the specified index in the list. |
void |
PromptGroupInterface.addPromptSubgroup(PromptGroupInterface promptSubgroup,
int index)
Adds the specified group to the called group as a child. |
void |
PromptGroup.addPromptSubgroup(PromptGroupInterface promptSubgroup,
int index)
Adds the specified group as a subgroup at the specified index in the list of definitions and groups. |
void |
ModalGroup.addPromptSubgroup(PromptGroupInterface promptSubgroup,
int index)
Adds a subgroup to this prompt group. |
protected boolean |
TransparentGroup.allowSubgroup(PromptGroupInterface promptSubgroup)
Returns whether or not to allow the specified subgroup to be added to this group. |
protected boolean |
ModalGroup.allowSubgroup(PromptGroupInterface promptSubgroup)
|
boolean |
PromptGroupInterface.containsSubgroup(PromptGroupInterface subGroupCandidate,
boolean recursive)
Returns true if the specified subGroupCandidate argument is identified as a subgroup of this group. |
boolean |
PromptGroup.containsSubgroup(PromptGroupInterface subGroupCandidate,
boolean recursive)
Returns true if the specified subGroupCandidate argument is identified as a subgroup of this group. |
PromptGroupInterface |
TransparentGroup.copy(PromptGroupInterface newGroup)
|
PromptGroupInterface |
PromptGroupInterface.copy(PromptGroupInterface newGroup)
Copies the prompt group into the new group specified. |
PromptGroupInterface |
PromptGroup.copy(PromptGroupInterface newGroup)
Returns a copy of this PromptGroup. |
PromptGroupInterface |
ModalGroup.copy(PromptGroupInterface newGroup)
|
PromptGroupInterface |
ModalChoiceGroup.copy(PromptGroupInterface newGroup)
|
void |
PromptGroupInterface.removePromptSubgroup(PromptGroupInterface promptSubgroup)
Removes the specified group from the called group. |
void |
PromptGroup.removePromptSubgroup(PromptGroupInterface promptSubgroup)
Removes the specified prompt group |
void |
ModalGroup.removePromptSubgroup(PromptGroupInterface promptSubgroup)
|
boolean |
PromptGroupInterface.replacePromptSubgroup(PromptGroupInterface promptSubgroup,
PromptGroupInterface newPromptSubgroup,
boolean recursive)
Replaces the specified group with the other specified group. |
boolean |
PromptGroup.replacePromptSubgroup(PromptGroupInterface promptSubgroup,
PromptGroupInterface newPromptSubgroup,
boolean recursive)
Replaces a subgroup in the group with a different subgroup. |
boolean |
ModalGroup.replacePromptSubgroup(PromptGroupInterface promptSubgroup,
PromptGroupInterface newPromptSubgroup,
boolean recursive)
|
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |