Interface PromptDefinitionAppBean

    • Method Detail

      • getPromptDefinitionBean

        PromptDefinitionBean getPromptDefinitionBean()
        This method will return a child PromptDefinitionBean. It is required that the user create a child PromptDefinitionBean for this bean to be useful.
        Returns:
        The child PromptDefinitionBean, or null if one does not exist.
      • getTabManager

        TabManagerBean getTabManager()
        This method will return a child TabManagerBean, if one exists.
        Returns:
        The child TabManagerBean, or null if one does not exist.
      • getObjectSelectionBean

        ObjectSelectionBean getObjectSelectionBean​(int mode)
        This method will return a child ObjectSelectionBean, if one exists. In addition, if the bean is not already in the given editing mode, the given mode will be set. This is important because the act of setting the mode will effectively mark the "rollback" point that will be used by the bean if the user cancels the edit operation.
        Returns:
        The child ObjectSelectionBean, or null if one does not exist.
      • getExpressionPromptOperators

        GUIOperator[] getExpressionPromptOperators()
        Returns the set of operators for this expression prompt, when this is an expression prompt. The operators will be different for different expression type. The list is defined in PromptExpressionOperators.xml
      • getAttributeQualificationInListOperators

        GUIOperator[] getAttributeQualificationInListOperators()
        Returns the set of operators for this select expression type, when this is an expression prompt.
      • isPromptSavedSuccessful

        boolean isPromptSavedSuccessful()