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 roGridScreen sends the roGridScreenEvent with the following predicates that indicate its valid event types:

 

isListItemFocused() as Boolean

A new content item in the poster screen has gained focus.

GetIndex() as Integer

Returns the index of the currently focused list (row).

GetData() as Integer

Returns the index of the currently focused item (column).

 

isListItemSelected() as Boolean

A content item in the poster screen has been selected.

GetIndex() as Integer

Returns the index of the currently focused list (row).

GetData() as Integer

Returns the index of the currently focused item (column).

 

isRemoteKeyPressed() as Boolean

A remote key was pressed.

GetIndex() as Integer

Returns the ID of the remote key which was pressed.  Remote key IDs are listed under roUniversalControlEvent.

 

isScreenClosed() as Boolean

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