|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PromptDefinitionInterface | |
---|---|
com.sas.prompts | |
com.sas.prompts.definitions | |
com.sas.prompts.groups |
Uses of PromptDefinitionInterface in com.sas.prompts |
---|
Methods in com.sas.prompts that return PromptDefinitionInterface | |
---|---|
PromptDefinitionInterface |
PromptValueNotFoundException.getPromptDefinition()
Returns the prompt whose value was not found. |
PromptDefinitionInterface |
PromptValueChangeEventInterface.getPromptDefinition()
Returns the prompt whose value changed |
PromptDefinitionInterface |
PromptValueChangeEvent.getPromptDefinition()
Returns the name of the prompt whose value changed |
PromptDefinitionInterface |
InvalidPromptValueException.getPromptDefinition()
Returns the prompt which had the invalid value set on it. |
PromptDefinitionInterface |
PromptValuesInterface.getPromptDefinition(java.lang.String promptName,
boolean recursive)
Returns the PromptDefinitionInterface for the given prompt name in the PromptGroup held by the PromptValuesInterface. |
PromptDefinitionInterface |
PromptValues.getPromptDefinition(java.lang.String promptName,
boolean recursive)
Returns the PromptDefinition of the given name from the PromptGroup held by the PromptValues object. |
Methods in com.sas.prompts with parameters of type PromptDefinitionInterface | |
---|---|
void |
PromptValuesInterface.addPromptDefinitionCombination(PromptDefinitionInterface promptDefinitionToCombine1,
PromptDefinitionInterface promptDefinitionToCombine2)
Adds a combination rule for the specified prompt definitions. |
void |
PromptValues.addPromptDefinitionCombination(PromptDefinitionInterface promptDefinitionToCombine1,
PromptDefinitionInterface promptDefinitionToCombine2)
Adds a combination rule for the specified prompt definitions. |
void |
PromptValuesInterface.clearPromptValue(PromptDefinitionInterface promptDefinition)
Clears the prompt value such that isPromptValueSet returns false. |
void |
PromptValues.clearPromptValue(PromptDefinitionInterface promptDefinition)
Clears a prompt value which has previously been set. |
void |
PromptValuesInterface.clearValueAnnotations(PromptDefinitionInterface prompt)
Internal method |
void |
PromptValues.clearValueAnnotations(PromptDefinitionInterface prompt)
Clears any value annotations set on the value set on this PromptValues object or any delegate PromptValues. |
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. |
java.lang.Object |
PromptValuesInterface.getPossiblyAnnotatedPromptValue(PromptDefinitionInterface promptDefinition)
Internal method |
java.lang.Object |
PromptValues.getPossiblyAnnotatedPromptValue(PromptDefinitionInterface promptDefinition)
Internal method |
java.util.List |
PromptValuesInterface.getPromptDefinitionCombinations(PromptDefinitionInterface promptDefinition)
Returns a List of PromptDefinitionInterfaces which are combined with the specified prompt. |
java.util.List |
PromptValues.getPromptDefinitionCombinations(PromptDefinitionInterface promptDefinition)
Return a list of PromptDefinitions which are combined with this PromptDefinition. |
java.lang.Object |
PromptValuesInterface.getPromptValue(PromptDefinitionInterface promptDefinition)
Returns the current value of the prompt. |
java.lang.Object |
PromptValues.getPromptValue(PromptDefinitionInterface promptDefinition)
Returns the current value of the prompt if there is one. |
java.util.Date |
PromptValuesInterface.getPromptValueAsDate(PromptDefinitionInterface promptDefinition)
Returns the current value of the specified prompt definition. |
java.util.Date |
PromptValues.getPromptValueAsDate(PromptDefinitionInterface promptDefinition)
Return a prompt value as a Date. |
double |
PromptValuesInterface.getPromptValueAsDouble(PromptDefinitionInterface promptDefinition)
Returns the current value of the specified prompt definition. |
double |
PromptValues.getPromptValueAsDouble(PromptDefinitionInterface promptDefinition)
Return a prompt value as a double. |
int |
PromptValuesInterface.getPromptValueAsInt(PromptDefinitionInterface promptDefinition)
Returns the current value of the specified prompt definition. |
int |
PromptValues.getPromptValueAsInt(PromptDefinitionInterface promptDefinition)
Return a prompt value as an int. |
java.util.List |
PromptValuesInterface.getPromptValueAsList(PromptDefinitionInterface promptDefinition)
Returns the current value of the specified prompt definition. |
java.util.List |
PromptValues.getPromptValueAsList(PromptDefinitionInterface promptDefinition)
Return a prompt value as a List. |
java.lang.String |
PromptValuesInterface.getPromptValueAsString(PromptDefinitionInterface promptDefinition)
Returns the current value of the specified prompt definition. |
java.lang.String |
PromptValues.getPromptValueAsString(PromptDefinitionInterface promptDefinition)
Return a prompt value as a String. |
java.lang.String |
PromptValuesInterface.getPromptValueAsString(PromptDefinitionInterface promptDefinition,
java.util.Locale locale)
Returns the specified prompt value as a string formatted in the specified locale. |
java.lang.String |
PromptValues.getPromptValueAsString(PromptDefinitionInterface promptDefinition,
java.util.Locale locale)
Returns a localized string representation of the specified prompt value. |
boolean |
PromptValuesInterface.isPromptValueAvailable(PromptDefinitionInterface promptDefinition)
Returns true is the prompt has either a value set, a sticky value or a default value, false otherwise. |
boolean |
PromptValues.isPromptValueAvailable(PromptDefinitionInterface promptDefinition)
Returns true is the prompt has either a value set, a sticky value or a default value, false otherwise. |
boolean |
PromptValues.isPromptValueMissing(PromptDefinitionInterface promptDefinition)
Returns whether the specified prompt value is a missing value. |
boolean |
PromptValuesInterface.isPromptValueSet(PromptDefinitionInterface promptDefinition)
Returns whether the prompt value is actually set. |
boolean |
PromptValues.isPromptValueSet(PromptDefinitionInterface promptDefinition)
Returns whether the prompt value is set. |
boolean |
PromptValuesInterface.isPromptValueValid(PromptDefinitionInterface promptDefinition)
Returns whether the prompt value is currently valid or not. |
boolean |
PromptValues.isPromptValueValid(PromptDefinitionInterface promptDefinition)
Returns whether the current value of the specified prompt is valid. |
boolean |
PromptValuesInterface.isValueAnnotated(PromptDefinitionInterface prompt)
Internal method |
boolean |
PromptValues.isValueAnnotated(PromptDefinitionInterface prompt)
|
void |
PromptValuesInterface.removePromptDefinitionCombination(PromptDefinitionInterface promptDefinitionToCombine1,
PromptDefinitionInterface promptDefinitionToCombine2)
Removes the combination between the specified PromptDefinitionInterfaces. |
void |
PromptValues.removePromptDefinitionCombination(PromptDefinitionInterface promptDefinitionToCombine1,
PromptDefinitionInterface promptDefinitionToCombine2)
Removes a previously added combination for two prompt definitions. |
void |
PromptValuesInterface.setPromptValue(PromptDefinitionInterface promptDefinition,
java.util.Date value)
Sets the current value of the PromptDefinitionInterface to the specified Date. |
void |
PromptValues.setPromptValue(PromptDefinitionInterface promptDefinition,
java.util.Date value)
Sets the prompt value to a date value. |
void |
PromptValuesInterface.setPromptValue(PromptDefinitionInterface promptDefinition,
double value)
Sets the current value of the PromptDefinitionInterface to the specified int. |
void |
PromptValues.setPromptValue(PromptDefinitionInterface promptDefinition,
double value)
Sets the prompt value to a double value. |
void |
PromptValues.setPromptValue(PromptDefinitionInterface promptDefinition,
int value)
Sets the prompt value to an integer value. |
void |
PromptValuesInterface.setPromptValue(PromptDefinitionInterface promptDefinition,
java.util.List value)
Sets the current value of the PromptDefinitionInterface to the specified List. |
void |
PromptValues.setPromptValue(PromptDefinitionInterface promptDefinition,
java.util.List value)
Sets the prompt value to a collection of values. |
void |
PromptValuesInterface.setPromptValue(PromptDefinitionInterface promptDefinition,
java.lang.Object value)
Sets the current value of the prompt. |
void |
PromptValues.setPromptValue(PromptDefinitionInterface promptDefinition,
java.lang.Object value)
Sets the prompt value. |
void |
PromptValuesInterface.setPromptValue(PromptDefinitionInterface promptDefinition,
java.lang.Object value,
java.util.Locale inputLocale)
Sets the current value of the PromptDefinitionInterface. |
void |
PromptValues.setPromptValue(PromptDefinitionInterface promptDefinition,
java.lang.Object value,
java.util.Locale inputLocale)
Sets the value for the prompt. |
void |
PromptValuesInterface.setPromptValue(PromptDefinitionInterface promptDefinition,
java.lang.String value)
Sets the current value of the PromptDefinitionInterface to the specified String. |
void |
PromptValues.setPromptValue(PromptDefinitionInterface promptDefinition,
java.lang.String value)
Sets the prompt value to a String value. |
void |
PromptValueValidatorInterface.validateValue(PromptDefinitionInterface definition,
java.lang.Object value)
Validate the specified value for the specified definition. |
Constructors in com.sas.prompts with parameters of type PromptDefinitionInterface | |
---|---|
InvalidPromptValueException(PromptDefinitionInterface promptDefinition,
java.lang.Object value,
java.util.Locale inputLocale,
java.util.Collection<ValidationEntry> promptValueValidationErrors)
Constructor. |
|
PromptValueChangeEvent(PromptDefinitionInterface promptDefinition,
java.lang.Object oldValue,
java.lang.Object newValue)
Constructor |
|
PromptValueNotFoundException(PromptDefinitionInterface promptDefinition)
Constructor |
Uses of PromptDefinitionInterface in com.sas.prompts.definitions |
---|
Method parameters in com.sas.prompts.definitions with type arguments of type PromptDefinitionInterface | |
---|---|
void |
PromptDefinition.setAdditionalCascadeDependencies(java.util.Collection<PromptDefinitionInterface> dependencies)
Sets a collection of PromptDefinitionInterfaces that this prompt depends on. |
Uses of PromptDefinitionInterface in com.sas.prompts.groups |
---|
Methods in com.sas.prompts.groups that return PromptDefinitionInterface | |
---|---|
PromptDefinitionInterface |
ModalGroup.getChoiceDefinition()
Returns the prompt which is associated with the value of the ModalGroup. |
PromptDefinitionInterface |
PromptGroupInterface.getPromptDefinition(java.lang.String promptName,
boolean recursive)
Returns the first prompt definition found in the group with the specified name or null if a definition cannot be found. |
PromptDefinitionInterface |
PromptGroup.getPromptDefinition(java.lang.String promptName,
boolean recursive)
Trys to find the specified prompt definition in the group or one of it's subgroups. |
Methods in com.sas.prompts.groups that return types with arguments of type PromptDefinitionInterface | |
---|---|
java.util.List<PromptDefinitionInterface> |
PromptGroup.getPromptDefinitionCombinations(PromptDefinitionInterface promptDefinition)
|
java.util.List<PromptDefinitionInterface> |
PromptGroupInterface.getPromptDefinitions(boolean recursive)
Returns a List of all prompt definitions in this group. |
java.util.List<PromptDefinitionInterface> |
PromptGroup.getPromptDefinitions(boolean recursive)
Returns a List of all prompt definitions in this group and all subgroups. |
Methods in com.sas.prompts.groups with parameters of type PromptDefinitionInterface | |
---|---|
void |
PromptGroupInterface.addPromptDefinition(PromptDefinitionInterface promptDefinition)
Adds the specified prompt to the group being called at the end of the list of prompts and groups. |
void |
PromptGroup.addPromptDefinition(PromptDefinitionInterface promptDefinition)
Adds a group to the group at the end of the list |
void |
ModalGroup.addPromptDefinition(PromptDefinitionInterface promptDefinition)
Adds the specified prompt to the group. |
void |
PromptGroupInterface.addPromptDefinition(PromptDefinitionInterface promptDefinition,
int index)
Adds the specified prompt to the group being called at the specified index. |
void |
PromptGroup.addPromptDefinition(PromptDefinitionInterface promptDefinition,
int index)
Adds a group to the group at the specified index. |
void |
ModalGroup.addPromptDefinition(PromptDefinitionInterface promptDefinition,
int index)
|
void |
PromptGroup.addPromptDefinitionCombination(PromptDefinitionInterface promptDefinitionToCombine1,
PromptDefinitionInterface promptDefinitionToCombine2)
|
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. |
java.util.List<PromptDefinitionInterface> |
PromptGroup.getPromptDefinitionCombinations(PromptDefinitionInterface promptDefinition)
|
boolean |
PromptGroupInterface.hasPromptDefinition(PromptDefinitionInterface promptDefinition)
Returns whether the prompt definition is found in the group. |
boolean |
PromptGroup.hasPromptDefinition(PromptDefinitionInterface promptDefinition)
Returns whether or not the specified PromptDefinition is contained in the PromptGroup or any of it's subgroups. |
void |
PromptGroupInterface.removePromptDefinition(PromptDefinitionInterface promptDefinition)
Removes the specified prompt from the group. |
void |
PromptGroup.removePromptDefinition(PromptDefinitionInterface promptDefinition)
Removes the specified prompt from the group |
void |
PromptGroup.removePromptDefinitionCombination(PromptDefinitionInterface promptDefinitionToCombine1,
PromptDefinitionInterface promptDefinitionToCombine2)
|
boolean |
PromptGroupInterface.replacePromptDefintion(PromptDefinitionInterface promptDefinition,
PromptDefinitionInterface newPromptDefinition,
boolean recursive)
Replaces the specified prompt with the other specified prompt. |
boolean |
PromptGroup.replacePromptDefintion(PromptDefinitionInterface promptDefinition,
PromptDefinitionInterface newPromptDefinition,
boolean recursive)
Replaces a prompt in the group with a different prompt. |
Method parameters in com.sas.prompts.groups with type arguments of type PromptDefinitionInterface | |
---|---|
void |
PromptGroupInterface.addPromptDefinitions(java.util.List<PromptDefinitionInterface> promptDefinitions)
Adds the specified prompts to the group being called at the end of the list of prompts and groups. |
void |
PromptGroup.addPromptDefinitions(java.util.List<PromptDefinitionInterface> promptDefinitions)
Add a List of prompts at the end of the list |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |