public interface HasCascadingParent
Modifier and Type | Method and Description |
---|---|
PromptField |
getParent()
Returns the set parent prompt field
|
void |
setParent(PromptField parent)
Sets the parent prompt field which is to be used for filtering the default values.
|
PromptField getParent()
void setParent(PromptField parent)
parent
- Parent prompt field, may not be null and must have a FieldValueProviderjava.lang.IllegalArgumentException
- if the parent prompt field is null or does not have a FieldValueProvider,Copyright © 1999-2020 by i-net software GmbH