Skip navigation links
GxClientModels

Class GxClientFilterNumberModel

Inheritance:
  • Field Detail

    • Filter!

      public BBjNumber Filter!

      The value associated with the filter.

    • FilterTo!

      public BBjNumber FilterTo!

      In case you are using range filter , then this is the second input value

  • Constructor Detail

    • GxClientFilterNumberModel

      public GxClientFilterNumberModel()

      Construct new GxClientFilterNumberModel

    • GxClientFilterNumberModel

      public GxClientFilterNumberModel(BBjNumber filter!)

      Construct new GxClientFilterNumberModel

      Parameters:
      BBjNumber filter! the value to use as filter
      See Also:
      GxColumnFilterNumberFilterOptions
    • GxClientFilterNumberModel

      public GxClientFilterNumberModel(BBjNumber filter! , BBjNumber filterTo!)

      Construct new GxClientFilterNumberModel

      Parameters:
      BBjNumber filter! the value to use as filter
      BBjNumber filterTo! In case you are using range filter , then this is the second input value
      See Also:
      GxColumnFilterNumberFilterOptions
    • GxClientFilterNumberModel

      public GxClientFilterNumberModel(BBjNumber filter! , BBjString type!)

      Construct new GxClientFilterNumberModel

      Parameters:
      BBjNumber filter! the value to use as filter
      BBJString type! the filter type
      See Also:
      GxColumnFilterNumberFilterOptions
    • GxClientFilterNumberModel

      public GxClientFilterNumberModel(BBjNumber filter! , BBjNumber filterTo! , BBjString type!)

      Construct new GxClientFilterNumberModel

      Parameters:
      BBjNumber filter! the value to use as filter
      BBjNumber filterTo! In case you are using range filter , then this is the second input value
      BBJString type! the filter type
      See Also:
      GxColumnFilterNumberFilterOptions
    • Method Detail

      • clearFilter

        public void clearFilter()

        Clear the filter

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

        public JsonObject getAsJsonObject()
        {@inheritDoc}
      • supportsCombinedModel

        public BBjNumber supportsCombinedModel()
        {@inheritDoc}