Skip navigation links
GxClientModels

Class GxClientFilterCombinedModel

Inheritance:
    • Method Detail

      • clearFilter

        public void clearFilter()

        Clear the filter

        Returns:
        BBjString the js code used to clear the filter
      • getAsJsonObject

        public JsonObject getAsJsonObject()
        {@inheritDoc}
      • OPERATOR_AND

        public static BBjString OPERATOR_AND()

        Constant value which defines the AND operator

        Returns:
        BBjString
      • OPERATOR_OR

        public static BBjString OPERATOR_OR()

        Constant value which defines the OR operator

        Returns:
        BBjString
      • setFirstCondition

        public void setFirstCondition(GxClientFilterModel condition!)

        Set the first condition

        Parameters:
        GxClientFilterModel condition! a filter model
        Throws:
        256 when the passed condition does not support combined models
      • setSecondCondition

        public void setSecondCondition(GxClientFilterModel condition!)

        Set the first condition

        Parameters:
        GxClientFilterModel condition! a filter model
        Throws:
        256 when the passed condition does not support combined models
      • supportsCombinedModel

        public BBjNumber supportsCombinedModel()
        {@inheritDoc}