Interface ViewFilterElementPanelBean

    • Method Detail

      • getVFExpressionEditMode

        int getVFExpressionEditMode()
        Returns the current view filter expression edit mode of the bean, from EnumExpressionEditMode. This represents the current state of the bean.
        Returns:
        The current expression edit mode of the bean, from EnumExpressionEditMode.
      • getVLExpressionEditMode

        int getVLExpressionEditMode()
        Returns the current view limit expression edit mode of the bean, from EnumExpressionEditMode. This represents the current state of the bean.
        Returns:
        The current view limit expression edit mode of the bean, from EnumExpressionEditMode.
        Since:
        MicroStrategy Web 9.0.2
      • isModified

        boolean isModified()
        Returns whether this filter is modified from the filter object that it synchronizes with. For example, if the filter has changed from the base filter on the WebReportInstance object exposed on a parent Report Bean. Calling synchronize or undo will re-baseline, setting isModified back to false.
        Returns:
        Whether the current expression has been modified.
      • setIsAddingNewCondition

        void setIsAddingNewCondition​(boolean isAddingNewCondition)
        Whether we are adding a new condition to the view filter.
        This information is used to move the subexpression to the View Limits if it is a metric qualification.
        Parameters:
        isAddingNewCondition - Whether we are adding a new condition to the view filter.
      • isAddingNewCondition

        boolean isAddingNewCondition()
        Whether we are adding a new condition to the view filter.
        This information is used to move the subexpression to the View Limits if it is a metric qualification.
        Returns:
        Whether we are adding a new condition to the view filter.