Represents a cursor that looks at a RemoteControlsPage.
- Since
- API version 2
Definition at line 8 of file CursorRemoteControlsPage.java.
Value that reports the names of the devices parameter pages.
Value that reports the currently selected parameter page index.
- Since
- API version 2
| void selectNextPage |
( |
boolean |
shouldCycle | ) |
|
Selects the next page.
- Parameters
-
| shouldCycle | If true then when the end is reached and there is no next page it selects the first page |
- Since
- API version 2
| void selectNextPageMatching |
( |
String |
expression, |
|
|
boolean |
shouldCycle |
|
) |
| |
Selects the next page that matches the given expression.
- Parameters
-
| expression | An expression that can match a page based on how it has been tagged. For now this can only be the name of a single tag that you would like to match. |
| shouldCycle | If true then when the end is reached and there is no next page it selects the first page |
- Since
- API version 2
| void selectPreviousPage |
( |
boolean |
shouldCycle | ) |
|
Selects the previous page.
- Parameters
-
| shouldCycle | If true then when the end is reached and there is no next page it selects the first page |
- Since
- API version 2
| void selectPreviousPageMatching |
( |
String |
expression, |
|
|
boolean |
shouldCycle |
|
) |
| |
Selects the previous page that matches the given expression.
- Parameters
-
| expression | An expression that can match a page based on how it has been tagged. For now this can only be the name of a single tag that you would like to match. |
| shouldCycle | If true then when the end is reached and there is no next page it selects the first page |
- Since
- API version 2
The documentation for this interface was generated from the following file: