Interface HasCascadingParent

    • Method Detail

      • getParent

        PromptField getParent()
        Returns the set parent prompt field
        Returns:
        Parent prompt field for this cascading provider.
        Since:
        16.0
      • setParent

        void setParent​(PromptField parent)
        Sets the parent prompt field which is to be used for filtering the default values.
        Parameters:
        parent - Parent prompt field, may not be null and must have a FieldValueProvider
        Throws:
        java.lang.IllegalArgumentException - if the parent prompt field is null or does not have a FieldValueProvider,
        Since:
        16.0