Interface ResultsTabEvent
@API(type=EXTENDABLE,
src=PUBLIC)
public interface ResultsTabEvent
An event triggered inside a results tab.
- Since:
- 19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The type of the event from the results tab. -
Method Summary
Modifier and TypeMethodDescriptionGets the event type.Gets the result from the results tab for which the event was triggered.Gets the key identifying the tab where the event was triggered.
-
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
ResultsTabEvent.ResultsTabEventType getEventType()Gets the event type. One of the values defined inResultsTabEvent.ResultsTabEventType
.- Returns:
- Returns the event type.
-