Interface BrowserItem

All Superinterfaces:
ObjectProxy, Subscribable
All Known Subinterfaces:
BrowserFilterItem, BrowserResultsItem, CursorBrowserFilterItem, CursorBrowserItem, CursorBrowserResultItem

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

    • addExistsObserver

      @Deprecated void addExistsObserver(BooleanValueChangedCallback callback)
      Deprecated.
      Registers an observer that reports if the item exists.
      Parameters:
      callback - a callback function that receives a single boolean parameter
      Since:
      API version 1
    • name

      StringValue name()
      Value that reports the name of the browser item.
      Since:
      API version 2
    • addValueObserver

      @Deprecated void addValueObserver(int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback)
      Deprecated.
      Use name() instead.
      Registers an observer that reports the string value of the browser item.
      Parameters:
      maxCharacters -
      textWhenUnassigned -
      callback - a callback function that receives a single string argument
      Since:
      API version 1
    • isSelected

      SettableBooleanValue isSelected()
      Returns an object that provides access to the selected state of the browser item.
      Returns:
      an boolean value object
      Since:
      API version 1