|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PromptKey | |
---|---|
com.ibm.tws.objects.model | |
com.ibm.tws.objects.model.validator |
Uses of PromptKey in com.ibm.tws.objects.model |
---|
Methods in com.ibm.tws.objects.model that return PromptKey | |
PromptKey |
Prompt.getKey()
Returns the PromptKey wrapped by this Prompt object. |
static PromptKey |
PromptKey.parseKey(java.lang.String key)
Parses data from the specified string and creates a new PromptKey. |
Methods in com.ibm.tws.objects.model with parameters of type PromptKey | |
void |
Prompt.setKey(PromptKey promptKey)
Sets the PromptKey to be wrapped by this Prompt object. |
Constructors in com.ibm.tws.objects.model with parameters of type PromptKey | |
Prompt(PromptKey promptKey)
Creates a Prompt with the specified key. |
|
Prompt(Identifier promptId,
PromptKey promptKey)
Creates a Prompt with the specified identifier and key. |
Uses of PromptKey in com.ibm.tws.objects.model.validator |
---|
Methods in com.ibm.tws.objects.model.validator with parameters of type PromptKey | |
void |
PromptValidator.validateKey(PromptKey promptKey)
Validates a PromptKey object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |