go To
Go to a specific location in a ReaderDocument that has been added to this ReaderView.
Parameters
Locator to which ReaderView should navigate Calls onSuccess when the active renderer has navigated to the new location. Calls onError if the locator was invalid, or the locator could not be resolved to a ReaderDocument in this ReaderView. Calls onError with errorType set to "ABORTED" if goTo() or goToStart() is called again before this call to goTo() had completed successfully.
Go to a specific location in a ReaderDocument that has been added to this ReaderView.
Return
Either ColibrioResult.Success when the active renderer has navigated to the new location, or ColibrioResult.Error with errorType set to "ABORTED" if goTo() or goToStart() is called again before this call to goTo() had completed successfully, or if the locator was invalid, or the locator could not be resolved to a ReaderDocument in this ReaderView
Parameters
Locator to which ReaderView should navigate
Go to a specific location in a ReaderDocument that has been added to this ReaderView.
Parameters
Additional options configuring how the goTo() should behave.
Locator to which ReaderView should navigate Calls onSuccess when the active renderer has navigated to the new location. Calls onError if the locator was invalid, or the locator could not be resolved to a ReaderDocument in this ReaderView. Calls onError with errorType set to "ABORTED" if goTo() or goToStart() is called again before this call to goTo() had completed successfully.
Go to a specific location in a ReaderDocument that has been added to this ReaderView.
Return
Either ColibrioResult.Success when the active renderer has navigated to the new location, or ColibrioResult.Error with errorType set to "ABORTED" if goTo() or goToStart() is called again before this call to goTo() had completed successfully, if the locator was invalid, or the locator could not be resolved to a ReaderDocument in this ReaderView.
Parameters
Additional options configuring how the goTo() should behave.
Locator to which ReaderView should navigate