Interface ResultsTabEvent


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

      • getTabKey

        java.lang.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.