|
Control Surface API
2.2.2
|

Public Member Functions | |
| IntegerValue | hitCount () |
| void | addHitCountObserver (IntegerValueChangedCallback callback) |
Public Member Functions inherited from BrowserItem | |
| void | addExistsObserver (BooleanValueChangedCallback callback) |
| StringValue | name () |
| void | addValueObserver (int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback) |
| SettableBooleanValue | isSelected () |
Public Member Functions inherited from ObjectProxy | |
| BooleanValue | exists () |
| BooleanValue | createEqualsValue (ObjectProxy other) |
Public Member Functions inherited from Subscribable | |
| boolean | isSubscribed () |
| void | setIsSubscribed (boolean value) |
| void | subscribe () |
| void | unsubscribe () |
Instances of this interface represent entries in a browser filter column.
Definition at line 10 of file BrowserFilterItem.java.
| void addHitCountObserver | ( | IntegerValueChangedCallback | callback | ) |
Registers an observer that reports the hit count of the filter item.
| callback | a callback function that receives a single integer parameter |
| IntegerValue hitCount | ( | ) |
Value that reports the hit count of the filter item.