Interface BrowserFilterItem

All Superinterfaces:
BrowserItem, ObjectProxy, Subscribable
All Known Subinterfaces:
CursorBrowserFilterItem

public interface BrowserFilterItem extends BrowserItem
Instances of this interface represent entries in a browser filter column.
Since:
API version 1
  • Method Details

    • hitCount

      IntegerValue hitCount()
      Value that reports the hit count of the filter item.
      Since:
      API version 2
    • addHitCountObserver

      @Deprecated void addHitCountObserver(IntegerValueChangedCallback callback)
      Deprecated.
      Use hitCount() instead.
      Registers an observer that reports the hit count of the filter item.
      Parameters:
      callback - a callback function that receives a single integer parameter
      Since:
      API version 1