Interface ResultsTabEvent


@API(type=EXTENDABLE, src=PUBLIC) public interface ResultsTabEvent
An event triggered inside a results tab.
Since:
19.0
  • Method Details

    • getTabKey

      String getTabKey()
      Gets the key identifying the tab where the event was triggered.
      Returns:
      Returns the key identifying the tab where the event was triggered.
    • getResultItem

      DocumentPositionedInfo getResultItem()
      Gets the result from the results tab for which the event was triggered.
      Returns:
      Returns the result for which the event was triggered.
    • getEventType

      Gets the event type. One of the values defined in ResultsTabEvent.ResultsTabEventType.
      Returns:
      Returns the event type.