public class

DialogGoToPage

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.utils.DialogGoToPage

Class Overview

A dialog for going to a specific page.

Summary

Nested Classes
interface DialogGoToPage.DialogGoToPageListener  
Public Constructors
DialogGoToPage(Context context, PDFViewCtrl ctrl, DialogGoToPage.DialogGoToPageListener listener)
Public Methods
void show(int titleRes, int posRes, String initialValue)
Shows the dialog.
void show()
Shows the dialog.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DialogGoToPage (Context context, PDFViewCtrl ctrl, DialogGoToPage.DialogGoToPageListener listener)

Public Methods

public void show (int titleRes, int posRes, String initialValue)

Shows the dialog.

public void show ()

Shows the dialog.