public class

DialogFormFillText

extends AlertDialog
java.lang.Object
   ↳ android.app.Dialog
     ↳ android.app.AlertDialog
       ↳ com.pdftron.pdf.tools.DialogFormFillText

Class Overview

A dialog about entering text in form text field

Summary

[Expand]
Inherited Constants
From class android.app.AlertDialog
From interface android.content.DialogInterface
Public Constructors
DialogFormFillText(PDFViewCtrl ctrl, Annot annot, int annotPageNum)
Class constructor
[Expand]
Inherited Methods
From class android.app.AlertDialog
From class android.app.Dialog
From class java.lang.Object
From interface android.content.DialogInterface
From interface android.view.KeyEvent.Callback
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback

Public Constructors

public DialogFormFillText (PDFViewCtrl ctrl, Annot annot, int annotPageNum)

Class constructor

Parameters
ctrl The PDFViewCtrl
annot The annotation
annotPageNum The page number where the annotation is on