This component is deprecated.

Beginning July 1st, 2017, any new channels using this component will be rejected during certification.

Beginning January 1st, 2018, any updates to existing channels using this component will be rejected during certification.

The roSearchScreen sends the roSearchScreenEvent with the following predicates that indicate its valid event types:

IsCleared() as Boolean

The search list has been cleared.

IsPartialResult() as Boolean

The results received are a partial entry based on last key.

GetMessage() as String

Returns text of partial result.

IsFullResult()

The results received are a complete search request.

GetMessage() as String

Returns text of full result.

IsScreenClosed() as Boolean

The screen was closed and is no longer displayed to the user.

IsButtonInfo() as Boolean

The Info remote key was pressed.  This is only emitted for the search results on the right side of the screen.

GetIndex() as Integer

Returns the index of the item which was selected when the Info key was pressed.